Shades of Cobalt #0950BB
Tints of Cobalt #0950BB
RGB
CMYK
RGB Variations
Color information
#0950BB (or 0x0950BB) is known color: Cobalt. HEX triplet: 09, 50 and BB. RGB value is (9,80,187). Sum of RGB (Red+Green+Blue) = 9+80+187=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #0950BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0950BB is #F6AF44. Grayscale: #464646. Windows color (decimal): -16166725 or 12275721. OLE color: 12275721.
HSL color Cylindrical-coordinate representation of color #0950BB: hue angle of 216.07º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0950BB is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 80 | 187 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.27 |
| HSL | 216.07º | 0.91% | 0.38% | - |
| HSV(B) | 216.07º | 0.95% | 0.73% | - |
| XYZ | 11.95 | 9.38 | 48.19 | - |
| YUV | 70.97 | 193.48 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 187 | 0.95 | 0.57 | 0 | 0.27 | 216.07 | 0.91 | 0.38 |
| Hex | 9 | 50 | BB | 5F | 39 | 0 | 1B | D8 | 5B | 26 |
| Octal | 11 | 120 | 273 | 137 | 71 | 0 | 33 | 330 | 133 | 46 |
| Binary | 1001 | 1010000 | 10111011 | 1011111 | 111001 | 0 | 11011 | 11011000 | 1011011 | 100110 |
Color Harmonies of #0950BB
Complementary color
Monochromatic Colors of #0950BB
Black with #0950BB
Text Example
Text Example
White with #0950BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0950BB; }
p { color: rgb(9,80,187); }
H1.HeaderClassName
{
color: #0950BB;
}
.AnyTagClassName
{
color: #0950BB;
}
</style>
background-color css
<style>
a { background-color: #0950BB; }
a { background-color: rgb(9,80,187); }
div.DivClassName
{
background-color: #0950BB;
}
.BgClassName
{
background-color: #0950BB;
}
</style>
border-color css
<style>
span { border-color: #0950BB; }
span { border-color: rgb(9,80,187); }
td.TdClassName
{
border-color: #0950BB;
}
.TagClassName
{
border-color: #0950BB;
}
</style>