Shades of Dark Cerulean #024C7D
Tints of Dark Cerulean #024C7D
RGB
CMYK
RGB Variations
Color information
#024C7D (or 0x024C7D) is known color: Dark Cerulean. HEX triplet: 02, 4C and 7D. RGB value is (2,76,125). Sum of RGB (Red+Green+Blue) = 2+76+125=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #024C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C7D is #FDB382. Grayscale: #3B3B3B. Windows color (decimal): -16626563 or 8211458. OLE color: 8211458.
HSL color Cylindrical-coordinate representation of color #024C7D: hue angle of 203.9º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024C7D is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 76 | 125 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.51 |
| HSL | 203.9º | 0.97% | 0.25% | - |
| HSV(B) | 203.9º | 0.98% | 0.49% | - |
| XYZ | 6.31 | 6.66 | 20.36 | - |
| YUV | 59.46 | 164.98 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 125 | 0.98 | 0.39 | 0 | 0.51 | 203.9 | 0.97 | 0.25 |
| Hex | 2 | 4C | 7D | 62 | 27 | 0 | 33 | CC | 61 | 19 |
| Octal | 2 | 114 | 175 | 142 | 47 | 0 | 63 | 314 | 141 | 31 |
| Binary | 10 | 1001100 | 1111101 | 1100010 | 100111 | 0 | 110011 | 11001100 | 1100001 | 11001 |
Color Harmonies of #024C7D
Complementary color
Monochromatic Colors of #024C7D
Black with #024C7D
Text Example
Text Example
White with #024C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C7D; }
p { color: rgb(2,76,125); }
H1.HeaderClassName
{
color: #024C7D;
}
.AnyTagClassName
{
color: #024C7D;
}
</style>
background-color css
<style>
a { background-color: #024C7D; }
a { background-color: rgb(2,76,125); }
div.DivClassName
{
background-color: #024C7D;
}
.BgClassName
{
background-color: #024C7D;
}
</style>
border-color css
<style>
span { border-color: #024C7D; }
span { border-color: rgb(2,76,125); }
td.TdClassName
{
border-color: #024C7D;
}
.TagClassName
{
border-color: #024C7D;
}
</style>