Shades of Dark Cerulean #024C72
Tints of Dark Cerulean #024C72
RGB
CMYK
RGB Variations
Color information
#024C72 (or 0x024C72) is known color: Dark Cerulean. HEX triplet: 02, 4C and 72. RGB value is (2,76,114). Sum of RGB (Red+Green+Blue) = 2+76+114=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #024C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C72 is #FDB38D. Grayscale: #393939. Windows color (decimal): -16626574 or 7490562. OLE color: 7490562.
HSL color Cylindrical-coordinate representation of color #024C72: hue angle of 200.36º 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 #024C72 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 76 | 114 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.55 |
| HSL | 200.36º | 0.97% | 0.23% | - |
| HSV(B) | 200.36º | 0.98% | 0.45% | - |
| XYZ | 5.65 | 6.4 | 16.86 | - |
| YUV | 58.21 | 159.48 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 114 | 0.98 | 0.33 | 0 | 0.55 | 200.36 | 0.97 | 0.23 |
| Hex | 2 | 4C | 72 | 62 | 21 | 0 | 37 | C8 | 61 | 17 |
| Octal | 2 | 114 | 162 | 142 | 41 | 0 | 67 | 310 | 141 | 27 |
| Binary | 10 | 1001100 | 1110010 | 1100010 | 100001 | 0 | 110111 | 11001000 | 1100001 | 10111 |
Color Harmonies of #024C72
Complementary color
Monochromatic Colors of #024C72
Black with #024C72
Text Example
Text Example
White with #024C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C72; }
p { color: rgb(2,76,114); }
H1.HeaderClassName
{
color: #024C72;
}
.AnyTagClassName
{
color: #024C72;
}
</style>
background-color css
<style>
a { background-color: #024C72; }
a { background-color: rgb(2,76,114); }
div.DivClassName
{
background-color: #024C72;
}
.BgClassName
{
background-color: #024C72;
}
</style>
border-color css
<style>
span { border-color: #024C72; }
span { border-color: rgb(2,76,114); }
td.TdClassName
{
border-color: #024C72;
}
.TagClassName
{
border-color: #024C72;
}
</style>