Shades of Dark Cerulean #114E87
Tints of Dark Cerulean #114E87
RGB
CMYK
RGB Variations
Color information
#114E87 (or 0x114E87) is known color: Dark Cerulean. HEX triplet: 11, 4E and 87. RGB value is (17,78,135). Sum of RGB (Red+Green+Blue) = 17+78+135=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 135 (53.12% from 255 or 58.70% from 230); Max value from RGB is 135 - color contains mainly: blue. Hex color #114E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114E87 is #EEB178. Grayscale: #414141. Windows color (decimal): -15643001 or 8867345. OLE color: 8867345.
HSL color Cylindrical-coordinate representation of color #114E87: hue angle of 208.98º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #114E87 is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 78 | 135 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.47 |
| HSL | 208.98º | 0.78% | 0.3% | - |
| HSV(B) | 208.98º | 0.87% | 0.53% | - |
| XYZ | 7.33 | 7.32 | 23.95 | - |
| YUV | 66.26 | 166.79 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 135 | 0.87 | 0.42 | 0 | 0.47 | 208.98 | 0.78 | 0.3 |
| Hex | 11 | 4E | 87 | 57 | 2A | 0 | 2F | D1 | 4E | 1E |
| Octal | 21 | 116 | 207 | 127 | 52 | 0 | 57 | 321 | 116 | 36 |
| Binary | 10001 | 1001110 | 10000111 | 1010111 | 101010 | 0 | 101111 | 11010001 | 1001110 | 11110 |
Color Harmonies of #114E87
Complementary color
Monochromatic Colors of #114E87
Black with #114E87
Text Example
Text Example
White with #114E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114E87; }
p { color: rgb(17,78,135); }
H1.HeaderClassName
{
color: #114E87;
}
.AnyTagClassName
{
color: #114E87;
}
</style>
background-color css
<style>
a { background-color: #114E87; }
a { background-color: rgb(17,78,135); }
div.DivClassName
{
background-color: #114E87;
}
.BgClassName
{
background-color: #114E87;
}
</style>
border-color css
<style>
span { border-color: #114E87; }
span { border-color: rgb(17,78,135); }
td.TdClassName
{
border-color: #114E87;
}
.TagClassName
{
border-color: #114E87;
}
</style>