Shades of Dark Cerulean #044D87
Tints of Dark Cerulean #044D87
RGB
CMYK
RGB Variations
Color information
#044D87 (or 0x044D87) is known color: Dark Cerulean. HEX triplet: 04, 4D and 87. RGB value is (4,77,135). Sum of RGB (Red+Green+Blue) = 4+77+135=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 135 (53.12% from 255 or 62.5% from 216); Max value from RGB is 135 - color contains mainly: blue. Hex color #044D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044D87 is #FBB278. Grayscale: #3D3D3D. Windows color (decimal): -16495225 or 8867076. OLE color: 8867076.
HSL color Cylindrical-coordinate representation of color #044D87: hue angle of 206.56º 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 #044D87 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 77 | 135 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.47 |
| HSL | 206.56º | 0.94% | 0.27% | - |
| HSV(B) | 206.56º | 0.97% | 0.53% | - |
| XYZ | 7.08 | 7.08 | 23.92 | - |
| YUV | 61.79 | 169.32 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 135 | 0.97 | 0.43 | 0 | 0.47 | 206.56 | 0.94 | 0.27 |
| Hex | 4 | 4D | 87 | 61 | 2B | 0 | 2F | CF | 5E | 1B |
| Octal | 4 | 115 | 207 | 141 | 53 | 0 | 57 | 317 | 136 | 33 |
| Binary | 100 | 1001101 | 10000111 | 1100001 | 101011 | 0 | 101111 | 11001111 | 1011110 | 11011 |
Color Harmonies of #044D87
Complementary color
Monochromatic Colors of #044D87
Black with #044D87
Text Example
Text Example
White with #044D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044D87; }
p { color: rgb(4,77,135); }
H1.HeaderClassName
{
color: #044D87;
}
.AnyTagClassName
{
color: #044D87;
}
</style>
background-color css
<style>
a { background-color: #044D87; }
a { background-color: rgb(4,77,135); }
div.DivClassName
{
background-color: #044D87;
}
.BgClassName
{
background-color: #044D87;
}
</style>
border-color css
<style>
span { border-color: #044D87; }
span { border-color: rgb(4,77,135); }
td.TdClassName
{
border-color: #044D87;
}
.TagClassName
{
border-color: #044D87;
}
</style>