Shades of Dark Cerulean #044E85
Tints of Dark Cerulean #044E85
RGB
CMYK
RGB Variations
Color information
#044E85 (or 0x044E85) is known color: Dark Cerulean. HEX triplet: 04, 4E and 85. RGB value is (4,78,133). Sum of RGB (Red+Green+Blue) = 4+78+133=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #044E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044E85 is #FBB17A. Grayscale: #3D3D3D. Windows color (decimal): -16494971 or 8736260. OLE color: 8736260.
HSL color Cylindrical-coordinate representation of color #044E85: hue angle of 205.58º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044E85 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 78 | 133 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.48 |
| HSL | 205.58º | 0.94% | 0.27% | - |
| HSV(B) | 205.58º | 0.97% | 0.52% | - |
| XYZ | 7.01 | 7.17 | 23.2 | - |
| YUV | 62.14 | 167.98 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 133 | 0.97 | 0.41 | 0 | 0.48 | 205.58 | 0.94 | 0.27 |
| Hex | 4 | 4E | 85 | 61 | 29 | 0 | 30 | CE | 5E | 1B |
| Octal | 4 | 116 | 205 | 141 | 51 | 0 | 60 | 316 | 136 | 33 |
| Binary | 100 | 1001110 | 10000101 | 1100001 | 101001 | 0 | 110000 | 11001110 | 1011110 | 11011 |
Color Harmonies of #044E85
Complementary color
Monochromatic Colors of #044E85
Black with #044E85
Text Example
Text Example
White with #044E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E85; }
p { color: rgb(4,78,133); }
H1.HeaderClassName
{
color: #044E85;
}
.AnyTagClassName
{
color: #044E85;
}
</style>
background-color css
<style>
a { background-color: #044E85; }
a { background-color: rgb(4,78,133); }
div.DivClassName
{
background-color: #044E85;
}
.BgClassName
{
background-color: #044E85;
}
</style>
border-color css
<style>
span { border-color: #044E85; }
span { border-color: rgb(4,78,133); }
td.TdClassName
{
border-color: #044E85;
}
.TagClassName
{
border-color: #044E85;
}
</style>