crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#13697b hex color - Green - Cool color - Information

#13697b hex color - Green - Cool color

Color Hue/Base color: Green

Hex #13697b Color code in RGB color code model is created after adding 7.45% red color, 41.18% green color and 48.24% blue color. Hex #13697b Color code in CMYK color (process color) code model is generated after subtraction of 85% cyan, 15% magenta, 0% yellow and 52% black.

Hex #13697b color code is between #116677 web safe hex color code and #227788 web safe hex color code. #116677 is the nearest web safe color code. You can see here many more shades of #13697b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code13697b#13697b
RGB Decimal19, 105, 123rgb(19, 105, 123)
RGB Percent7%, 41%, 48%rgb(7%, 41%, 48%)
CSS RGBa19, 105, 123,1rgba(19,105,123,1)
CMYK Modelcmyk(85%,15%,0%,52%)
HSL Color Space190,73% ,28%hsl(190,73% ,28%)
HSV Color Space190°, 85%, 48%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100110110100101111011
Octal23151173
Decimal19105123
Hex13697b

Different shades of #13697b color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #13697b
#1a8fa7
Dark Shade of #13697b
#0c434f
Saturated Shade of #13697b
#0c6e82
Desaturated Shade of #13697b
#1a6474
Grey scale Shade of #13697b
#474747
Brighten Shade
#2c8294
Most Readable Shade
#FFFFFF

Shades of #13697b color code

Generate more color scales with scales (color stack) generator.

#13697b
#105d6d
#0e515f
#0c4652
#0a3a44
#082e36
#062329
#04171b
#020b0d
#000000

Similar Color like #13697b color

Find visually similar hex color codes nearing to #13697b hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#146a7c
#156b7d
#166c7e
#176d7f
#186e80
#196f81
#1a7082
#1b7183
#1c7284
#1d7385
#1e7486
#1f7587
#207688
#217789
#12687a
#116779
#106678
#0f6577
#0e6476
#0d6375
#0c6274
#0b6173
#0a6072
#095f71
#085e70
#075d6f
#065c6e
#055b6d

Monochromatic Color with #13697b

#13697b
#1a8da5
#20b2d0
#27d6fa
#062026
#0c4550

Tints of #13697b Color

#13697b
#2d7989
#478a98
#619ba7
#7babb5
#96bcc4
#b0cdd3
#cadde1
#e4eef0
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#13697b
#7b2513

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#13697b
#7b1335
#7b5913

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#137b63
#137b78
#13697b
#13547b
#133f7b

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#13697b
#7b1369
#697b13

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#13697b
#59137b
#7b2513
#357b13

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#13697b
#7b2513
#7b5913
#13357b

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #13697b Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#13697b Color Code Preview on Black Background Color

This is how #13697b Color will look on black background color. Color contrast ratio is 3.33

#13697b in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#13697b">Your Example Paragraph content text in with font color #13697b </p>

Your Example Paragraph content text in with font color #13697b

HTML with inline CSS

<div style="color:#13697b">Your Paragraph text in with font color #13697b </div>

Your Example Paragraph content text in with font color #13697b

#13697b color code is use for CSS Background Color

Background color for the above div is #13697b

HTML with inline CSS

<div style="background-color:#13697b;"></div>

#13697b color code is use for CSS Border Color

CSS Border color for the above div is #13697b

HTML with inline CSS

<div style="border:5px solid #13697b;"></div>

CSS Border Left color for the above div is #13697b

HTML with inline CSS

<div style="border-left:5px solid #13697b;"></div>

CSS Border Right color for the above div is #13697b

HTML with inline CSS

<div style="border-right:5px solid #13697b;"></div>

CSS Border Bottom color for the above div is #13697b

HTML with inline CSS

<div style="border-bottom:5px solid #13697b;"></div>

CSS Border Top color for the above div is #13697b

HTML with inline CSS

<div style="border-top:5px solid #13697b;"></div>

#13697b hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#13697b; } .examplecolorclass {color:#13697b; } .examplebordercolor {border:3px solid #13697b; }

#13697b Color code Preview on White Background

This is how #13697b Color code will look on white background color. Color contrast ratio is 6.30

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #13697b; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #13697b; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.