Shades of Dark Cerulean #024D7D
Tints of Dark Cerulean #024D7D
RGB
CMYK
RGB Variations
Color information
#024D7D (or 0x024D7D) is known color: Dark Cerulean. HEX triplet: 02, 4D and 7D. RGB value is (2,77,125). Sum of RGB (Red+Green+Blue) = 2+77+125=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 77 (30.47% from 255 or 37.75% from 204); Blue value is 125 (49.22% from 255 or 61.27% from 204); Max value from RGB is 125 - color contains mainly: blue. Hex color #024D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024D7D is #FDB282. Grayscale: #3B3B3B. Windows color (decimal): -16626307 or 8211714. OLE color: 8211714.
HSL color Cylindrical-coordinate representation of color #024D7D: hue angle of 203.41º 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 #024D7D is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 77 | 125 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.51 |
| HSL | 203.41º | 0.97% | 0.25% | - |
| HSV(B) | 203.41º | 0.98% | 0.49% | - |
| XYZ | 6.38 | 6.8 | 20.38 | - |
| YUV | 60.05 | 164.65 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 125 | 0.98 | 0.38 | 0 | 0.51 | 203.41 | 0.97 | 0.25 |
| Hex | 2 | 4D | 7D | 62 | 26 | 0 | 33 | CB | 61 | 19 |
| Octal | 2 | 115 | 175 | 142 | 46 | 0 | 63 | 313 | 141 | 31 |
| Binary | 10 | 1001101 | 1111101 | 1100010 | 100110 | 0 | 110011 | 11001011 | 1100001 | 11001 |
Color Harmonies of #024D7D
Complementary color
Monochromatic Colors of #024D7D
Black with #024D7D
Text Example
Text Example
White with #024D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D7D; }
p { color: rgb(2,77,125); }
H1.HeaderClassName
{
color: #024D7D;
}
.AnyTagClassName
{
color: #024D7D;
}
</style>
background-color css
<style>
a { background-color: #024D7D; }
a { background-color: rgb(2,77,125); }
div.DivClassName
{
background-color: #024D7D;
}
.BgClassName
{
background-color: #024D7D;
}
</style>
border-color css
<style>
span { border-color: #024D7D; }
span { border-color: rgb(2,77,125); }
td.TdClassName
{
border-color: #024D7D;
}
.TagClassName
{
border-color: #024D7D;
}
</style>