Shades of Dark Cerulean #045A86
Tints of Dark Cerulean #045A86
RGB
CMYK
RGB Variations
Color information
#045A86 (or 0x045A86) is known color: Dark Cerulean. HEX triplet: 04, 5A and 86. RGB value is (4,90,134). Sum of RGB (Red+Green+Blue) = 4+90+134=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 134 (52.73% from 255 or 58.77% from 228); Max value from RGB is 134 - color contains mainly: blue. Hex color #045A86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045A86 is #FBA579. Grayscale: #454545. Windows color (decimal): -16491898 or 8804868. OLE color: 8804868.
HSL color Cylindrical-coordinate representation of color #045A86: hue angle of 200.31º 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 #045A86 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 90 | 134 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.47 |
| HSL | 200.31º | 0.94% | 0.27% | - |
| HSV(B) | 200.31º | 0.97% | 0.53% | - |
| XYZ | 8.01 | 9.06 | 23.88 | - |
| YUV | 69.3 | 164.51 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 134 | 0.97 | 0.33 | 0 | 0.47 | 200.31 | 0.94 | 0.27 |
| Hex | 4 | 5A | 86 | 61 | 21 | 0 | 2F | C8 | 5E | 1B |
| Octal | 4 | 132 | 206 | 141 | 41 | 0 | 57 | 310 | 136 | 33 |
| Binary | 100 | 1011010 | 10000110 | 1100001 | 100001 | 0 | 101111 | 11001000 | 1011110 | 11011 |
Color Harmonies of #045A86
Complementary color
Monochromatic Colors of #045A86
Black with #045A86
Text Example
Text Example
White with #045A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A86; }
p { color: rgb(4,90,134); }
H1.HeaderClassName
{
color: #045A86;
}
.AnyTagClassName
{
color: #045A86;
}
</style>
background-color css
<style>
a { background-color: #045A86; }
a { background-color: rgb(4,90,134); }
div.DivClassName
{
background-color: #045A86;
}
.BgClassName
{
background-color: #045A86;
}
</style>
border-color css
<style>
span { border-color: #045A86; }
span { border-color: rgb(4,90,134); }
td.TdClassName
{
border-color: #045A86;
}
.TagClassName
{
border-color: #045A86;
}
</style>