Shades of Dark Cerulean #11408E
Tints of Dark Cerulean #11408E
RGB
CMYK
RGB Variations
Color information
#11408E (or 0x11408E) is known color: Dark Cerulean. HEX triplet: 11, 40 and 8E. RGB value is (17,64,142). Sum of RGB (Red+Green+Blue) = 17+64+142=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 142 (55.86% from 255 or 63.68% from 223); Max value from RGB is 142 - color contains mainly: blue. Hex color #11408E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11408E is #EEBF71. Grayscale: #3A3A3A. Windows color (decimal): -15646578 or 9322513. OLE color: 9322513.
HSL color Cylindrical-coordinate representation of color #11408E: hue angle of 217.44º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11408E is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 64 | 142 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.44 |
| HSL | 217.44º | 0.79% | 0.31% | - |
| HSV(B) | 217.44º | 0.88% | 0.56% | - |
| XYZ | 6.95 | 5.74 | 26.33 | - |
| YUV | 58.84 | 174.93 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 142 | 0.88 | 0.55 | 0 | 0.44 | 217.44 | 0.79 | 0.31 |
| Hex | 11 | 40 | 8E | 58 | 37 | 0 | 2C | D9 | 4F | 1F |
| Octal | 21 | 100 | 216 | 130 | 67 | 0 | 54 | 331 | 117 | 37 |
| Binary | 10001 | 1000000 | 10001110 | 1011000 | 110111 | 0 | 101100 | 11011001 | 1001111 | 11111 |
Color Harmonies of #11408E
Complementary color
Monochromatic Colors of #11408E
Black with #11408E
Text Example
Text Example
White with #11408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11408E; }
p { color: rgb(17,64,142); }
H1.HeaderClassName
{
color: #11408E;
}
.AnyTagClassName
{
color: #11408E;
}
</style>
background-color css
<style>
a { background-color: #11408E; }
a { background-color: rgb(17,64,142); }
div.DivClassName
{
background-color: #11408E;
}
.BgClassName
{
background-color: #11408E;
}
</style>
border-color css
<style>
span { border-color: #11408E; }
span { border-color: rgb(17,64,142); }
td.TdClassName
{
border-color: #11408E;
}
.TagClassName
{
border-color: #11408E;
}
</style>