Shades of Dark Cerulean #045986
Tints of Dark Cerulean #045986
RGB
CMYK
RGB Variations
Color information
#045986 (or 0x045986) is known color: Dark Cerulean. HEX triplet: 04, 59 and 86. RGB value is (4,89,134). Sum of RGB (Red+Green+Blue) = 4+89+134=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 134 (52.73% from 255 or 59.03% from 227); Max value from RGB is 134 - color contains mainly: blue. Hex color #045986 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045986 is #FBA679. Grayscale: #444444. Windows color (decimal): -16492154 or 8804612. OLE color: 8804612.
HSL color Cylindrical-coordinate representation of color #045986: hue angle of 200.77º 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 #045986 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 89 | 134 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.47 |
| HSL | 200.77º | 0.94% | 0.27% | - |
| HSV(B) | 200.77º | 0.97% | 0.53% | - |
| XYZ | 7.93 | 8.89 | 23.85 | - |
| YUV | 68.72 | 164.84 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 89 | 134 | 0.97 | 0.34 | 0 | 0.47 | 200.77 | 0.94 | 0.27 |
| Hex | 4 | 59 | 86 | 61 | 22 | 0 | 2F | C9 | 5E | 1B |
| Octal | 4 | 131 | 206 | 141 | 42 | 0 | 57 | 311 | 136 | 33 |
| Binary | 100 | 1011001 | 10000110 | 1100001 | 100010 | 0 | 101111 | 11001001 | 1011110 | 11011 |
Color Harmonies of #045986
Complementary color
Monochromatic Colors of #045986
Black with #045986
Text Example
Text Example
White with #045986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045986; }
p { color: rgb(4,89,134); }
H1.HeaderClassName
{
color: #045986;
}
.AnyTagClassName
{
color: #045986;
}
</style>
background-color css
<style>
a { background-color: #045986; }
a { background-color: rgb(4,89,134); }
div.DivClassName
{
background-color: #045986;
}
.BgClassName
{
background-color: #045986;
}
</style>
border-color css
<style>
span { border-color: #045986; }
span { border-color: rgb(4,89,134); }
td.TdClassName
{
border-color: #045986;
}
.TagClassName
{
border-color: #045986;
}
</style>