Shades of Dark Cerulean #024072
Tints of Dark Cerulean #024072
RGB
CMYK
RGB Variations
Color information
#024072 (or 0x024072) is known color: Dark Cerulean. HEX triplet: 02, 40 and 72. RGB value is (2,64,114). Sum of RGB (Red+Green+Blue) = 2+64+114=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 114 (44.92% from 255 or 63.33% from 180); Max value from RGB is 114 - color contains mainly: blue. Hex color #024072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024072 is #FDBF8D. Grayscale: #323232. Windows color (decimal): -16629646 or 7487490. OLE color: 7487490.
HSL color Cylindrical-coordinate representation of color #024072: hue angle of 206.79º 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 #024072 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 64 | 114 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.55 |
| HSL | 206.79º | 0.97% | 0.23% | - |
| HSV(B) | 206.79º | 0.98% | 0.45% | - |
| XYZ | 4.9 | 4.89 | 16.61 | - |
| YUV | 51.16 | 163.46 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 114 | 0.98 | 0.44 | 0 | 0.55 | 206.79 | 0.97 | 0.23 |
| Hex | 2 | 40 | 72 | 62 | 2C | 0 | 37 | CF | 61 | 17 |
| Octal | 2 | 100 | 162 | 142 | 54 | 0 | 67 | 317 | 141 | 27 |
| Binary | 10 | 1000000 | 1110010 | 1100010 | 101100 | 0 | 110111 | 11001111 | 1100001 | 10111 |
Color Harmonies of #024072
Complementary color
Monochromatic Colors of #024072
Black with #024072
Text Example
Text Example
White with #024072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024072; }
p { color: rgb(2,64,114); }
H1.HeaderClassName
{
color: #024072;
}
.AnyTagClassName
{
color: #024072;
}
</style>
background-color css
<style>
a { background-color: #024072; }
a { background-color: rgb(2,64,114); }
div.DivClassName
{
background-color: #024072;
}
.BgClassName
{
background-color: #024072;
}
</style>
border-color css
<style>
span { border-color: #024072; }
span { border-color: rgb(2,64,114); }
td.TdClassName
{
border-color: #024072;
}
.TagClassName
{
border-color: #024072;
}
</style>