Shades of Cobalt #0959A3
Tints of Cobalt #0959A3
RGB
CMYK
RGB Variations
Color information
#0959A3 (or 0x0959A3) is known color: Cobalt. HEX triplet: 09, 59 and A3. RGB value is (9,89,163). Sum of RGB (Red+Green+Blue) = 9+89+163=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 163 (64.06% from 255 or 62.45% from 261); Max value from RGB is 163 - color contains mainly: blue. Hex color #0959A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0959A3 is #F6A65C. Grayscale: #494949. Windows color (decimal): -16164445 or 10705161. OLE color: 10705161.
HSL color Cylindrical-coordinate representation of color #0959A3: hue angle of 208.83º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0959A3 is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 89 | 163 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.36 |
| HSL | 208.83º | 0.9% | 0.34% | - |
| HSV(B) | 208.83º | 0.94% | 0.64% | - |
| XYZ | 10.3 | 9.85 | 36.01 | - |
| YUV | 73.52 | 178.5 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 89 | 163 | 0.94 | 0.45 | 0 | 0.36 | 208.83 | 0.9 | 0.34 |
| Hex | 9 | 59 | A3 | 5E | 2D | 0 | 24 | D1 | 5A | 22 |
| Octal | 11 | 131 | 243 | 136 | 55 | 0 | 44 | 321 | 132 | 42 |
| Binary | 1001 | 1011001 | 10100011 | 1011110 | 101101 | 0 | 100100 | 11010001 | 1011010 | 100010 |
Color Harmonies of #0959A3
Complementary color
Monochromatic Colors of #0959A3
Black with #0959A3
Text Example
Text Example
White with #0959A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0959A3; }
p { color: rgb(9,89,163); }
H1.HeaderClassName
{
color: #0959A3;
}
.AnyTagClassName
{
color: #0959A3;
}
</style>
background-color css
<style>
a { background-color: #0959A3; }
a { background-color: rgb(9,89,163); }
div.DivClassName
{
background-color: #0959A3;
}
.BgClassName
{
background-color: #0959A3;
}
</style>
border-color css
<style>
span { border-color: #0959A3; }
span { border-color: rgb(9,89,163); }
td.TdClassName
{
border-color: #0959A3;
}
.TagClassName
{
border-color: #0959A3;
}
</style>