Shades of Dark Cerulean #004972
Tints of Dark Cerulean #004972
RGB
CMYK
RGB Variations
Color information
#004972 (or 0x004972) is known color: Dark Cerulean. HEX triplet: 00, 49 and 72. RGB value is (0,73,114). Sum of RGB (Red+Green+Blue) = 0+73+114=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #004972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004972 is #FFB68D. Grayscale: #373737. Windows color (decimal): -16758414 or 7489792. OLE color: 7489792.
HSL color Cylindrical-coordinate representation of color #004972: hue angle of 201.58º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004972 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 73 | 114 | - |
| CMYK | 1 | 0.36 | 0 | 0.55 |
| HSL | 201.58º | 1% | 0.22% | - |
| HSV(B) | 201.58º | 1% | 0.45% | - |
| XYZ | 5.42 | 5.98 | 16.79 | - |
| YUV | 55.85 | 160.82 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 73 | 114 | 1 | 0.36 | 0 | 0.55 | 201.58 | 1 | 0.22 |
| Hex | 0 | 49 | 72 | 64 | 24 | 0 | 37 | CA | 64 | 16 |
| Octal | 0 | 111 | 162 | 144 | 44 | 0 | 67 | 312 | 144 | 26 |
| Binary | 0 | 1001001 | 1110010 | 1100100 | 100100 | 0 | 110111 | 11001010 | 1100100 | 10110 |
Color Harmonies of #004972
Complementary color
Monochromatic Colors of #004972
Black with #004972
Text Example
Text Example
White with #004972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004972; }
p { color: rgb(0,73,114); }
H1.HeaderClassName
{
color: #004972;
}
.AnyTagClassName
{
color: #004972;
}
</style>
background-color css
<style>
a { background-color: #004972; }
a { background-color: rgb(0,73,114); }
div.DivClassName
{
background-color: #004972;
}
.BgClassName
{
background-color: #004972;
}
</style>
border-color css
<style>
span { border-color: #004972; }
span { border-color: rgb(0,73,114); }
td.TdClassName
{
border-color: #004972;
}
.TagClassName
{
border-color: #004972;
}
</style>