Shades of Dark Cerulean #044988
Tints of Dark Cerulean #044988
RGB
CMYK
RGB Variations
Color information
#044988 (or 0x044988) is known color: Dark Cerulean. HEX triplet: 04, 49 and 88. RGB value is (4,73,136). Sum of RGB (Red+Green+Blue) = 4+73+136=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 136 (53.52% from 255 or 63.85% from 213); Max value from RGB is 136 - color contains mainly: blue. Hex color #044988 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044988 is #FBB677. Grayscale: #3B3B3B. Windows color (decimal): -16496248 or 8931588. OLE color: 8931588.
HSL color Cylindrical-coordinate representation of color #044988: hue angle of 208.64º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044988 is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 73 | 136 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.47 |
| HSL | 208.64º | 0.94% | 0.27% | - |
| HSV(B) | 208.64º | 0.97% | 0.53% | - |
| XYZ | 6.88 | 6.57 | 24.2 | - |
| YUV | 59.55 | 171.14 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 73 | 136 | 0.97 | 0.46 | 0 | 0.47 | 208.64 | 0.94 | 0.27 |
| Hex | 4 | 49 | 88 | 61 | 2E | 0 | 2F | D1 | 5E | 1B |
| Octal | 4 | 111 | 210 | 141 | 56 | 0 | 57 | 321 | 136 | 33 |
| Binary | 100 | 1001001 | 10001000 | 1100001 | 101110 | 0 | 101111 | 11010001 | 1011110 | 11011 |
Color Harmonies of #044988
Complementary color
Monochromatic Colors of #044988
Black with #044988
Text Example
Text Example
White with #044988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044988; }
p { color: rgb(4,73,136); }
H1.HeaderClassName
{
color: #044988;
}
.AnyTagClassName
{
color: #044988;
}
</style>
background-color css
<style>
a { background-color: #044988; }
a { background-color: rgb(4,73,136); }
div.DivClassName
{
background-color: #044988;
}
.BgClassName
{
background-color: #044988;
}
</style>
border-color css
<style>
span { border-color: #044988; }
span { border-color: rgb(4,73,136); }
td.TdClassName
{
border-color: #044988;
}
.TagClassName
{
border-color: #044988;
}
</style>