Shades of Cobalt #0159AB
Tints of Cobalt #0159AB
RGB
CMYK
RGB Variations
Color information
#0159AB (or 0x0159AB) is known color: Cobalt. HEX triplet: 01, 59 and AB. RGB value is (1,89,171). Sum of RGB (Red+Green+Blue) = 1+89+171=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #0159AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0159AB is #FEA654. Grayscale: #474747. Windows color (decimal): -16688725 or 11229441. OLE color: 11229441.
HSL color Cylindrical-coordinate representation of color #0159AB: hue angle of 208.94º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0159AB is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 89 | 171 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.33 |
| HSL | 208.94º | 0.99% | 0.34% | - |
| HSV(B) | 208.94º | 0.99% | 0.67% | - |
| XYZ | 10.94 | 10.09 | 39.9 | - |
| YUV | 72.04 | 183.85 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 171 | 0.99 | 0.48 | 0 | 0.33 | 208.94 | 0.99 | 0.34 |
| Hex | 1 | 59 | AB | 63 | 30 | 0 | 21 | D1 | 63 | 22 |
| Octal | 1 | 131 | 253 | 143 | 60 | 0 | 41 | 321 | 143 | 42 |
| Binary | 1 | 1011001 | 10101011 | 1100011 | 110000 | 0 | 100001 | 11010001 | 1100011 | 100010 |
Color Harmonies of #0159AB
Complementary color
Monochromatic Colors of #0159AB
Black with #0159AB
Text Example
Text Example
White with #0159AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0159AB; }
p { color: rgb(1,89,171); }
H1.HeaderClassName
{
color: #0159AB;
}
.AnyTagClassName
{
color: #0159AB;
}
</style>
background-color css
<style>
a { background-color: #0159AB; }
a { background-color: rgb(1,89,171); }
div.DivClassName
{
background-color: #0159AB;
}
.BgClassName
{
background-color: #0159AB;
}
</style>
border-color css
<style>
span { border-color: #0159AB; }
span { border-color: rgb(1,89,171); }
td.TdClassName
{
border-color: #0159AB;
}
.TagClassName
{
border-color: #0159AB;
}
</style>