crispedge.com

Color picker

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

#13667d hex color - Green - Cool color - Information

#13667d hex color - Green - Cool color

Color Hue/Base color: Green

Hex #13667d Color code in RGB color code model is created after adding 7.45% red color, 40% green color and 49.02% blue color. Hex #13667d Color code in CMYK color (process color) code model is generated after subtraction of 85% cyan, 18% magenta, 0% yellow and 51% black.

Hex #13667d color code is between #115577 web safe hex color code and #227788 web safe hex color code. #115577 is the nearest web safe color code. You can see here many more shades of #13667d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code13667d#13667d
RGB Decimal19, 102, 125rgb(19, 102, 125)
RGB Percent7%, 40%, 49%rgb(7%, 40%, 49%)
CSS RGBa19, 102, 125,1rgba(19,102,125,1)
CMYK Modelcmyk(85%,18%,0%,51%)
HSL Color Space193,74% ,28%hsl(193,74% ,28%)
HSV Color Space193°, 85%, 49%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100110110011001111101
Octal23146175
Decimal19102125
Hex13667d

Different shades of #13667d color code.

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

Light Shade of #13667d
#1a8aa9
Dark Shade of #13667d
#0c4251
Saturated Shade of #13667d
#0c6a84
Desaturated Shade of #13667d
#1a6276
Grey scale Shade of #13667d
#484848
Brighten Shade
#2c7f96
Most Readable Shade
#FFFFFF

Shades of #13667d color code

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

#13667d
#105a6f
#0e4f61
#0c4453
#0a3845
#082d37
#062229
#04161b
#020b0d
#000000

Similar Color like #13667d color

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

#14677e
#15687f
#166980
#176a81
#186b82
#196c83
#1a6d84
#1b6e85
#1c6f86
#1d7087
#1e7188
#1f7289
#20738a
#21748b
#12657c
#11647b
#10637a
#0f6279
#0e6178
#0d6077
#0c5f76
#0b5e75
#0a5d74
#095c73
#085b72
#075a71
#065970
#05586f

Monochromatic Color with #13667d

#13667d
#1989a7
#20abd2
#26cefc
#062128
#0d4352

Tints of #13667d Color

#13667d
#2d778b
#478899
#6199a8
#7baab6
#96bbc5
#b0ccd3
#cadde2
#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

#13667d
#7d2a13

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

Split Complementary

#13667d
#7d1331
#7d5f13

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

Analogous Color

#137d6a
#137b7d
#13667d
#13517d
#133c7d

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

#13667d
#7d1366
#667d13

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

#13667d
#5f137d
#7d2a13
#317d13

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

#13667d
#7d2a13
#7d5f13
#13317d

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 #13667d 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.

#13667d Color Code Preview on Black Background Color

This is how #13667d Color will look on black background color. Color contrast ratio is 3.22

#13667d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #13667d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #13667d

#13667d color code is use for CSS Background Color

Background color for the above div is #13667d

HTML with inline CSS

<div style="background-color:#13667d;"></div>

#13667d color code is use for CSS Border Color

CSS Border color for the above div is #13667d

HTML with inline CSS

<div style="border:5px solid #13667d;"></div>

CSS Border Left color for the above div is #13667d

HTML with inline CSS

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

CSS Border Right color for the above div is #13667d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #13667d

HTML with inline CSS

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

CSS Border Top color for the above div is #13667d

HTML with inline CSS

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

#13667d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#13667d Color code Preview on White Background

This is how #13667d Color code will look on white background color. Color contrast ratio is 6.51

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 #13667d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #13667d; }

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.