Shades of Cobalt #0941BA
Tints of Cobalt #0941BA
RGB
CMYK
RGB Variations
Color information
#0941BA (or 0x0941BA) is known color: Cobalt. HEX triplet: 09, 41 and BA. RGB value is (9,65,186). Sum of RGB (Red+Green+Blue) = 9+65+186=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #0941BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0941BA is #F6BE45. Grayscale: #3D3D3D. Windows color (decimal): -16170566 or 12206345. OLE color: 12206345.
HSL color Cylindrical-coordinate representation of color #0941BA: hue angle of 221.02º 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 #0941BA is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 65 | 186 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.27 |
| HSL | 221.02º | 0.91% | 0.38% | - |
| HSV(B) | 221.02º | 0.95% | 0.73% | - |
| XYZ | 10.87 | 7.38 | 47.31 | - |
| YUV | 62.05 | 197.95 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 186 | 0.95 | 0.65 | 0 | 0.27 | 221.02 | 0.91 | 0.38 |
| Hex | 9 | 41 | BA | 5F | 41 | 0 | 1B | DD | 5B | 26 |
| Octal | 11 | 101 | 272 | 137 | 101 | 0 | 33 | 335 | 133 | 46 |
| Binary | 1001 | 1000001 | 10111010 | 1011111 | 1000001 | 0 | 11011 | 11011101 | 1011011 | 100110 |
Color Harmonies of #0941BA
Complementary color
Monochromatic Colors of #0941BA
Black with #0941BA
Text Example
Text Example
White with #0941BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0941BA; }
p { color: rgb(9,65,186); }
H1.HeaderClassName
{
color: #0941BA;
}
.AnyTagClassName
{
color: #0941BA;
}
</style>
background-color css
<style>
a { background-color: #0941BA; }
a { background-color: rgb(9,65,186); }
div.DivClassName
{
background-color: #0941BA;
}
.BgClassName
{
background-color: #0941BA;
}
</style>
border-color css
<style>
span { border-color: #0941BA; }
span { border-color: rgb(9,65,186); }
td.TdClassName
{
border-color: #0941BA;
}
.TagClassName
{
border-color: #0941BA;
}
</style>