Shades of Dark Cerulean #024E7F
Tints of Dark Cerulean #024E7F
RGB
CMYK
RGB Variations
Color information
#024E7F (or 0x024E7F) is known color: Dark Cerulean. HEX triplet: 02, 4E and 7F. RGB value is (2,78,127). Sum of RGB (Red+Green+Blue) = 2+78+127=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 127 (50% from 255 or 61.35% from 207); Max value from RGB is 127 - color contains mainly: blue. Hex color #024E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E7F is #FDB180. Grayscale: #3C3C3C. Windows color (decimal): -16626049 or 8343042. OLE color: 8343042.
HSL color Cylindrical-coordinate representation of color #024E7F: hue angle of 203.52º 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 #024E7F is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 78 | 127 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.50 |
| HSL | 203.52º | 0.97% | 0.25% | - |
| HSV(B) | 203.52º | 0.98% | 0.5% | - |
| XYZ | 6.58 | 6.99 | 21.08 | - |
| YUV | 60.86 | 165.32 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 127 | 0.98 | 0.39 | 0 | 0.50 | 203.52 | 0.97 | 0.25 |
| Hex | 2 | 4E | 7F | 62 | 27 | 0 | 32 | CC | 61 | 19 |
| Octal | 2 | 116 | 177 | 142 | 47 | 0 | 62 | 314 | 141 | 31 |
| Binary | 10 | 1001110 | 1111111 | 1100010 | 100111 | 0 | 110010 | 11001100 | 1100001 | 11001 |
Color Harmonies of #024E7F
Complementary color
Monochromatic Colors of #024E7F
Black with #024E7F
Text Example
Text Example
White with #024E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E7F; }
p { color: rgb(2,78,127); }
H1.HeaderClassName
{
color: #024E7F;
}
.AnyTagClassName
{
color: #024E7F;
}
</style>
background-color css
<style>
a { background-color: #024E7F; }
a { background-color: rgb(2,78,127); }
div.DivClassName
{
background-color: #024E7F;
}
.BgClassName
{
background-color: #024E7F;
}
</style>
border-color css
<style>
span { border-color: #024E7F; }
span { border-color: rgb(2,78,127); }
td.TdClassName
{
border-color: #024E7F;
}
.TagClassName
{
border-color: #024E7F;
}
</style>