Shades of Dark Cerulean #024370
Tints of Dark Cerulean #024370
RGB
CMYK
RGB Variations
Color information
#024370 (or 0x024370) is known color: Dark Cerulean. HEX triplet: 02, 43 and 70. RGB value is (2,67,112). Sum of RGB (Red+Green+Blue) = 2+67+112=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #024370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024370 is #FDBC8F. Grayscale: #343434. Windows color (decimal): -16628880 or 7357186. OLE color: 7357186.
HSL color Cylindrical-coordinate representation of color #024370: hue angle of 204.55º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024370 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 67 | 112 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.56 |
| HSL | 204.55º | 0.96% | 0.22% | - |
| HSV(B) | 204.55º | 0.98% | 0.44% | - |
| XYZ | 4.96 | 5.2 | 16.07 | - |
| YUV | 52.7 | 161.47 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 67 | 112 | 0.98 | 0.40 | 0 | 0.56 | 204.55 | 0.96 | 0.22 |
| Hex | 2 | 43 | 70 | 62 | 28 | 0 | 38 | CD | 60 | 16 |
| Octal | 2 | 103 | 160 | 142 | 50 | 0 | 70 | 315 | 140 | 26 |
| Binary | 10 | 1000011 | 1110000 | 1100010 | 101000 | 0 | 111000 | 11001101 | 1100000 | 10110 |
Color Harmonies of #024370
Complementary color
Monochromatic Colors of #024370
Black with #024370
Text Example
Text Example
White with #024370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024370; }
p { color: rgb(2,67,112); }
H1.HeaderClassName
{
color: #024370;
}
.AnyTagClassName
{
color: #024370;
}
</style>
background-color css
<style>
a { background-color: #024370; }
a { background-color: rgb(2,67,112); }
div.DivClassName
{
background-color: #024370;
}
.BgClassName
{
background-color: #024370;
}
</style>
border-color css
<style>
span { border-color: #024370; }
span { border-color: rgb(2,67,112); }
td.TdClassName
{
border-color: #024370;
}
.TagClassName
{
border-color: #024370;
}
</style>