Shades of Dark Cerulean #044087
Tints of Dark Cerulean #044087
RGB
CMYK
RGB Variations
Color information
#044087 (or 0x044087) is known color: Dark Cerulean. HEX triplet: 04, 40 and 87. RGB value is (4,64,135). Sum of RGB (Red+Green+Blue) = 4+64+135=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 135 (53.12% from 255 or 66.50% from 203); Max value from RGB is 135 - color contains mainly: blue. Hex color #044087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044087 is #FBBF78. Grayscale: #353535. Windows color (decimal): -16498553 or 8863748. OLE color: 8863748.
HSL color Cylindrical-coordinate representation of color #044087: hue angle of 212.52º 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 #044087 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 64 | 135 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.47 |
| HSL | 212.52º | 0.94% | 0.27% | - |
| HSV(B) | 212.52º | 0.97% | 0.53% | - |
| XYZ | 6.26 | 5.44 | 23.64 | - |
| YUV | 54.15 | 173.62 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 135 | 0.97 | 0.53 | 0 | 0.47 | 212.52 | 0.94 | 0.27 |
| Hex | 4 | 40 | 87 | 61 | 35 | 0 | 2F | D5 | 5E | 1B |
| Octal | 4 | 100 | 207 | 141 | 65 | 0 | 57 | 325 | 136 | 33 |
| Binary | 100 | 1000000 | 10000111 | 1100001 | 110101 | 0 | 101111 | 11010101 | 1011110 | 11011 |
Color Harmonies of #044087
Complementary color
Monochromatic Colors of #044087
Black with #044087
Text Example
Text Example
White with #044087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044087; }
p { color: rgb(4,64,135); }
H1.HeaderClassName
{
color: #044087;
}
.AnyTagClassName
{
color: #044087;
}
</style>
background-color css
<style>
a { background-color: #044087; }
a { background-color: rgb(4,64,135); }
div.DivClassName
{
background-color: #044087;
}
.BgClassName
{
background-color: #044087;
}
</style>
border-color css
<style>
span { border-color: #044087; }
span { border-color: rgb(4,64,135); }
td.TdClassName
{
border-color: #044087;
}
.TagClassName
{
border-color: #044087;
}
</style>