Shades of Dark Cerulean #024073
Tints of Dark Cerulean #024073
RGB
CMYK
RGB Variations
Color information
#024073 (or 0x024073) is known color: Dark Cerulean. HEX triplet: 02, 40 and 73. RGB value is (2,64,115). Sum of RGB (Red+Green+Blue) = 2+64+115=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #024073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024073 is #FDBF8C. Grayscale: #333333. Windows color (decimal): -16629645 or 7553026. OLE color: 7553026.
HSL color Cylindrical-coordinate representation of color #024073: hue angle of 207.08º 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 #024073 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 64 | 115 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.55 |
| HSL | 207.08º | 0.97% | 0.23% | - |
| HSV(B) | 207.08º | 0.98% | 0.45% | - |
| XYZ | 4.95 | 4.92 | 16.91 | - |
| YUV | 51.28 | 163.96 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 115 | 0.98 | 0.44 | 0 | 0.55 | 207.08 | 0.97 | 0.23 |
| Hex | 2 | 40 | 73 | 62 | 2C | 0 | 37 | CF | 61 | 17 |
| Octal | 2 | 100 | 163 | 142 | 54 | 0 | 67 | 317 | 141 | 27 |
| Binary | 10 | 1000000 | 1110011 | 1100010 | 101100 | 0 | 110111 | 11001111 | 1100001 | 10111 |
Color Harmonies of #024073
Complementary color
Monochromatic Colors of #024073
Black with #024073
Text Example
Text Example
White with #024073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024073; }
p { color: rgb(2,64,115); }
H1.HeaderClassName
{
color: #024073;
}
.AnyTagClassName
{
color: #024073;
}
</style>
background-color css
<style>
a { background-color: #024073; }
a { background-color: rgb(2,64,115); }
div.DivClassName
{
background-color: #024073;
}
.BgClassName
{
background-color: #024073;
}
</style>
border-color css
<style>
span { border-color: #024073; }
span { border-color: rgb(2,64,115); }
td.TdClassName
{
border-color: #024073;
}
.TagClassName
{
border-color: #024073;
}
</style>