Shades of Denim #0559BA
Tints of Denim #0559BA
RGB
CMYK
RGB Variations
Color information
#0559BA (or 0x0559BA) is known color: Denim. HEX triplet: 05, 59 and BA. RGB value is (5,89,186). Sum of RGB (Red+Green+Blue) = 5+89+186=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #0559BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0559BA is #FAA645. Grayscale: #4A4A4A. Windows color (decimal): -16426566 or 12212485. OLE color: 12212485.
HSL color Cylindrical-coordinate representation of color #0559BA: hue angle of 212.15º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0559BA is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 89 | 186 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.27 |
| HSL | 212.15º | 0.95% | 0.37% | - |
| HSV(B) | 212.15º | 0.97% | 0.73% | - |
| XYZ | 12.5 | 10.72 | 47.87 | - |
| YUV | 74.94 | 190.67 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 89 | 186 | 0.97 | 0.52 | 0 | 0.27 | 212.15 | 0.95 | 0.37 |
| Hex | 5 | 59 | BA | 61 | 34 | 0 | 1B | D4 | 5F | 25 |
| Octal | 5 | 131 | 272 | 141 | 64 | 0 | 33 | 324 | 137 | 45 |
| Binary | 101 | 1011001 | 10111010 | 1100001 | 110100 | 0 | 11011 | 11010100 | 1011111 | 100101 |
Color Harmonies of #0559BA
Complementary color
Monochromatic Colors of #0559BA
Black with #0559BA
Text Example
Text Example
White with #0559BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0559BA; }
p { color: rgb(5,89,186); }
H1.HeaderClassName
{
color: #0559BA;
}
.AnyTagClassName
{
color: #0559BA;
}
</style>
background-color css
<style>
a { background-color: #0559BA; }
a { background-color: rgb(5,89,186); }
div.DivClassName
{
background-color: #0559BA;
}
.BgClassName
{
background-color: #0559BA;
}
</style>
border-color css
<style>
span { border-color: #0559BA; }
span { border-color: rgb(5,89,186); }
td.TdClassName
{
border-color: #0559BA;
}
.TagClassName
{
border-color: #0559BA;
}
</style>