Shades of Dark Cerulean #004978
Tints of Dark Cerulean #004978
RGB
CMYK
RGB Variations
Color information
#004978 (or 0x004978) is known color: Dark Cerulean. HEX triplet: 00, 49 and 78. RGB value is (0,73,120). Sum of RGB (Red+Green+Blue) = 0+73+120=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #004978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004978 is #FFB687. Grayscale: #383838. Windows color (decimal): -16758408 or 7883008. OLE color: 7883008.
HSL color Cylindrical-coordinate representation of color #004978: hue angle of 203.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004978 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 73 | 120 | - |
| CMYK | 1 | 0.39 | 0 | 0.53 |
| HSL | 203.5º | 1% | 0.24% | - |
| HSV(B) | 203.5º | 1% | 0.47% | - |
| XYZ | 5.77 | 6.12 | 18.65 | - |
| YUV | 56.53 | 163.82 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 120 | 1 | 0.39 | 0 | 0.53 | 203.5 | 1 | 0.24 |
| Hex | 0 | 49 | 78 | 64 | 27 | 0 | 35 | CC | 64 | 18 |
| Octal | 0 | 111 | 170 | 144 | 47 | 0 | 65 | 314 | 144 | 30 |
| Binary | 0 | 1001001 | 1111000 | 1100100 | 100111 | 0 | 110101 | 11001100 | 1100100 | 11000 |
Color Harmonies of #004978
Complementary color
Monochromatic Colors of #004978
Black with #004978
Text Example
Text Example
White with #004978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004978; }
p { color: rgb(0,73,120); }
H1.HeaderClassName
{
color: #004978;
}
.AnyTagClassName
{
color: #004978;
}
</style>
background-color css
<style>
a { background-color: #004978; }
a { background-color: rgb(0,73,120); }
div.DivClassName
{
background-color: #004978;
}
.BgClassName
{
background-color: #004978;
}
</style>
border-color css
<style>
span { border-color: #004978; }
span { border-color: rgb(0,73,120); }
td.TdClassName
{
border-color: #004978;
}
.TagClassName
{
border-color: #004978;
}
</style>