Shades of Dark Cerulean #024973
Tints of Dark Cerulean #024973
RGB
CMYK
RGB Variations
Color information
#024973 (or 0x024973) is known color: Dark Cerulean. HEX triplet: 02, 49 and 73. RGB value is (2,73,115). Sum of RGB (Red+Green+Blue) = 2+73+115=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #024973 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024973 is #FDB68C. Grayscale: #383838. Windows color (decimal): -16627341 or 7555330. OLE color: 7555330.
HSL color Cylindrical-coordinate representation of color #024973: hue angle of 202.3º 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 #024973 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 73 | 115 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.55 |
| HSL | 202.3º | 0.97% | 0.23% | - |
| HSV(B) | 202.3º | 0.98% | 0.45% | - |
| XYZ | 5.5 | 6.02 | 17.09 | - |
| YUV | 56.56 | 160.98 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 115 | 0.98 | 0.37 | 0 | 0.55 | 202.3 | 0.97 | 0.23 |
| Hex | 2 | 49 | 73 | 62 | 25 | 0 | 37 | CA | 61 | 17 |
| Octal | 2 | 111 | 163 | 142 | 45 | 0 | 67 | 312 | 141 | 27 |
| Binary | 10 | 1001001 | 1110011 | 1100010 | 100101 | 0 | 110111 | 11001010 | 1100001 | 10111 |
Color Harmonies of #024973
Complementary color
Monochromatic Colors of #024973
Black with #024973
Text Example
Text Example
White with #024973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024973; }
p { color: rgb(2,73,115); }
H1.HeaderClassName
{
color: #024973;
}
.AnyTagClassName
{
color: #024973;
}
</style>
background-color css
<style>
a { background-color: #024973; }
a { background-color: rgb(2,73,115); }
div.DivClassName
{
background-color: #024973;
}
.BgClassName
{
background-color: #024973;
}
</style>
border-color css
<style>
span { border-color: #024973; }
span { border-color: rgb(2,73,115); }
td.TdClassName
{
border-color: #024973;
}
.TagClassName
{
border-color: #024973;
}
</style>