Shades of Dark Cerulean #044E73
Tints of Dark Cerulean #044E73
RGB
CMYK
RGB Variations
Color information
#044E73 (or 0x044E73) is known color: Dark Cerulean. HEX triplet: 04, 4E and 73. RGB value is (4,78,115). Sum of RGB (Red+Green+Blue) = 4+78+115=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #044E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044E73 is #FBB18C. Grayscale: #3B3B3B. Windows color (decimal): -16494989 or 7556612. OLE color: 7556612.
HSL color Cylindrical-coordinate representation of color #044E73: hue angle of 200º 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 #044E73 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 78 | 115 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.55 |
| HSL | 200º | 0.93% | 0.23% | - |
| HSV(B) | 200º | 0.97% | 0.45% | - |
| XYZ | 5.87 | 6.71 | 17.21 | - |
| YUV | 60.09 | 158.98 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 115 | 0.97 | 0.32 | 0 | 0.55 | 200 | 0.93 | 0.23 |
| Hex | 4 | 4E | 73 | 61 | 20 | 0 | 37 | C8 | 5D | 17 |
| Octal | 4 | 116 | 163 | 141 | 40 | 0 | 67 | 310 | 135 | 27 |
| Binary | 100 | 1001110 | 1110011 | 1100001 | 100000 | 0 | 110111 | 11001000 | 1011101 | 10111 |
Color Harmonies of #044E73
Complementary color
Monochromatic Colors of #044E73
Black with #044E73
Text Example
Text Example
White with #044E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E73; }
p { color: rgb(4,78,115); }
H1.HeaderClassName
{
color: #044E73;
}
.AnyTagClassName
{
color: #044E73;
}
</style>
background-color css
<style>
a { background-color: #044E73; }
a { background-color: rgb(4,78,115); }
div.DivClassName
{
background-color: #044E73;
}
.BgClassName
{
background-color: #044E73;
}
</style>
border-color css
<style>
span { border-color: #044E73; }
span { border-color: rgb(4,78,115); }
td.TdClassName
{
border-color: #044E73;
}
.TagClassName
{
border-color: #044E73;
}
</style>