Shades of Dark Cerulean #024977
Tints of Dark Cerulean #024977
RGB
CMYK
RGB Variations
Color information
#024977 (or 0x024977) is known color: Dark Cerulean. HEX triplet: 02, 49 and 77. RGB value is (2,73,119). Sum of RGB (Red+Green+Blue) = 2+73+119=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #024977 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024977 is #FDB688. Grayscale: #383838. Windows color (decimal): -16627337 or 7817474. OLE color: 7817474.
HSL color Cylindrical-coordinate representation of color #024977: hue angle of 203.59º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024977 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 2 | 73 | 119 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.53 |
| HSL | 203.59º | 0.97% | 0.24% | - |
| HSV(B) | 203.59º | 0.98% | 0.47% | - |
| XYZ | 5.74 | 6.11 | 18.33 | - |
| YUV | 57.02 | 162.98 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 119 | 0.98 | 0.39 | 0 | 0.53 | 203.59 | 0.97 | 0.24 |
| Hex | 2 | 49 | 77 | 62 | 27 | 0 | 35 | CC | 61 | 18 |
| Octal | 2 | 111 | 167 | 142 | 47 | 0 | 65 | 314 | 141 | 30 |
| Binary | 10 | 1001001 | 1110111 | 1100010 | 100111 | 0 | 110101 | 11001100 | 1100001 | 11000 |
Color Harmonies of #024977
Complementary color
Monochromatic Colors of #024977
Black with #024977
Text Example
Text Example
White with #024977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024977; }
p { color: rgb(2,73,119); }
H1.HeaderClassName
{
color: #024977;
}
.AnyTagClassName
{
color: #024977;
}
</style>
background-color css
<style>
a { background-color: #024977; }
a { background-color: rgb(2,73,119); }
div.DivClassName
{
background-color: #024977;
}
.BgClassName
{
background-color: #024977;
}
</style>
border-color css
<style>
span { border-color: #024977; }
span { border-color: rgb(2,73,119); }
td.TdClassName
{
border-color: #024977;
}
.TagClassName
{
border-color: #024977;
}
</style>