Shades of Dark Cerulean #044489
Tints of Dark Cerulean #044489
RGB
CMYK
RGB Variations
Color information
#044489 (or 0x044489) is known color: Dark Cerulean. HEX triplet: 04, 44 and 89. RGB value is (4,68,137). Sum of RGB (Red+Green+Blue) = 4+68+137=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 137 (53.91% from 255 or 65.55% from 209); Max value from RGB is 137 - color contains mainly: blue. Hex color #044489 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044489 is #FBBB76. Grayscale: #383838. Windows color (decimal): -16497527 or 8995844. OLE color: 8995844.
HSL color Cylindrical-coordinate representation of color #044489: hue angle of 211.13º 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 #044489 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 68 | 137 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.46 |
| HSL | 211.13º | 0.94% | 0.28% | - |
| HSV(B) | 211.13º | 0.97% | 0.54% | - |
| XYZ | 6.63 | 5.97 | 24.47 | - |
| YUV | 56.73 | 173.3 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 137 | 0.97 | 0.50 | 0 | 0.46 | 211.13 | 0.94 | 0.28 |
| Hex | 4 | 44 | 89 | 61 | 32 | 0 | 2E | D3 | 5E | 1C |
| Octal | 4 | 104 | 211 | 141 | 62 | 0 | 56 | 323 | 136 | 34 |
| Binary | 100 | 1000100 | 10001001 | 1100001 | 110010 | 0 | 101110 | 11010011 | 1011110 | 11100 |
Color Harmonies of #044489
Complementary color
Monochromatic Colors of #044489
Black with #044489
Text Example
Text Example
White with #044489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044489; }
p { color: rgb(4,68,137); }
H1.HeaderClassName
{
color: #044489;
}
.AnyTagClassName
{
color: #044489;
}
</style>
background-color css
<style>
a { background-color: #044489; }
a { background-color: rgb(4,68,137); }
div.DivClassName
{
background-color: #044489;
}
.BgClassName
{
background-color: #044489;
}
</style>
border-color css
<style>
span { border-color: #044489; }
span { border-color: rgb(4,68,137); }
td.TdClassName
{
border-color: #044489;
}
.TagClassName
{
border-color: #044489;
}
</style>