Shades of Dark Cerulean #044A80
Tints of Dark Cerulean #044A80
RGB
CMYK
RGB Variations
Color information
#044A80 (or 0x044A80) is known color: Dark Cerulean. HEX triplet: 04, 4A and 80. RGB value is (4,74,128). Sum of RGB (Red+Green+Blue) = 4+74+128=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 128 (50.39% from 255 or 62.14% from 206); Max value from RGB is 128 - color contains mainly: blue. Hex color #044A80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044A80 is #FBB57F. Grayscale: #3A3A3A. Windows color (decimal): -16496000 or 8407556. OLE color: 8407556.
HSL color Cylindrical-coordinate representation of color #044A80: hue angle of 206.13º 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 #044A80 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 74 | 128 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.50 |
| HSL | 206.13º | 0.94% | 0.26% | - |
| HSV(B) | 206.13º | 0.97% | 0.5% | - |
| XYZ | 6.4 | 6.48 | 21.34 | - |
| YUV | 59.23 | 166.81 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 128 | 0.97 | 0.42 | 0 | 0.50 | 206.13 | 0.94 | 0.26 |
| Hex | 4 | 4A | 80 | 61 | 2A | 0 | 32 | CE | 5E | 1A |
| Octal | 4 | 112 | 200 | 141 | 52 | 0 | 62 | 316 | 136 | 32 |
| Binary | 100 | 1001010 | 10000000 | 1100001 | 101010 | 0 | 110010 | 11001110 | 1011110 | 11010 |
Color Harmonies of #044A80
Complementary color
Monochromatic Colors of #044A80
Black with #044A80
Text Example
Text Example
White with #044A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A80; }
p { color: rgb(4,74,128); }
H1.HeaderClassName
{
color: #044A80;
}
.AnyTagClassName
{
color: #044A80;
}
</style>
background-color css
<style>
a { background-color: #044A80; }
a { background-color: rgb(4,74,128); }
div.DivClassName
{
background-color: #044A80;
}
.BgClassName
{
background-color: #044A80;
}
</style>
border-color css
<style>
span { border-color: #044A80; }
span { border-color: rgb(4,74,128); }
td.TdClassName
{
border-color: #044A80;
}
.TagClassName
{
border-color: #044A80;
}
</style>