Shades of Dark Cerulean #004994
Tints of Dark Cerulean #004994
RGB
CMYK
RGB Variations
Color information
#004994 (or 0x004994) is known color: Dark Cerulean. HEX triplet: 00, 49 and 94. RGB value is (0,73,148). Sum of RGB (Red+Green+Blue) = 0+73+148=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 148 (58.20% from 255 or 66.97% from 221); Max value from RGB is 148 - color contains mainly: blue. Hex color #004994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004994 is #FFB66B. Grayscale: #3B3B3B. Windows color (decimal): -16758380 or 9718016. OLE color: 9718016.
HSL color Cylindrical-coordinate representation of color #004994: hue angle of 210.41º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004994 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 73 | 148 | - |
| CMYK | 1 | 0.51 | 0 | 0.42 |
| HSL | 210.41º | 1% | 0.29% | - |
| HSV(B) | 210.41º | 1% | 0.58% | - |
| XYZ | 7.73 | 6.9 | 28.94 | - |
| YUV | 59.72 | 177.82 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 148 | 1 | 0.51 | 0 | 0.42 | 210.41 | 1 | 0.29 |
| Hex | 0 | 49 | 94 | 64 | 33 | 0 | 2A | D2 | 64 | 1D |
| Octal | 0 | 111 | 224 | 144 | 63 | 0 | 52 | 322 | 144 | 35 |
| Binary | 0 | 1001001 | 10010100 | 1100100 | 110011 | 0 | 101010 | 11010010 | 1100100 | 11101 |
Color Harmonies of #004994
Complementary color
Monochromatic Colors of #004994
Black with #004994
Text Example
Text Example
White with #004994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004994; }
p { color: rgb(0,73,148); }
H1.HeaderClassName
{
color: #004994;
}
.AnyTagClassName
{
color: #004994;
}
</style>
background-color css
<style>
a { background-color: #004994; }
a { background-color: rgb(0,73,148); }
div.DivClassName
{
background-color: #004994;
}
.BgClassName
{
background-color: #004994;
}
</style>
border-color css
<style>
span { border-color: #004994; }
span { border-color: rgb(0,73,148); }
td.TdClassName
{
border-color: #004994;
}
.TagClassName
{
border-color: #004994;
}
</style>