Shades of Dark Cerulean #024F70
Tints of Dark Cerulean #024F70
RGB
CMYK
RGB Variations
Color information
#024F70 (or 0x024F70) is known color: Dark Cerulean. HEX triplet: 02, 4F and 70. RGB value is (2,79,112). Sum of RGB (Red+Green+Blue) = 2+79+112=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #024F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F70 is #FDB08F. Grayscale: #3B3B3B. Windows color (decimal): -16625808 or 7360258. OLE color: 7360258.
HSL color Cylindrical-coordinate representation of color #024F70: hue angle of 198º 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 #024F70 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 79 | 112 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.56 |
| HSL | 198º | 0.96% | 0.22% | - |
| HSV(B) | 198º | 0.98% | 0.44% | - |
| XYZ | 5.75 | 6.77 | 16.33 | - |
| YUV | 59.74 | 157.49 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 112 | 0.98 | 0.29 | 0 | 0.56 | 198 | 0.96 | 0.22 |
| Hex | 2 | 4F | 70 | 62 | 1D | 0 | 38 | C6 | 60 | 16 |
| Octal | 2 | 117 | 160 | 142 | 35 | 0 | 70 | 306 | 140 | 26 |
| Binary | 10 | 1001111 | 1110000 | 1100010 | 11101 | 0 | 111000 | 11000110 | 1100000 | 10110 |
Color Harmonies of #024F70
Complementary color
Monochromatic Colors of #024F70
Black with #024F70
Text Example
Text Example
White with #024F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024F70; }
p { color: rgb(2,79,112); }
H1.HeaderClassName
{
color: #024F70;
}
.AnyTagClassName
{
color: #024F70;
}
</style>
background-color css
<style>
a { background-color: #024F70; }
a { background-color: rgb(2,79,112); }
div.DivClassName
{
background-color: #024F70;
}
.BgClassName
{
background-color: #024F70;
}
</style>
border-color css
<style>
span { border-color: #024F70; }
span { border-color: rgb(2,79,112); }
td.TdClassName
{
border-color: #024F70;
}
.TagClassName
{
border-color: #024F70;
}
</style>