Shades of Dark Cerulean #044672
Tints of Dark Cerulean #044672
RGB
CMYK
RGB Variations
Color information
#044672 (or 0x044672) is known color: Dark Cerulean. HEX triplet: 04, 46 and 72. RGB value is (4,70,114). Sum of RGB (Red+Green+Blue) = 4+70+114=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #044672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044672 is #FBB98D. Grayscale: #373737. Windows color (decimal): -16497038 or 7489028. OLE color: 7489028.
HSL color Cylindrical-coordinate representation of color #044672: hue angle of 204º 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 #044672 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 70 | 114 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.55 |
| HSL | 204º | 0.93% | 0.23% | - |
| HSV(B) | 204º | 0.96% | 0.45% | - |
| XYZ | 5.28 | 5.62 | 16.73 | - |
| YUV | 55.28 | 161.13 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 70 | 114 | 0.96 | 0.39 | 0 | 0.55 | 204 | 0.93 | 0.23 |
| Hex | 4 | 46 | 72 | 60 | 27 | 0 | 37 | CC | 5D | 17 |
| Octal | 4 | 106 | 162 | 140 | 47 | 0 | 67 | 314 | 135 | 27 |
| Binary | 100 | 1000110 | 1110010 | 1100000 | 100111 | 0 | 110111 | 11001100 | 1011101 | 10111 |
Color Harmonies of #044672
Complementary color
Monochromatic Colors of #044672
Black with #044672
Text Example
Text Example
White with #044672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044672; }
p { color: rgb(4,70,114); }
H1.HeaderClassName
{
color: #044672;
}
.AnyTagClassName
{
color: #044672;
}
</style>
background-color css
<style>
a { background-color: #044672; }
a { background-color: rgb(4,70,114); }
div.DivClassName
{
background-color: #044672;
}
.BgClassName
{
background-color: #044672;
}
</style>
border-color css
<style>
span { border-color: #044672; }
span { border-color: rgb(4,70,114); }
td.TdClassName
{
border-color: #044672;
}
.TagClassName
{
border-color: #044672;
}
</style>