Shades of Dark Cerulean #024E80
Tints of Dark Cerulean #024E80
RGB
CMYK
RGB Variations
Color information
#024E80 (or 0x024E80) is known color: Dark Cerulean. HEX triplet: 02, 4E and 80. RGB value is (2,78,128). Sum of RGB (Red+Green+Blue) = 2+78+128=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 128 (50.39% from 255 or 61.54% from 208); Max value from RGB is 128 - color contains mainly: blue. Hex color #024E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024E80 is #FDB17F. Grayscale: #3C3C3C. Windows color (decimal): -16626048 or 8408578. OLE color: 8408578.
HSL color Cylindrical-coordinate representation of color #024E80: hue angle of 203.81º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024E80 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 78 | 128 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.50 |
| HSL | 203.81º | 0.97% | 0.25% | - |
| HSV(B) | 203.81º | 0.98% | 0.5% | - |
| XYZ | 6.65 | 7.02 | 21.43 | - |
| YUV | 60.98 | 165.82 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 128 | 0.98 | 0.39 | 0 | 0.50 | 203.81 | 0.97 | 0.25 |
| Hex | 2 | 4E | 80 | 62 | 27 | 0 | 32 | CC | 61 | 19 |
| Octal | 2 | 116 | 200 | 142 | 47 | 0 | 62 | 314 | 141 | 31 |
| Binary | 10 | 1001110 | 10000000 | 1100010 | 100111 | 0 | 110010 | 11001100 | 1100001 | 11001 |
Color Harmonies of #024E80
Complementary color
Monochromatic Colors of #024E80
Black with #024E80
Text Example
Text Example
White with #024E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E80; }
p { color: rgb(2,78,128); }
H1.HeaderClassName
{
color: #024E80;
}
.AnyTagClassName
{
color: #024E80;
}
</style>
background-color css
<style>
a { background-color: #024E80; }
a { background-color: rgb(2,78,128); }
div.DivClassName
{
background-color: #024E80;
}
.BgClassName
{
background-color: #024E80;
}
</style>
border-color css
<style>
span { border-color: #024E80; }
span { border-color: rgb(2,78,128); }
td.TdClassName
{
border-color: #024E80;
}
.TagClassName
{
border-color: #024E80;
}
</style>