Shades of Dark Cerulean #11426A
Tints of Dark Cerulean #11426A
RGB
CMYK
RGB Variations
Color information
#11426A (or 0x11426A) is known color: Dark Cerulean. HEX triplet: 11, 42 and 6A. RGB value is (17,66,106). Sum of RGB (Red+Green+Blue) = 17+66+106=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 106 (41.80% from 255 or 56.08% from 189); Max value from RGB is 106 - color contains mainly: blue. Hex color #11426A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11426A is #EEBD95. Grayscale: #373737. Windows color (decimal): -15646102 or 6963729. OLE color: 6963729.
HSL color Cylindrical-coordinate representation of color #11426A: hue angle of 206.97º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11426A is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 66 | 106 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.58 |
| HSL | 206.97º | 0.72% | 0.24% | - |
| HSV(B) | 206.97º | 0.84% | 0.42% | - |
| XYZ | 4.78 | 5.06 | 14.36 | - |
| YUV | 55.91 | 156.27 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 66 | 106 | 0.84 | 0.38 | 0 | 0.58 | 206.97 | 0.72 | 0.24 |
| Hex | 11 | 42 | 6A | 54 | 26 | 0 | 3A | CF | 48 | 18 |
| Octal | 21 | 102 | 152 | 124 | 46 | 0 | 72 | 317 | 110 | 30 |
| Binary | 10001 | 1000010 | 1101010 | 1010100 | 100110 | 0 | 111010 | 11001111 | 1001000 | 11000 |
Color Harmonies of #11426A
Complementary color
Monochromatic Colors of #11426A
Black with #11426A
Text Example
Text Example
White with #11426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11426A; }
p { color: rgb(17,66,106); }
H1.HeaderClassName
{
color: #11426A;
}
.AnyTagClassName
{
color: #11426A;
}
</style>
background-color css
<style>
a { background-color: #11426A; }
a { background-color: rgb(17,66,106); }
div.DivClassName
{
background-color: #11426A;
}
.BgClassName
{
background-color: #11426A;
}
</style>
border-color css
<style>
span { border-color: #11426A; }
span { border-color: rgb(17,66,106); }
td.TdClassName
{
border-color: #11426A;
}
.TagClassName
{
border-color: #11426A;
}
</style>