Shades of Dark Cerulean #044D88
Tints of Dark Cerulean #044D88
RGB
CMYK
RGB Variations
Color information
#044D88 (or 0x044D88) is known color: Dark Cerulean. HEX triplet: 04, 4D and 88. RGB value is (4,77,136). Sum of RGB (Red+Green+Blue) = 4+77+136=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 136 (53.52% from 255 or 62.67% from 217); Max value from RGB is 136 - color contains mainly: blue. Hex color #044D88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044D88 is #FBB277. Grayscale: #3D3D3D. Windows color (decimal): -16495224 or 8932612. OLE color: 8932612.
HSL color Cylindrical-coordinate representation of color #044D88: hue angle of 206.82º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044D88 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 77 | 136 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.47 |
| HSL | 206.82º | 0.94% | 0.27% | - |
| HSV(B) | 206.82º | 0.97% | 0.53% | - |
| XYZ | 7.15 | 7.11 | 24.29 | - |
| YUV | 61.9 | 169.82 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 136 | 0.97 | 0.43 | 0 | 0.47 | 206.82 | 0.94 | 0.27 |
| Hex | 4 | 4D | 88 | 61 | 2B | 0 | 2F | CF | 5E | 1B |
| Octal | 4 | 115 | 210 | 141 | 53 | 0 | 57 | 317 | 136 | 33 |
| Binary | 100 | 1001101 | 10001000 | 1100001 | 101011 | 0 | 101111 | 11001111 | 1011110 | 11011 |
Color Harmonies of #044D88
Complementary color
Monochromatic Colors of #044D88
Black with #044D88
Text Example
Text Example
White with #044D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044D88; }
p { color: rgb(4,77,136); }
H1.HeaderClassName
{
color: #044D88;
}
.AnyTagClassName
{
color: #044D88;
}
</style>
background-color css
<style>
a { background-color: #044D88; }
a { background-color: rgb(4,77,136); }
div.DivClassName
{
background-color: #044D88;
}
.BgClassName
{
background-color: #044D88;
}
</style>
border-color css
<style>
span { border-color: #044D88; }
span { border-color: rgb(4,77,136); }
td.TdClassName
{
border-color: #044D88;
}
.TagClassName
{
border-color: #044D88;
}
</style>