Shades of Cobalt #0956AC
Tints of Cobalt #0956AC
RGB
CMYK
RGB Variations
Color information
#0956AC (or 0x0956AC) is known color: Cobalt. HEX triplet: 09, 56 and AC. RGB value is (9,86,172). Sum of RGB (Red+Green+Blue) = 9+86+172=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #0956AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0956AC is #F6A953. Grayscale: #484848. Windows color (decimal): -16165204 or 11294217. OLE color: 11294217.
HSL color Cylindrical-coordinate representation of color #0956AC: hue angle of 211.66º 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 #0956AC is Cyan = 0.95, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 86 | 172 | - |
| CMYK | 0.95 | 0.5 | 0 | 0.33 |
| HSL | 211.66º | 0.9% | 0.35% | - |
| HSV(B) | 211.66º | 0.95% | 0.67% | - |
| XYZ | 10.89 | 9.69 | 40.33 | - |
| YUV | 72.78 | 183.99 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 86 | 172 | 0.95 | 0.5 | 0 | 0.33 | 211.66 | 0.9 | 0.35 |
| Hex | 9 | 56 | AC | 5F | 32 | 0 | 21 | D4 | 5A | 23 |
| Octal | 11 | 126 | 254 | 137 | 62 | 0 | 41 | 324 | 132 | 43 |
| Binary | 1001 | 1010110 | 10101100 | 1011111 | 110010 | 0 | 100001 | 11010100 | 1011010 | 100011 |
Color Harmonies of #0956AC
Complementary color
Monochromatic Colors of #0956AC
Black with #0956AC
Text Example
Text Example
White with #0956AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0956AC; }
p { color: rgb(9,86,172); }
H1.HeaderClassName
{
color: #0956AC;
}
.AnyTagClassName
{
color: #0956AC;
}
</style>
background-color css
<style>
a { background-color: #0956AC; }
a { background-color: rgb(9,86,172); }
div.DivClassName
{
background-color: #0956AC;
}
.BgClassName
{
background-color: #0956AC;
}
</style>
border-color css
<style>
span { border-color: #0956AC; }
span { border-color: rgb(9,86,172); }
td.TdClassName
{
border-color: #0956AC;
}
.TagClassName
{
border-color: #0956AC;
}
</style>