Shades of Cobalt #0159AA
Tints of Cobalt #0159AA
RGB
CMYK
RGB Variations
Color information
#0159AA (or 0x0159AA) is known color: Cobalt. HEX triplet: 01, 59 and AA. RGB value is (1,89,170). Sum of RGB (Red+Green+Blue) = 1+89+170=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 170 (66.80% from 255 or 65.38% from 260); Max value from RGB is 170 - color contains mainly: blue. Hex color #0159AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0159AA is #FEA655. Grayscale: #474747. Windows color (decimal): -16688726 or 11163905. OLE color: 11163905.
HSL color Cylindrical-coordinate representation of color #0159AA: hue angle of 208.76º 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 #0159AA is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 89 | 170 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.33 |
| HSL | 208.76º | 0.99% | 0.34% | - |
| HSV(B) | 208.76º | 0.99% | 0.67% | - |
| XYZ | 10.84 | 10.05 | 39.4 | - |
| YUV | 71.92 | 183.35 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 170 | 0.99 | 0.48 | 0 | 0.33 | 208.76 | 0.99 | 0.34 |
| Hex | 1 | 59 | AA | 63 | 30 | 0 | 21 | D1 | 63 | 22 |
| Octal | 1 | 131 | 252 | 143 | 60 | 0 | 41 | 321 | 143 | 42 |
| Binary | 1 | 1011001 | 10101010 | 1100011 | 110000 | 0 | 100001 | 11010001 | 1100011 | 100010 |
Color Harmonies of #0159AA
Complementary color
Monochromatic Colors of #0159AA
Black with #0159AA
Text Example
Text Example
White with #0159AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0159AA; }
p { color: rgb(1,89,170); }
H1.HeaderClassName
{
color: #0159AA;
}
.AnyTagClassName
{
color: #0159AA;
}
</style>
background-color css
<style>
a { background-color: #0159AA; }
a { background-color: rgb(1,89,170); }
div.DivClassName
{
background-color: #0159AA;
}
.BgClassName
{
background-color: #0159AA;
}
</style>
border-color css
<style>
span { border-color: #0159AA; }
span { border-color: rgb(1,89,170); }
td.TdClassName
{
border-color: #0159AA;
}
.TagClassName
{
border-color: #0159AA;
}
</style>