Shades of Dark Cerulean #114A87
Tints of Dark Cerulean #114A87
RGB
CMYK
RGB Variations
Color information
#114A87 (or 0x114A87) is known color: Dark Cerulean. HEX triplet: 11, 4A and 87. RGB value is (17,74,135). Sum of RGB (Red+Green+Blue) = 17+74+135=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 135 (53.12% from 255 or 59.73% from 226); Max value from RGB is 135 - color contains mainly: blue. Hex color #114A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114A87 is #EEB578. Grayscale: #3F3F3F. Windows color (decimal): -15644025 or 8866321. OLE color: 8866321.
HSL color Cylindrical-coordinate representation of color #114A87: hue angle of 211.02º 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 #114A87 is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 74 | 135 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.47 |
| HSL | 211.02º | 0.78% | 0.3% | - |
| HSV(B) | 211.02º | 0.87% | 0.53% | - |
| XYZ | 7.05 | 6.77 | 23.86 | - |
| YUV | 63.91 | 168.12 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 135 | 0.87 | 0.45 | 0 | 0.47 | 211.02 | 0.78 | 0.3 |
| Hex | 11 | 4A | 87 | 57 | 2D | 0 | 2F | D3 | 4E | 1E |
| Octal | 21 | 112 | 207 | 127 | 55 | 0 | 57 | 323 | 116 | 36 |
| Binary | 10001 | 1001010 | 10000111 | 1010111 | 101101 | 0 | 101111 | 11010011 | 1001110 | 11110 |
Color Harmonies of #114A87
Complementary color
Monochromatic Colors of #114A87
Black with #114A87
Text Example
Text Example
White with #114A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114A87; }
p { color: rgb(17,74,135); }
H1.HeaderClassName
{
color: #114A87;
}
.AnyTagClassName
{
color: #114A87;
}
</style>
background-color css
<style>
a { background-color: #114A87; }
a { background-color: rgb(17,74,135); }
div.DivClassName
{
background-color: #114A87;
}
.BgClassName
{
background-color: #114A87;
}
</style>
border-color css
<style>
span { border-color: #114A87; }
span { border-color: rgb(17,74,135); }
td.TdClassName
{
border-color: #114A87;
}
.TagClassName
{
border-color: #114A87;
}
</style>