Shades of Dark Cerulean #024D8C
Tints of Dark Cerulean #024D8C
RGB
CMYK
RGB Variations
Color information
#024D8C (or 0x024D8C) is known color: Dark Cerulean. HEX triplet: 02, 4D and 8C. RGB value is (2,77,140). Sum of RGB (Red+Green+Blue) = 2+77+140=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 140 (55.08% from 255 or 63.93% from 219); Max value from RGB is 140 - color contains mainly: blue. Hex color #024D8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024D8C is #FDB273. Grayscale: #3D3D3D. Windows color (decimal): -16626292 or 9194754. OLE color: 9194754.
HSL color Cylindrical-coordinate representation of color #024D8C: hue angle of 207.39º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024D8C is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 77 | 140 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.45 |
| HSL | 207.39º | 0.97% | 0.28% | - |
| HSV(B) | 207.39º | 0.99% | 0.55% | - |
| XYZ | 7.41 | 7.21 | 25.81 | - |
| YUV | 61.76 | 172.15 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 140 | 0.99 | 0.45 | 0 | 0.45 | 207.39 | 0.97 | 0.28 |
| Hex | 2 | 4D | 8C | 63 | 2D | 0 | 2D | CF | 61 | 1C |
| Octal | 2 | 115 | 214 | 143 | 55 | 0 | 55 | 317 | 141 | 34 |
| Binary | 10 | 1001101 | 10001100 | 1100011 | 101101 | 0 | 101101 | 11001111 | 1100001 | 11100 |
Color Harmonies of #024D8C
Complementary color
Monochromatic Colors of #024D8C
Black with #024D8C
Text Example
Text Example
White with #024D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D8C; }
p { color: rgb(2,77,140); }
H1.HeaderClassName
{
color: #024D8C;
}
.AnyTagClassName
{
color: #024D8C;
}
</style>
background-color css
<style>
a { background-color: #024D8C; }
a { background-color: rgb(2,77,140); }
div.DivClassName
{
background-color: #024D8C;
}
.BgClassName
{
background-color: #024D8C;
}
</style>
border-color css
<style>
span { border-color: #024D8C; }
span { border-color: rgb(2,77,140); }
td.TdClassName
{
border-color: #024D8C;
}
.TagClassName
{
border-color: #024D8C;
}
</style>