Shades of Dark Cerulean #024C70
Tints of Dark Cerulean #024C70
RGB
CMYK
RGB Variations
Color information
#024C70 (or 0x024C70) is known color: Dark Cerulean. HEX triplet: 02, 4C and 70. RGB value is (2,76,112). Sum of RGB (Red+Green+Blue) = 2+76+112=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #024C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C70 is #FDB38F. Grayscale: #393939. Windows color (decimal): -16626576 or 7359490. OLE color: 7359490.
HSL color Cylindrical-coordinate representation of color #024C70: hue angle of 199.64º 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 #024C70 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 76 | 112 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.56 |
| HSL | 199.64º | 0.96% | 0.22% | - |
| HSV(B) | 199.64º | 0.98% | 0.44% | - |
| XYZ | 5.53 | 6.35 | 16.26 | - |
| YUV | 57.98 | 158.48 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 112 | 0.98 | 0.32 | 0 | 0.56 | 199.64 | 0.96 | 0.22 |
| Hex | 2 | 4C | 70 | 62 | 20 | 0 | 38 | C8 | 60 | 16 |
| Octal | 2 | 114 | 160 | 142 | 40 | 0 | 70 | 310 | 140 | 26 |
| Binary | 10 | 1001100 | 1110000 | 1100010 | 100000 | 0 | 111000 | 11001000 | 1100000 | 10110 |
Color Harmonies of #024C70
Complementary color
Monochromatic Colors of #024C70
Black with #024C70
Text Example
Text Example
White with #024C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C70; }
p { color: rgb(2,76,112); }
H1.HeaderClassName
{
color: #024C70;
}
.AnyTagClassName
{
color: #024C70;
}
</style>
background-color css
<style>
a { background-color: #024C70; }
a { background-color: rgb(2,76,112); }
div.DivClassName
{
background-color: #024C70;
}
.BgClassName
{
background-color: #024C70;
}
</style>
border-color css
<style>
span { border-color: #024C70; }
span { border-color: rgb(2,76,112); }
td.TdClassName
{
border-color: #024C70;
}
.TagClassName
{
border-color: #024C70;
}
</style>