Shades of Dark Cerulean #11427A
Tints of Dark Cerulean #11427A
RGB
CMYK
RGB Variations
Color information
#11427A (or 0x11427A) is known color: Dark Cerulean. HEX triplet: 11, 42 and 7A. RGB value is (17,66,122). Sum of RGB (Red+Green+Blue) = 17+66+122=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #11427A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11427A is #EEBD85. Grayscale: #393939. Windows color (decimal): -15646086 or 8012305. OLE color: 8012305.
HSL color Cylindrical-coordinate representation of color #11427A: hue angle of 212º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11427A is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 66 | 122 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.52 |
| HSL | 212º | 0.76% | 0.27% | - |
| HSV(B) | 212º | 0.86% | 0.48% | - |
| XYZ | 5.69 | 5.42 | 19.16 | - |
| YUV | 57.73 | 164.27 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 66 | 122 | 0.86 | 0.46 | 0 | 0.52 | 212 | 0.76 | 0.27 |
| Hex | 11 | 42 | 7A | 56 | 2E | 0 | 34 | D4 | 4C | 1B |
| Octal | 21 | 102 | 172 | 126 | 56 | 0 | 64 | 324 | 114 | 33 |
| Binary | 10001 | 1000010 | 1111010 | 1010110 | 101110 | 0 | 110100 | 11010100 | 1001100 | 11011 |
Color Harmonies of #11427A
Complementary color
Monochromatic Colors of #11427A
Black with #11427A
Text Example
Text Example
White with #11427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11427A; }
p { color: rgb(17,66,122); }
H1.HeaderClassName
{
color: #11427A;
}
.AnyTagClassName
{
color: #11427A;
}
</style>
background-color css
<style>
a { background-color: #11427A; }
a { background-color: rgb(17,66,122); }
div.DivClassName
{
background-color: #11427A;
}
.BgClassName
{
background-color: #11427A;
}
</style>
border-color css
<style>
span { border-color: #11427A; }
span { border-color: rgb(17,66,122); }
td.TdClassName
{
border-color: #11427A;
}
.TagClassName
{
border-color: #11427A;
}
</style>