Shades of Dark Cerulean #044E78
Tints of Dark Cerulean #044E78
RGB
CMYK
RGB Variations
Color information
#044E78 (or 0x044E78) is known color: Dark Cerulean. HEX triplet: 04, 4E and 78. RGB value is (4,78,120). Sum of RGB (Red+Green+Blue) = 4+78+120=202 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.98% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #044E78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #044E78 is #FBB187. Grayscale: #3C3C3C. Windows color (decimal): -16494984 or 7884292. OLE color: 7884292.
HSL color Cylindrical-coordinate representation of color #044E78: hue angle of 201.72º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044E78 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 4 | 78 | 120 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.53 |
| HSL | 201.72º | 0.94% | 0.24% | - |
| HSV(B) | 201.72º | 0.97% | 0.47% | - |
| XYZ | 6.16 | 6.83 | 18.76 | - |
| YUV | 60.66 | 161.48 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 120 | 0.97 | 0.35 | 0 | 0.53 | 201.72 | 0.94 | 0.24 |
| Hex | 4 | 4E | 78 | 61 | 23 | 0 | 35 | CA | 5E | 18 |
| Octal | 4 | 116 | 170 | 141 | 43 | 0 | 65 | 312 | 136 | 30 |
| Binary | 100 | 1001110 | 1111000 | 1100001 | 100011 | 0 | 110101 | 11001010 | 1011110 | 11000 |
Color Harmonies of #044E78
Complementary color
Monochromatic Colors of #044E78
Black with #044E78
Text Example
Text Example
White with #044E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E78; }
p { color: rgb(4,78,120); }
H1.HeaderClassName
{
color: #044E78;
}
.AnyTagClassName
{
color: #044E78;
}
</style>
background-color css
<style>
a { background-color: #044E78; }
a { background-color: rgb(4,78,120); }
div.DivClassName
{
background-color: #044E78;
}
.BgClassName
{
background-color: #044E78;
}
</style>
border-color css
<style>
span { border-color: #044E78; }
span { border-color: rgb(4,78,120); }
td.TdClassName
{
border-color: #044E78;
}
.TagClassName
{
border-color: #044E78;
}
</style>