Shades of Dark Cerulean #024470
Tints of Dark Cerulean #024470
RGB
CMYK
RGB Variations
Color information
#024470 (or 0x024470) is known color: Dark Cerulean. HEX triplet: 02, 44 and 70. RGB value is (2,68,112). Sum of RGB (Red+Green+Blue) = 2+68+112=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #024470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024470 is #FDBB8F. Grayscale: #353535. Windows color (decimal): -16628624 or 7357442. OLE color: 7357442.
HSL color Cylindrical-coordinate representation of color #024470: hue angle of 204º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024470 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 68 | 112 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.56 |
| HSL | 204º | 0.96% | 0.22% | - |
| HSV(B) | 204º | 0.98% | 0.44% | - |
| XYZ | 5.02 | 5.32 | 16.09 | - |
| YUV | 53.28 | 161.13 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 112 | 0.98 | 0.39 | 0 | 0.56 | 204 | 0.96 | 0.22 |
| Hex | 2 | 44 | 70 | 62 | 27 | 0 | 38 | CC | 60 | 16 |
| Octal | 2 | 104 | 160 | 142 | 47 | 0 | 70 | 314 | 140 | 26 |
| Binary | 10 | 1000100 | 1110000 | 1100010 | 100111 | 0 | 111000 | 11001100 | 1100000 | 10110 |
Color Harmonies of #024470
Complementary color
Monochromatic Colors of #024470
Black with #024470
Text Example
Text Example
White with #024470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024470; }
p { color: rgb(2,68,112); }
H1.HeaderClassName
{
color: #024470;
}
.AnyTagClassName
{
color: #024470;
}
</style>
background-color css
<style>
a { background-color: #024470; }
a { background-color: rgb(2,68,112); }
div.DivClassName
{
background-color: #024470;
}
.BgClassName
{
background-color: #024470;
}
</style>
border-color css
<style>
span { border-color: #024470; }
span { border-color: rgb(2,68,112); }
td.TdClassName
{
border-color: #024470;
}
.TagClassName
{
border-color: #024470;
}
</style>