Shades of Dark Cerulean #024970
Tints of Dark Cerulean #024970
RGB
CMYK
RGB Variations
Color information
#024970 (or 0x024970) is known color: Dark Cerulean. HEX triplet: 02, 49 and 70. RGB value is (2,73,112). Sum of RGB (Red+Green+Blue) = 2+73+112=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #024970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024970 is #FDB68F. Grayscale: #373737. Windows color (decimal): -16627344 or 7358722. OLE color: 7358722.
HSL color Cylindrical-coordinate representation of color #024970: hue angle of 201.27º 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 #024970 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 73 | 112 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.56 |
| HSL | 201.27º | 0.96% | 0.22% | - |
| HSV(B) | 201.27º | 0.98% | 0.44% | - |
| XYZ | 5.33 | 5.95 | 16.2 | - |
| YUV | 56.22 | 159.48 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 112 | 0.98 | 0.35 | 0 | 0.56 | 201.27 | 0.96 | 0.22 |
| Hex | 2 | 49 | 70 | 62 | 23 | 0 | 38 | C9 | 60 | 16 |
| Octal | 2 | 111 | 160 | 142 | 43 | 0 | 70 | 311 | 140 | 26 |
| Binary | 10 | 1001001 | 1110000 | 1100010 | 100011 | 0 | 111000 | 11001001 | 1100000 | 10110 |
Color Harmonies of #024970
Complementary color
Monochromatic Colors of #024970
Black with #024970
Text Example
Text Example
White with #024970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024970; }
p { color: rgb(2,73,112); }
H1.HeaderClassName
{
color: #024970;
}
.AnyTagClassName
{
color: #024970;
}
</style>
background-color css
<style>
a { background-color: #024970; }
a { background-color: rgb(2,73,112); }
div.DivClassName
{
background-color: #024970;
}
.BgClassName
{
background-color: #024970;
}
</style>
border-color css
<style>
span { border-color: #024970; }
span { border-color: rgb(2,73,112); }
td.TdClassName
{
border-color: #024970;
}
.TagClassName
{
border-color: #024970;
}
</style>