Shades of Dark Cerulean #044F80
Tints of Dark Cerulean #044F80
RGB
CMYK
RGB Variations
Color information
#044F80 (or 0x044F80) is known color: Dark Cerulean. HEX triplet: 04, 4F and 80. RGB value is (4,79,128). Sum of RGB (Red+Green+Blue) = 4+79+128=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 128 (50.39% from 255 or 60.66% from 211); Max value from RGB is 128 - color contains mainly: blue. Hex color #044F80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044F80 is #FBB07F. Grayscale: #3D3D3D. Windows color (decimal): -16494720 or 8408836. OLE color: 8408836.
HSL color Cylindrical-coordinate representation of color #044F80: hue angle of 203.71º 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 #044F80 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 79 | 128 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.50 |
| HSL | 203.71º | 0.94% | 0.26% | - |
| HSV(B) | 203.71º | 0.97% | 0.5% | - |
| XYZ | 6.74 | 7.18 | 21.45 | - |
| YUV | 62.16 | 165.15 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 79 | 128 | 0.97 | 0.38 | 0 | 0.50 | 203.71 | 0.94 | 0.26 |
| Hex | 4 | 4F | 80 | 61 | 26 | 0 | 32 | CC | 5E | 1A |
| Octal | 4 | 117 | 200 | 141 | 46 | 0 | 62 | 314 | 136 | 32 |
| Binary | 100 | 1001111 | 10000000 | 1100001 | 100110 | 0 | 110010 | 11001100 | 1011110 | 11010 |
Color Harmonies of #044F80
Complementary color
Monochromatic Colors of #044F80
Black with #044F80
Text Example
Text Example
White with #044F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044F80; }
p { color: rgb(4,79,128); }
H1.HeaderClassName
{
color: #044F80;
}
.AnyTagClassName
{
color: #044F80;
}
</style>
background-color css
<style>
a { background-color: #044F80; }
a { background-color: rgb(4,79,128); }
div.DivClassName
{
background-color: #044F80;
}
.BgClassName
{
background-color: #044F80;
}
</style>
border-color css
<style>
span { border-color: #044F80; }
span { border-color: rgb(4,79,128); }
td.TdClassName
{
border-color: #044F80;
}
.TagClassName
{
border-color: #044F80;
}
</style>