Shades of Cobalt #0947B5
Tints of Cobalt #0947B5
RGB
CMYK
RGB Variations
Color information
#0947B5 (or 0x0947B5) is known color: Cobalt. HEX triplet: 09, 47 and B5. RGB value is (9,71,181). Sum of RGB (Red+Green+Blue) = 9+71+181=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 181 (71.09% from 255 or 69.35% from 261); Max value from RGB is 181 - color contains mainly: blue. Hex color #0947B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0947B5 is #F6B84A. Grayscale: #404040. Windows color (decimal): -16169035 or 11880201. OLE color: 11880201.
HSL color Cylindrical-coordinate representation of color #0947B5: hue angle of 218.37º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0947B5 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 71 | 181 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.29 |
| HSL | 218.37º | 0.91% | 0.37% | - |
| HSV(B) | 218.37º | 0.95% | 0.71% | - |
| XYZ | 10.71 | 7.9 | 44.68 | - |
| YUV | 65 | 193.46 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 71 | 181 | 0.95 | 0.61 | 0 | 0.29 | 218.37 | 0.91 | 0.37 |
| Hex | 9 | 47 | B5 | 5F | 3D | 0 | 1D | DA | 5B | 25 |
| Octal | 11 | 107 | 265 | 137 | 75 | 0 | 35 | 332 | 133 | 45 |
| Binary | 1001 | 1000111 | 10110101 | 1011111 | 111101 | 0 | 11101 | 11011010 | 1011011 | 100101 |
Color Harmonies of #0947B5
Complementary color
Monochromatic Colors of #0947B5
Black with #0947B5
Text Example
Text Example
White with #0947B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0947B5; }
p { color: rgb(9,71,181); }
H1.HeaderClassName
{
color: #0947B5;
}
.AnyTagClassName
{
color: #0947B5;
}
</style>
background-color css
<style>
a { background-color: #0947B5; }
a { background-color: rgb(9,71,181); }
div.DivClassName
{
background-color: #0947B5;
}
.BgClassName
{
background-color: #0947B5;
}
</style>
border-color css
<style>
span { border-color: #0947B5; }
span { border-color: rgb(9,71,181); }
td.TdClassName
{
border-color: #0947B5;
}
.TagClassName
{
border-color: #0947B5;
}
</style>