Shades of Dark Cerulean #044880
Tints of Dark Cerulean #044880
RGB
CMYK
RGB Variations
Color information
#044880 (or 0x044880) is known color: Dark Cerulean. HEX triplet: 04, 48 and 80. RGB value is (4,72,128). Sum of RGB (Red+Green+Blue) = 4+72+128=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 128 (50.39% from 255 or 62.75% from 204); Max value from RGB is 128 - color contains mainly: blue. Hex color #044880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044880 is #FBB77F. Grayscale: #393939. Windows color (decimal): -16496512 or 8407044. OLE color: 8407044.
HSL color Cylindrical-coordinate representation of color #044880: hue angle of 207.1º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044880 is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 72 | 128 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.50 |
| HSL | 207.1º | 0.94% | 0.26% | - |
| HSV(B) | 207.1º | 0.97% | 0.5% | - |
| XYZ | 6.26 | 6.22 | 21.29 | - |
| YUV | 58.05 | 167.47 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 128 | 0.97 | 0.44 | 0 | 0.50 | 207.1 | 0.94 | 0.26 |
| Hex | 4 | 48 | 80 | 61 | 2C | 0 | 32 | CF | 5E | 1A |
| Octal | 4 | 110 | 200 | 141 | 54 | 0 | 62 | 317 | 136 | 32 |
| Binary | 100 | 1001000 | 10000000 | 1100001 | 101100 | 0 | 110010 | 11001111 | 1011110 | 11010 |
Color Harmonies of #044880
Complementary color
Monochromatic Colors of #044880
Black with #044880
Text Example
Text Example
White with #044880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044880; }
p { color: rgb(4,72,128); }
H1.HeaderClassName
{
color: #044880;
}
.AnyTagClassName
{
color: #044880;
}
</style>
background-color css
<style>
a { background-color: #044880; }
a { background-color: rgb(4,72,128); }
div.DivClassName
{
background-color: #044880;
}
.BgClassName
{
background-color: #044880;
}
</style>
border-color css
<style>
span { border-color: #044880; }
span { border-color: rgb(4,72,128); }
td.TdClassName
{
border-color: #044880;
}
.TagClassName
{
border-color: #044880;
}
</style>