Shades of Dark Cerulean #044073
Tints of Dark Cerulean #044073
RGB
CMYK
RGB Variations
Color information
#044073 (or 0x044073) is known color: Dark Cerulean. HEX triplet: 04, 40 and 73. RGB value is (4,64,115). Sum of RGB (Red+Green+Blue) = 4+64+115=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #044073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #044073 is #FBBF8C. Grayscale: #333333. Windows color (decimal): -16498573 or 7553028. OLE color: 7553028.
HSL color Cylindrical-coordinate representation of color #044073: hue angle of 207.57º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044073 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 64 | 115 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.55 |
| HSL | 207.57º | 0.93% | 0.23% | - |
| HSV(B) | 207.57º | 0.97% | 0.45% | - |
| XYZ | 4.98 | 4.93 | 16.91 | - |
| YUV | 51.87 | 163.62 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 115 | 0.97 | 0.44 | 0 | 0.55 | 207.57 | 0.93 | 0.23 |
| Hex | 4 | 40 | 73 | 61 | 2C | 0 | 37 | D0 | 5D | 17 |
| Octal | 4 | 100 | 163 | 141 | 54 | 0 | 67 | 320 | 135 | 27 |
| Binary | 100 | 1000000 | 1110011 | 1100001 | 101100 | 0 | 110111 | 11010000 | 1011101 | 10111 |
Color Harmonies of #044073
Complementary color
Monochromatic Colors of #044073
Black with #044073
Text Example
Text Example
White with #044073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044073; }
p { color: rgb(4,64,115); }
H1.HeaderClassName
{
color: #044073;
}
.AnyTagClassName
{
color: #044073;
}
</style>
background-color css
<style>
a { background-color: #044073; }
a { background-color: rgb(4,64,115); }
div.DivClassName
{
background-color: #044073;
}
.BgClassName
{
background-color: #044073;
}
</style>
border-color css
<style>
span { border-color: #044073; }
span { border-color: rgb(4,64,115); }
td.TdClassName
{
border-color: #044073;
}
.TagClassName
{
border-color: #044073;
}
</style>