Shades of Dark Cerulean #024E73
Tints of Dark Cerulean #024E73
RGB
CMYK
RGB Variations
Color information
#024E73 (or 0x024E73) is known color: Dark Cerulean. HEX triplet: 02, 4E and 73. RGB value is (2,78,115). Sum of RGB (Red+Green+Blue) = 2+78+115=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 115 (45.31% from 255 or 58.97% from 195); Max value from RGB is 115 - color contains mainly: blue. Hex color #024E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E73 is #FDB18C. Grayscale: #3B3B3B. Windows color (decimal): -16626061 or 7556610. OLE color: 7556610.
HSL color Cylindrical-coordinate representation of color #024E73: hue angle of 199.65º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024E73 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 78 | 115 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.55 |
| HSL | 199.65º | 0.97% | 0.23% | - |
| HSV(B) | 199.65º | 0.98% | 0.45% | - |
| XYZ | 5.84 | 6.7 | 17.2 | - |
| YUV | 59.49 | 159.32 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 115 | 0.98 | 0.32 | 0 | 0.55 | 199.65 | 0.97 | 0.23 |
| Hex | 2 | 4E | 73 | 62 | 20 | 0 | 37 | C8 | 61 | 17 |
| Octal | 2 | 116 | 163 | 142 | 40 | 0 | 67 | 310 | 141 | 27 |
| Binary | 10 | 1001110 | 1110011 | 1100010 | 100000 | 0 | 110111 | 11001000 | 1100001 | 10111 |
Color Harmonies of #024E73
Complementary color
Monochromatic Colors of #024E73
Black with #024E73
Text Example
Text Example
White with #024E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E73; }
p { color: rgb(2,78,115); }
H1.HeaderClassName
{
color: #024E73;
}
.AnyTagClassName
{
color: #024E73;
}
</style>
background-color css
<style>
a { background-color: #024E73; }
a { background-color: rgb(2,78,115); }
div.DivClassName
{
background-color: #024E73;
}
.BgClassName
{
background-color: #024E73;
}
</style>
border-color css
<style>
span { border-color: #024E73; }
span { border-color: rgb(2,78,115); }
td.TdClassName
{
border-color: #024E73;
}
.TagClassName
{
border-color: #024E73;
}
</style>