Shades of Dark Cerulean #024E8C
Tints of Dark Cerulean #024E8C
RGB
CMYK
RGB Variations
Color information
#024E8C (or 0x024E8C) is known color: Dark Cerulean. HEX triplet: 02, 4E and 8C. RGB value is (2,78,140). Sum of RGB (Red+Green+Blue) = 2+78+140=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 140 (55.08% from 255 or 63.64% from 220); Max value from RGB is 140 - color contains mainly: blue. Hex color #024E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024E8C is #FDB173. Grayscale: #3E3E3E. Windows color (decimal): -16626036 or 9195010. OLE color: 9195010.
HSL color Cylindrical-coordinate representation of color #024E8C: hue angle of 206.96º 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 #024E8C is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 78 | 140 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.45 |
| HSL | 206.96º | 0.97% | 0.28% | - |
| HSV(B) | 206.96º | 0.99% | 0.55% | - |
| XYZ | 7.48 | 7.36 | 25.84 | - |
| YUV | 62.34 | 171.82 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 140 | 0.99 | 0.44 | 0 | 0.45 | 206.96 | 0.97 | 0.28 |
| Hex | 2 | 4E | 8C | 63 | 2C | 0 | 2D | CF | 61 | 1C |
| Octal | 2 | 116 | 214 | 143 | 54 | 0 | 55 | 317 | 141 | 34 |
| Binary | 10 | 1001110 | 10001100 | 1100011 | 101100 | 0 | 101101 | 11001111 | 1100001 | 11100 |
Color Harmonies of #024E8C
Complementary color
Monochromatic Colors of #024E8C
Black with #024E8C
Text Example
Text Example
White with #024E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E8C; }
p { color: rgb(2,78,140); }
H1.HeaderClassName
{
color: #024E8C;
}
.AnyTagClassName
{
color: #024E8C;
}
</style>
background-color css
<style>
a { background-color: #024E8C; }
a { background-color: rgb(2,78,140); }
div.DivClassName
{
background-color: #024E8C;
}
.BgClassName
{
background-color: #024E8C;
}
</style>
border-color css
<style>
span { border-color: #024E8C; }
span { border-color: rgb(2,78,140); }
td.TdClassName
{
border-color: #024E8C;
}
.TagClassName
{
border-color: #024E8C;
}
</style>