Shades of Dark Cerulean #024D87
Tints of Dark Cerulean #024D87
RGB
CMYK
RGB Variations
Color information
#024D87 (or 0x024D87) is known color: Dark Cerulean. HEX triplet: 02, 4D and 87. RGB value is (2,77,135). Sum of RGB (Red+Green+Blue) = 2+77+135=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 135 (53.12% from 255 or 63.08% from 214); Max value from RGB is 135 - color contains mainly: blue. Hex color #024D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024D87 is #FDB278. Grayscale: #3C3C3C. Windows color (decimal): -16626297 or 8867074. OLE color: 8867074.
HSL color Cylindrical-coordinate representation of color #024D87: hue angle of 206.17º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024D87 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 2 | 77 | 135 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.47 |
| HSL | 206.17º | 0.97% | 0.27% | - |
| HSV(B) | 206.17º | 0.99% | 0.53% | - |
| XYZ | 7.05 | 7.07 | 23.91 | - |
| YUV | 61.19 | 169.65 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 135 | 0.99 | 0.43 | 0 | 0.47 | 206.17 | 0.97 | 0.27 |
| Hex | 2 | 4D | 87 | 63 | 2B | 0 | 2F | CE | 61 | 1B |
| Octal | 2 | 115 | 207 | 143 | 53 | 0 | 57 | 316 | 141 | 33 |
| Binary | 10 | 1001101 | 10000111 | 1100011 | 101011 | 0 | 101111 | 11001110 | 1100001 | 11011 |
Color Harmonies of #024D87
Complementary color
Monochromatic Colors of #024D87
Black with #024D87
Text Example
Text Example
White with #024D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D87; }
p { color: rgb(2,77,135); }
H1.HeaderClassName
{
color: #024D87;
}
.AnyTagClassName
{
color: #024D87;
}
</style>
background-color css
<style>
a { background-color: #024D87; }
a { background-color: rgb(2,77,135); }
div.DivClassName
{
background-color: #024D87;
}
.BgClassName
{
background-color: #024D87;
}
</style>
border-color css
<style>
span { border-color: #024D87; }
span { border-color: rgb(2,77,135); }
td.TdClassName
{
border-color: #024D87;
}
.TagClassName
{
border-color: #024D87;
}
</style>