Shades of Cobalt #0959AB
Tints of Cobalt #0959AB
RGB
CMYK
RGB Variations
Color information
#0959AB (or 0x0959AB) is known color: Cobalt. HEX triplet: 09, 59 and AB. RGB value is (9,89,171). Sum of RGB (Red+Green+Blue) = 9+89+171=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #0959AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0959AB is #F6A654. Grayscale: #4A4A4A. Windows color (decimal): -16164437 or 11229449. OLE color: 11229449.
HSL color Cylindrical-coordinate representation of color #0959AB: hue angle of 210.37º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0959AB is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 89 | 171 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.33 |
| HSL | 210.37º | 0.9% | 0.35% | - |
| HSV(B) | 210.37º | 0.95% | 0.67% | - |
| XYZ | 11.04 | 10.14 | 39.9 | - |
| YUV | 74.43 | 182.5 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 171 | 0.95 | 0.48 | 0 | 0.33 | 210.37 | 0.9 | 0.35 |
| Hex | 9 | 59 | AB | 5F | 30 | 0 | 21 | D2 | 5A | 23 |
| Octal | 11 | 131 | 253 | 137 | 60 | 0 | 41 | 322 | 132 | 43 |
| Binary | 1001 | 1011001 | 10101011 | 1011111 | 110000 | 0 | 100001 | 11010010 | 1011010 | 100011 |
Color Harmonies of #0959AB
Complementary color
Monochromatic Colors of #0959AB
Black with #0959AB
Text Example
Text Example
White with #0959AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0959AB; }
p { color: rgb(9,89,171); }
H1.HeaderClassName
{
color: #0959AB;
}
.AnyTagClassName
{
color: #0959AB;
}
</style>
background-color css
<style>
a { background-color: #0959AB; }
a { background-color: rgb(9,89,171); }
div.DivClassName
{
background-color: #0959AB;
}
.BgClassName
{
background-color: #0959AB;
}
</style>
border-color css
<style>
span { border-color: #0959AB; }
span { border-color: rgb(9,89,171); }
td.TdClassName
{
border-color: #0959AB;
}
.TagClassName
{
border-color: #0959AB;
}
</style>