Shades of Cobalt #0943BA
Tints of Cobalt #0943BA
RGB
CMYK
RGB Variations
Color information
#0943BA (or 0x0943BA) is known color: Cobalt. HEX triplet: 09, 43 and BA. RGB value is (9,67,186). Sum of RGB (Red+Green+Blue) = 9+67+186=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #0943BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0943BA is #F6BC45. Grayscale: #3E3E3E. Windows color (decimal): -16170054 or 12206857. OLE color: 12206857.
HSL color Cylindrical-coordinate representation of color #0943BA: hue angle of 220.34º 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 #0943BA is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 67 | 186 | - |
| CMYK | 0.95 | 0.64 | 0 | 0.27 |
| HSL | 220.34º | 0.91% | 0.38% | - |
| HSV(B) | 220.34º | 0.95% | 0.73% | - |
| XYZ | 10.98 | 7.62 | 47.35 | - |
| YUV | 63.22 | 197.28 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 186 | 0.95 | 0.64 | 0 | 0.27 | 220.34 | 0.91 | 0.38 |
| Hex | 9 | 43 | BA | 5F | 40 | 0 | 1B | DC | 5B | 26 |
| Octal | 11 | 103 | 272 | 137 | 100 | 0 | 33 | 334 | 133 | 46 |
| Binary | 1001 | 1000011 | 10111010 | 1011111 | 1000000 | 0 | 11011 | 11011100 | 1011011 | 100110 |
Color Harmonies of #0943BA
Complementary color
Monochromatic Colors of #0943BA
Black with #0943BA
Text Example
Text Example
White with #0943BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0943BA; }
p { color: rgb(9,67,186); }
H1.HeaderClassName
{
color: #0943BA;
}
.AnyTagClassName
{
color: #0943BA;
}
</style>
background-color css
<style>
a { background-color: #0943BA; }
a { background-color: rgb(9,67,186); }
div.DivClassName
{
background-color: #0943BA;
}
.BgClassName
{
background-color: #0943BA;
}
</style>
border-color css
<style>
span { border-color: #0943BA; }
span { border-color: rgb(9,67,186); }
td.TdClassName
{
border-color: #0943BA;
}
.TagClassName
{
border-color: #0943BA;
}
</style>