Shades of Dark Cerulean #004971
Tints of Dark Cerulean #004971
RGB
CMYK
RGB Variations
Color information
#004971 (or 0x004971) is known color: Dark Cerulean. HEX triplet: 00, 49 and 71. RGB value is (0,73,113). Sum of RGB (Red+Green+Blue) = 0+73+113=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #004971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004971 is #FFB68E. Grayscale: #373737. Windows color (decimal): -16758415 or 7424256. OLE color: 7424256.
HSL color Cylindrical-coordinate representation of color #004971: hue angle of 201.24º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004971 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 73 | 113 | - |
| CMYK | 1 | 0.35 | 0 | 0.56 |
| HSL | 201.24º | 1% | 0.22% | - |
| HSV(B) | 201.24º | 1% | 0.44% | - |
| XYZ | 5.36 | 5.96 | 16.49 | - |
| YUV | 55.73 | 160.32 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 113 | 1 | 0.35 | 0 | 0.56 | 201.24 | 1 | 0.22 |
| Hex | 0 | 49 | 71 | 64 | 23 | 0 | 38 | C9 | 64 | 16 |
| Octal | 0 | 111 | 161 | 144 | 43 | 0 | 70 | 311 | 144 | 26 |
| Binary | 0 | 1001001 | 1110001 | 1100100 | 100011 | 0 | 111000 | 11001001 | 1100100 | 10110 |
Color Harmonies of #004971
Complementary color
Monochromatic Colors of #004971
Black with #004971
Text Example
Text Example
White with #004971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004971; }
p { color: rgb(0,73,113); }
H1.HeaderClassName
{
color: #004971;
}
.AnyTagClassName
{
color: #004971;
}
</style>
background-color css
<style>
a { background-color: #004971; }
a { background-color: rgb(0,73,113); }
div.DivClassName
{
background-color: #004971;
}
.BgClassName
{
background-color: #004971;
}
</style>
border-color css
<style>
span { border-color: #004971; }
span { border-color: rgb(0,73,113); }
td.TdClassName
{
border-color: #004971;
}
.TagClassName
{
border-color: #004971;
}
</style>