Shades of Dark Cerulean #11428B
Tints of Dark Cerulean #11428B
RGB
CMYK
RGB Variations
Color information
#11428B (or 0x11428B) is known color: Dark Cerulean. HEX triplet: 11, 42 and 8B. RGB value is (17,66,139). Sum of RGB (Red+Green+Blue) = 17+66+139=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #11428B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11428B is #EEBD74. Grayscale: #3B3B3B. Windows color (decimal): -15646069 or 9126417. OLE color: 9126417.
HSL color Cylindrical-coordinate representation of color #11428B: hue angle of 215.9º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11428B is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 66 | 139 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.45 |
| HSL | 215.9º | 0.78% | 0.31% | - |
| HSV(B) | 215.9º | 0.88% | 0.55% | - |
| XYZ | 6.84 | 5.88 | 25.2 | - |
| YUV | 59.67 | 172.77 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 66 | 139 | 0.88 | 0.53 | 0 | 0.45 | 215.9 | 0.78 | 0.31 |
| Hex | 11 | 42 | 8B | 58 | 35 | 0 | 2D | D8 | 4E | 1F |
| Octal | 21 | 102 | 213 | 130 | 65 | 0 | 55 | 330 | 116 | 37 |
| Binary | 10001 | 1000010 | 10001011 | 1011000 | 110101 | 0 | 101101 | 11011000 | 1001110 | 11111 |
Color Harmonies of #11428B
Complementary color
Monochromatic Colors of #11428B
Black with #11428B
Text Example
Text Example
White with #11428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11428B; }
p { color: rgb(17,66,139); }
H1.HeaderClassName
{
color: #11428B;
}
.AnyTagClassName
{
color: #11428B;
}
</style>
background-color css
<style>
a { background-color: #11428B; }
a { background-color: rgb(17,66,139); }
div.DivClassName
{
background-color: #11428B;
}
.BgClassName
{
background-color: #11428B;
}
</style>
border-color css
<style>
span { border-color: #11428B; }
span { border-color: rgb(17,66,139); }
td.TdClassName
{
border-color: #11428B;
}
.TagClassName
{
border-color: #11428B;
}
</style>