Shades of Dark Cerulean #044472
Tints of Dark Cerulean #044472
RGB
CMYK
RGB Variations
Color information
#044472 (or 0x044472) is known color: Dark Cerulean. HEX triplet: 04, 44 and 72. RGB value is (4,68,114). Sum of RGB (Red+Green+Blue) = 4+68+114=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #044472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044472 is #FBBB8D. Grayscale: #353535. Windows color (decimal): -16497550 or 7488516. OLE color: 7488516.
HSL color Cylindrical-coordinate representation of color #044472: hue angle of 205.09º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #044472 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 68 | 114 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.55 |
| HSL | 205.09º | 0.93% | 0.23% | - |
| HSV(B) | 205.09º | 0.96% | 0.45% | - |
| XYZ | 5.15 | 5.37 | 16.69 | - |
| YUV | 54.11 | 161.8 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 114 | 0.96 | 0.40 | 0 | 0.55 | 205.09 | 0.93 | 0.23 |
| Hex | 4 | 44 | 72 | 60 | 28 | 0 | 37 | CD | 5D | 17 |
| Octal | 4 | 104 | 162 | 140 | 50 | 0 | 67 | 315 | 135 | 27 |
| Binary | 100 | 1000100 | 1110010 | 1100000 | 101000 | 0 | 110111 | 11001101 | 1011101 | 10111 |
Color Harmonies of #044472
Complementary color
Monochromatic Colors of #044472
Black with #044472
Text Example
Text Example
White with #044472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044472; }
p { color: rgb(4,68,114); }
H1.HeaderClassName
{
color: #044472;
}
.AnyTagClassName
{
color: #044472;
}
</style>
background-color css
<style>
a { background-color: #044472; }
a { background-color: rgb(4,68,114); }
div.DivClassName
{
background-color: #044472;
}
.BgClassName
{
background-color: #044472;
}
</style>
border-color css
<style>
span { border-color: #044472; }
span { border-color: rgb(4,68,114); }
td.TdClassName
{
border-color: #044472;
}
.TagClassName
{
border-color: #044472;
}
</style>