Shades of Cobalt #0559AD
Tints of Cobalt #0559AD
RGB
CMYK
RGB Variations
Color information
#0559AD (or 0x0559AD) is known color: Cobalt. HEX triplet: 05, 59 and AD. RGB value is (5,89,173). Sum of RGB (Red+Green+Blue) = 5+89+173=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #0559AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0559AD is #FAA652. Grayscale: #494949. Windows color (decimal): -16426579 or 11360517. OLE color: 11360517.
HSL color Cylindrical-coordinate representation of color #0559AD: hue angle of 210º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0559AD is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 89 | 173 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.32 |
| HSL | 210º | 0.94% | 0.35% | - |
| HSV(B) | 210º | 0.97% | 0.68% | - |
| XYZ | 11.18 | 10.19 | 40.91 | - |
| YUV | 73.46 | 184.17 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 89 | 173 | 0.97 | 0.49 | 0 | 0.32 | 210 | 0.94 | 0.35 |
| Hex | 5 | 59 | AD | 61 | 31 | 0 | 20 | D2 | 5E | 23 |
| Octal | 5 | 131 | 255 | 141 | 61 | 0 | 40 | 322 | 136 | 43 |
| Binary | 101 | 1011001 | 10101101 | 1100001 | 110001 | 0 | 100000 | 11010010 | 1011110 | 100011 |
Color Harmonies of #0559AD
Complementary color
Monochromatic Colors of #0559AD
Black with #0559AD
Text Example
Text Example
White with #0559AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0559AD; }
p { color: rgb(5,89,173); }
H1.HeaderClassName
{
color: #0559AD;
}
.AnyTagClassName
{
color: #0559AD;
}
</style>
background-color css
<style>
a { background-color: #0559AD; }
a { background-color: rgb(5,89,173); }
div.DivClassName
{
background-color: #0559AD;
}
.BgClassName
{
background-color: #0559AD;
}
</style>
border-color css
<style>
span { border-color: #0559AD; }
span { border-color: rgb(5,89,173); }
td.TdClassName
{
border-color: #0559AD;
}
.TagClassName
{
border-color: #0559AD;
}
</style>