Shades of Cobalt #0850BA
Tints of Cobalt #0850BA
RGB
CMYK
RGB Variations
Color information
#0850BA (or 0x0850BA) is known color: Cobalt. HEX triplet: 08, 50 and BA. RGB value is (8,80,186). Sum of RGB (Red+Green+Blue) = 8+80+186=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 186 (73.05% from 255 or 67.88% from 274); Max value from RGB is 186 - color contains mainly: blue. Hex color #0850BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0850BA is #F7AF45. Grayscale: #464646. Windows color (decimal): -16232262 or 12210184. OLE color: 12210184.
HSL color Cylindrical-coordinate representation of color #0850BA: hue angle of 215.73º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0850BA is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 80 | 186 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.27 |
| HSL | 215.73º | 0.92% | 0.38% | - |
| HSV(B) | 215.73º | 0.96% | 0.73% | - |
| XYZ | 11.83 | 9.33 | 47.63 | - |
| YUV | 70.56 | 193.15 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 186 | 0.96 | 0.57 | 0 | 0.27 | 215.73 | 0.92 | 0.38 |
| Hex | 8 | 50 | BA | 60 | 39 | 0 | 1B | D8 | 5C | 26 |
| Octal | 10 | 120 | 272 | 140 | 71 | 0 | 33 | 330 | 134 | 46 |
| Binary | 1000 | 1010000 | 10111010 | 1100000 | 111001 | 0 | 11011 | 11011000 | 1011100 | 100110 |
Color Harmonies of #0850BA
Complementary color
Monochromatic Colors of #0850BA
Black with #0850BA
Text Example
Text Example
White with #0850BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0850BA; }
p { color: rgb(8,80,186); }
H1.HeaderClassName
{
color: #0850BA;
}
.AnyTagClassName
{
color: #0850BA;
}
</style>
background-color css
<style>
a { background-color: #0850BA; }
a { background-color: rgb(8,80,186); }
div.DivClassName
{
background-color: #0850BA;
}
.BgClassName
{
background-color: #0850BA;
}
</style>
border-color css
<style>
span { border-color: #0850BA; }
span { border-color: rgb(8,80,186); }
td.TdClassName
{
border-color: #0850BA;
}
.TagClassName
{
border-color: #0850BA;
}
</style>