Shades of Dark Cerulean #004472
Tints of Dark Cerulean #004472
RGB
CMYK
RGB Variations
Color information
#004472 (or 0x004472) is known color: Dark Cerulean. HEX triplet: 00, 44 and 72. RGB value is (0,68,114). Sum of RGB (Red+Green+Blue) = 0+68+114=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 114 (44.92% from 255 or 62.64% from 182); Max value from RGB is 114 - color contains mainly: blue. Hex color #004472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004472 is #FFBB8D. Grayscale: #343434. Windows color (decimal): -16759694 or 7488512. OLE color: 7488512.
HSL color Cylindrical-coordinate representation of color #004472: hue angle of 204.21º 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 #004472 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 68 | 114 | - |
| CMYK | 1 | 0.40 | 0 | 0.55 |
| HSL | 204.21º | 1% | 0.22% | - |
| HSV(B) | 204.21º | 1% | 0.45% | - |
| XYZ | 5.1 | 5.35 | 16.68 | - |
| YUV | 52.91 | 162.47 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 114 | 1 | 0.40 | 0 | 0.55 | 204.21 | 1 | 0.22 |
| Hex | 0 | 44 | 72 | 64 | 28 | 0 | 37 | CC | 64 | 16 |
| Octal | 0 | 104 | 162 | 144 | 50 | 0 | 67 | 314 | 144 | 26 |
| Binary | 0 | 1000100 | 1110010 | 1100100 | 101000 | 0 | 110111 | 11001100 | 1100100 | 10110 |
Color Harmonies of #004472
Complementary color
Monochromatic Colors of #004472
Black with #004472
Text Example
Text Example
White with #004472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004472; }
p { color: rgb(0,68,114); }
H1.HeaderClassName
{
color: #004472;
}
.AnyTagClassName
{
color: #004472;
}
</style>
background-color css
<style>
a { background-color: #004472; }
a { background-color: rgb(0,68,114); }
div.DivClassName
{
background-color: #004472;
}
.BgClassName
{
background-color: #004472;
}
</style>
border-color css
<style>
span { border-color: #004472; }
span { border-color: rgb(0,68,114); }
td.TdClassName
{
border-color: #004472;
}
.TagClassName
{
border-color: #004472;
}
</style>