Shades of Dark Cerulean #024D72
Tints of Dark Cerulean #024D72
RGB
CMYK
RGB Variations
Color information
#024D72 (or 0x024D72) is known color: Dark Cerulean. HEX triplet: 02, 4D and 72. RGB value is (2,77,114). Sum of RGB (Red+Green+Blue) = 2+77+114=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #024D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024D72 is #FDB28D. Grayscale: #3A3A3A. Windows color (decimal): -16626318 or 7490818. OLE color: 7490818.
HSL color Cylindrical-coordinate representation of color #024D72: hue angle of 199.82º 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 #024D72 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 77 | 114 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.55 |
| HSL | 199.82º | 0.97% | 0.23% | - |
| HSV(B) | 199.82º | 0.98% | 0.45% | - |
| XYZ | 5.72 | 6.54 | 16.88 | - |
| YUV | 58.79 | 159.15 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 114 | 0.98 | 0.32 | 0 | 0.55 | 199.82 | 0.97 | 0.23 |
| Hex | 2 | 4D | 72 | 62 | 20 | 0 | 37 | C8 | 61 | 17 |
| Octal | 2 | 115 | 162 | 142 | 40 | 0 | 67 | 310 | 141 | 27 |
| Binary | 10 | 1001101 | 1110010 | 1100010 | 100000 | 0 | 110111 | 11001000 | 1100001 | 10111 |
Color Harmonies of #024D72
Complementary color
Monochromatic Colors of #024D72
Black with #024D72
Text Example
Text Example
White with #024D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D72; }
p { color: rgb(2,77,114); }
H1.HeaderClassName
{
color: #024D72;
}
.AnyTagClassName
{
color: #024D72;
}
</style>
background-color css
<style>
a { background-color: #024D72; }
a { background-color: rgb(2,77,114); }
div.DivClassName
{
background-color: #024D72;
}
.BgClassName
{
background-color: #024D72;
}
</style>
border-color css
<style>
span { border-color: #024D72; }
span { border-color: rgb(2,77,114); }
td.TdClassName
{
border-color: #024D72;
}
.TagClassName
{
border-color: #024D72;
}
</style>