Shades of Dark Cerulean #004977
Tints of Dark Cerulean #004977
RGB
CMYK
RGB Variations
Color information
#004977 (or 0x004977) is known color: Dark Cerulean. HEX triplet: 00, 49 and 77. RGB value is (0,73,119). Sum of RGB (Red+Green+Blue) = 0+73+119=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #004977 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004977 is #FFB688. Grayscale: #383838. Windows color (decimal): -16758409 or 7817472. OLE color: 7817472.
HSL color Cylindrical-coordinate representation of color #004977: hue angle of 203.19º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004977 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 73 | 119 | - |
| CMYK | 1 | 0.39 | 0 | 0.53 |
| HSL | 203.19º | 1% | 0.23% | - |
| HSV(B) | 203.19º | 1% | 0.47% | - |
| XYZ | 5.71 | 6.1 | 18.33 | - |
| YUV | 56.42 | 163.32 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 119 | 1 | 0.39 | 0 | 0.53 | 203.19 | 1 | 0.23 |
| Hex | 0 | 49 | 77 | 64 | 27 | 0 | 35 | CB | 64 | 17 |
| Octal | 0 | 111 | 167 | 144 | 47 | 0 | 65 | 313 | 144 | 27 |
| Binary | 0 | 1001001 | 1110111 | 1100100 | 100111 | 0 | 110101 | 11001011 | 1100100 | 10111 |
Color Harmonies of #004977
Complementary color
Monochromatic Colors of #004977
Black with #004977
Text Example
Text Example
White with #004977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004977; }
p { color: rgb(0,73,119); }
H1.HeaderClassName
{
color: #004977;
}
.AnyTagClassName
{
color: #004977;
}
</style>
background-color css
<style>
a { background-color: #004977; }
a { background-color: rgb(0,73,119); }
div.DivClassName
{
background-color: #004977;
}
.BgClassName
{
background-color: #004977;
}
</style>
border-color css
<style>
span { border-color: #004977; }
span { border-color: rgb(0,73,119); }
td.TdClassName
{
border-color: #004977;
}
.TagClassName
{
border-color: #004977;
}
</style>