Shades of Cobalt #0947BB
Tints of Cobalt #0947BB
RGB
CMYK
RGB Variations
Color information
#0947BB (or 0x0947BB) is known color: Cobalt. HEX triplet: 09, 47 and BB. RGB value is (9,71,187). Sum of RGB (Red+Green+Blue) = 9+71+187=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 187 (73.44% from 255 or 70.04% from 267); Max value from RGB is 187 - color contains mainly: blue. Hex color #0947BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0947BB is #F6B844. Grayscale: #414141. Windows color (decimal): -16169029 or 12273417. OLE color: 12273417.
HSL color Cylindrical-coordinate representation of color #0947BB: hue angle of 219.1º 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 #0947BB is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 71 | 187 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.27 |
| HSL | 219.1º | 0.91% | 0.38% | - |
| HSV(B) | 219.1º | 0.95% | 0.73% | - |
| XYZ | 11.34 | 8.15 | 47.99 | - |
| YUV | 65.69 | 196.46 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 71 | 187 | 0.95 | 0.62 | 0 | 0.27 | 219.1 | 0.91 | 0.38 |
| Hex | 9 | 47 | BB | 5F | 3E | 0 | 1B | DB | 5B | 26 |
| Octal | 11 | 107 | 273 | 137 | 76 | 0 | 33 | 333 | 133 | 46 |
| Binary | 1001 | 1000111 | 10111011 | 1011111 | 111110 | 0 | 11011 | 11011011 | 1011011 | 100110 |
Color Harmonies of #0947BB
Complementary color
Monochromatic Colors of #0947BB
Black with #0947BB
Text Example
Text Example
White with #0947BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0947BB; }
p { color: rgb(9,71,187); }
H1.HeaderClassName
{
color: #0947BB;
}
.AnyTagClassName
{
color: #0947BB;
}
</style>
background-color css
<style>
a { background-color: #0947BB; }
a { background-color: rgb(9,71,187); }
div.DivClassName
{
background-color: #0947BB;
}
.BgClassName
{
background-color: #0947BB;
}
</style>
border-color css
<style>
span { border-color: #0947BB; }
span { border-color: rgb(9,71,187); }
td.TdClassName
{
border-color: #0947BB;
}
.TagClassName
{
border-color: #0947BB;
}
</style>