Shades of Dark Cerulean #044E90
Tints of Dark Cerulean #044E90
RGB
CMYK
RGB Variations
Color information
#044E90 (or 0x044E90) is known color: Dark Cerulean. HEX triplet: 04, 4E and 90. RGB value is (4,78,144). Sum of RGB (Red+Green+Blue) = 4+78+144=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #044E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044E90 is #FBB16F. Grayscale: #3F3F3F. Windows color (decimal): -16494960 or 9457156. OLE color: 9457156.
HSL color Cylindrical-coordinate representation of color #044E90: hue angle of 208.29º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044E90 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 78 | 144 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.44 |
| HSL | 208.29º | 0.95% | 0.29% | - |
| HSV(B) | 208.29º | 0.97% | 0.56% | - |
| XYZ | 7.81 | 7.49 | 27.42 | - |
| YUV | 63.4 | 173.48 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 144 | 0.97 | 0.46 | 0 | 0.44 | 208.29 | 0.95 | 0.29 |
| Hex | 4 | 4E | 90 | 61 | 2E | 0 | 2C | D0 | 5F | 1D |
| Octal | 4 | 116 | 220 | 141 | 56 | 0 | 54 | 320 | 137 | 35 |
| Binary | 100 | 1001110 | 10010000 | 1100001 | 101110 | 0 | 101100 | 11010000 | 1011111 | 11101 |
Color Harmonies of #044E90
Complementary color
Monochromatic Colors of #044E90
Black with #044E90
Text Example
Text Example
White with #044E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044E90; }
p { color: rgb(4,78,144); }
H1.HeaderClassName
{
color: #044E90;
}
.AnyTagClassName
{
color: #044E90;
}
</style>
background-color css
<style>
a { background-color: #044E90; }
a { background-color: rgb(4,78,144); }
div.DivClassName
{
background-color: #044E90;
}
.BgClassName
{
background-color: #044E90;
}
</style>
border-color css
<style>
span { border-color: #044E90; }
span { border-color: rgb(4,78,144); }
td.TdClassName
{
border-color: #044E90;
}
.TagClassName
{
border-color: #044E90;
}
</style>