Shades of Dark Cerulean #024972
Tints of Dark Cerulean #024972
RGB
CMYK
RGB Variations
Color information
#024972 (or 0x024972) is known color: Dark Cerulean. HEX triplet: 02, 49 and 72. RGB value is (2,73,114). Sum of RGB (Red+Green+Blue) = 2+73+114=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #024972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024972 is #FDB68D. Grayscale: #383838. Windows color (decimal): -16627342 or 7489794. OLE color: 7489794.
HSL color Cylindrical-coordinate representation of color #024972: hue angle of 201.96º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024972 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 73 | 114 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.55 |
| HSL | 201.96º | 0.97% | 0.23% | - |
| HSV(B) | 201.96º | 0.98% | 0.45% | - |
| XYZ | 5.44 | 5.99 | 16.79 | - |
| YUV | 56.45 | 160.48 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 114 | 0.98 | 0.36 | 0 | 0.55 | 201.96 | 0.97 | 0.23 |
| Hex | 2 | 49 | 72 | 62 | 24 | 0 | 37 | CA | 61 | 17 |
| Octal | 2 | 111 | 162 | 142 | 44 | 0 | 67 | 312 | 141 | 27 |
| Binary | 10 | 1001001 | 1110010 | 1100010 | 100100 | 0 | 110111 | 11001010 | 1100001 | 10111 |
Color Harmonies of #024972
Complementary color
Monochromatic Colors of #024972
Black with #024972
Text Example
Text Example
White with #024972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024972; }
p { color: rgb(2,73,114); }
H1.HeaderClassName
{
color: #024972;
}
.AnyTagClassName
{
color: #024972;
}
</style>
background-color css
<style>
a { background-color: #024972; }
a { background-color: rgb(2,73,114); }
div.DivClassName
{
background-color: #024972;
}
.BgClassName
{
background-color: #024972;
}
</style>
border-color css
<style>
span { border-color: #024972; }
span { border-color: rgb(2,73,114); }
td.TdClassName
{
border-color: #024972;
}
.TagClassName
{
border-color: #024972;
}
</style>