Shades of Dark Cerulean #044889
Tints of Dark Cerulean #044889
RGB
CMYK
RGB Variations
Color information
#044889 (or 0x044889) is known color: Dark Cerulean. HEX triplet: 04, 48 and 89. RGB value is (4,72,137). Sum of RGB (Red+Green+Blue) = 4+72+137=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 137 (53.91% from 255 or 64.32% from 213); Max value from RGB is 137 - color contains mainly: blue. Hex color #044889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044889 is #FBB776. Grayscale: #3A3A3A. Windows color (decimal): -16496503 or 8996868. OLE color: 8996868.
HSL color Cylindrical-coordinate representation of color #044889: hue angle of 209.32º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044889 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 72 | 137 | - |
| CMYK | 0.97 | 0.47 | 0 | 0.46 |
| HSL | 209.32º | 0.94% | 0.28% | - |
| HSV(B) | 209.32º | 0.97% | 0.54% | - |
| XYZ | 6.88 | 6.47 | 24.55 | - |
| YUV | 59.08 | 171.97 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 137 | 0.97 | 0.47 | 0 | 0.46 | 209.32 | 0.94 | 0.28 |
| Hex | 4 | 48 | 89 | 61 | 2F | 0 | 2E | D1 | 5E | 1C |
| Octal | 4 | 110 | 211 | 141 | 57 | 0 | 56 | 321 | 136 | 34 |
| Binary | 100 | 1001000 | 10001001 | 1100001 | 101111 | 0 | 101110 | 11010001 | 1011110 | 11100 |
Color Harmonies of #044889
Complementary color
Monochromatic Colors of #044889
Black with #044889
Text Example
Text Example
White with #044889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044889; }
p { color: rgb(4,72,137); }
H1.HeaderClassName
{
color: #044889;
}
.AnyTagClassName
{
color: #044889;
}
</style>
background-color css
<style>
a { background-color: #044889; }
a { background-color: rgb(4,72,137); }
div.DivClassName
{
background-color: #044889;
}
.BgClassName
{
background-color: #044889;
}
</style>
border-color css
<style>
span { border-color: #044889; }
span { border-color: rgb(4,72,137); }
td.TdClassName
{
border-color: #044889;
}
.TagClassName
{
border-color: #044889;
}
</style>