Shades of Dark Cerulean #024994
Tints of Dark Cerulean #024994
RGB
CMYK
RGB Variations
Color information
#024994 (or 0x024994) is known color: Dark Cerulean. HEX triplet: 02, 49 and 94. RGB value is (2,73,148). Sum of RGB (Red+Green+Blue) = 2+73+148=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 148 (58.20% from 255 or 66.37% from 223); Max value from RGB is 148 - color contains mainly: blue. Hex color #024994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024994 is #FDB66B. Grayscale: #3B3B3B. Windows color (decimal): -16627308 or 9718018. OLE color: 9718018.
HSL color Cylindrical-coordinate representation of color #024994: hue angle of 210.82º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024994 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 73 | 148 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.42 |
| HSL | 210.82º | 0.97% | 0.29% | - |
| HSV(B) | 210.82º | 0.99% | 0.58% | - |
| XYZ | 7.75 | 6.92 | 28.94 | - |
| YUV | 60.32 | 177.48 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 148 | 0.99 | 0.51 | 0 | 0.42 | 210.82 | 0.97 | 0.29 |
| Hex | 2 | 49 | 94 | 63 | 33 | 0 | 2A | D3 | 61 | 1D |
| Octal | 2 | 111 | 224 | 143 | 63 | 0 | 52 | 323 | 141 | 35 |
| Binary | 10 | 1001001 | 10010100 | 1100011 | 110011 | 0 | 101010 | 11010011 | 1100001 | 11101 |
Color Harmonies of #024994
Complementary color
Monochromatic Colors of #024994
Black with #024994
Text Example
Text Example
White with #024994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024994; }
p { color: rgb(2,73,148); }
H1.HeaderClassName
{
color: #024994;
}
.AnyTagClassName
{
color: #024994;
}
</style>
background-color css
<style>
a { background-color: #024994; }
a { background-color: rgb(2,73,148); }
div.DivClassName
{
background-color: #024994;
}
.BgClassName
{
background-color: #024994;
}
</style>
border-color css
<style>
span { border-color: #024994; }
span { border-color: rgb(2,73,148); }
td.TdClassName
{
border-color: #024994;
}
.TagClassName
{
border-color: #024994;
}
</style>