Shades of Dark Cerulean #044D91
Tints of Dark Cerulean #044D91
RGB
CMYK
RGB Variations
Color information
#044D91 (or 0x044D91) is known color: Dark Cerulean. HEX triplet: 04, 4D and 91. RGB value is (4,77,145). Sum of RGB (Red+Green+Blue) = 4+77+145=226 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.77% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #044D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044D91 is #FBB26E. Grayscale: #3E3E3E. Windows color (decimal): -16495215 or 9522436. OLE color: 9522436.
HSL color Cylindrical-coordinate representation of color #044D91: hue angle of 208.94º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044D91 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 77 | 145 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.43 |
| HSL | 208.94º | 0.95% | 0.29% | - |
| HSV(B) | 208.94º | 0.97% | 0.57% | - |
| XYZ | 7.81 | 7.38 | 27.8 | - |
| YUV | 62.93 | 174.32 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 145 | 0.97 | 0.47 | 0 | 0.43 | 208.94 | 0.95 | 0.29 |
| Hex | 4 | 4D | 91 | 61 | 2F | 0 | 2B | D1 | 5F | 1D |
| Octal | 4 | 115 | 221 | 141 | 57 | 0 | 53 | 321 | 137 | 35 |
| Binary | 100 | 1001101 | 10010001 | 1100001 | 101111 | 0 | 101011 | 11010001 | 1011111 | 11101 |
Color Harmonies of #044D91
Complementary color
Monochromatic Colors of #044D91
Black with #044D91
Text Example
Text Example
White with #044D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044D91; }
p { color: rgb(4,77,145); }
H1.HeaderClassName
{
color: #044D91;
}
.AnyTagClassName
{
color: #044D91;
}
</style>
background-color css
<style>
a { background-color: #044D91; }
a { background-color: rgb(4,77,145); }
div.DivClassName
{
background-color: #044D91;
}
.BgClassName
{
background-color: #044D91;
}
</style>
border-color css
<style>
span { border-color: #044D91; }
span { border-color: rgb(4,77,145); }
td.TdClassName
{
border-color: #044D91;
}
.TagClassName
{
border-color: #044D91;
}
</style>