Shades of Dark Cerulean #044E80
Tints of Dark Cerulean #044E80
RGB
CMYK
RGB Variations
Color information
#044E80 (or 0x044E80) is known color: Dark Cerulean. HEX triplet: 04, 4E and 80. RGB value is (4,78,128). Sum of RGB (Red+Green+Blue) = 4+78+128=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 128 (50.39% from 255 or 60.95% from 210); Max value from RGB is 128 - color contains mainly: blue. Hex color #044E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044E80 is #FBB17F. Grayscale: #3D3D3D. Windows color (decimal): -16494976 or 8408580. OLE color: 8408580.
HSL color Cylindrical-coordinate representation of color #044E80: hue angle of 204.19º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044E80 is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 78 | 128 | - |
| CMYK | 0.97 | 0.39 | 0 | 0.50 |
| HSL | 204.19º | 0.94% | 0.26% | - |
| HSV(B) | 204.19º | 0.97% | 0.5% | - |
| XYZ | 6.67 | 7.03 | 21.43 | - |
| YUV | 61.57 | 165.48 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 128 | 0.97 | 0.39 | 0 | 0.50 | 204.19 | 0.94 | 0.26 |
| Hex | 4 | 4E | 80 | 61 | 27 | 0 | 32 | CC | 5E | 1A |
| Octal | 4 | 116 | 200 | 141 | 47 | 0 | 62 | 314 | 136 | 32 |
| Binary | 100 | 1001110 | 10000000 | 1100001 | 100111 | 0 | 110010 | 11001100 | 1011110 | 11010 |
Color Harmonies of #044E80
Complementary color
Monochromatic Colors of #044E80
Black with #044E80
Text Example
Text Example
White with #044E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E80; }
p { color: rgb(4,78,128); }
H1.HeaderClassName
{
color: #044E80;
}
.AnyTagClassName
{
color: #044E80;
}
</style>
background-color css
<style>
a { background-color: #044E80; }
a { background-color: rgb(4,78,128); }
div.DivClassName
{
background-color: #044E80;
}
.BgClassName
{
background-color: #044E80;
}
</style>
border-color css
<style>
span { border-color: #044E80; }
span { border-color: rgb(4,78,128); }
td.TdClassName
{
border-color: #044E80;
}
.TagClassName
{
border-color: #044E80;
}
</style>