Shades of Cobalt #0850B0
Tints of Cobalt #0850B0
RGB
CMYK
RGB Variations
Color information
#0850B0 (or 0x0850B0) is known color: Cobalt. HEX triplet: 08, 50 and B0. RGB value is (8,80,176). Sum of RGB (Red+Green+Blue) = 8+80+176=264 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.03% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 176 (69.14% from 255 or 66.67% from 264); Max value from RGB is 176 - color contains mainly: blue. Hex color #0850B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0850B0 is #F7AF4F. Grayscale: #444444. Windows color (decimal): -16232272 or 11554824. OLE color: 11554824.
HSL color Cylindrical-coordinate representation of color #0850B0: hue angle of 214.29º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0850B0 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 8 | 80 | 176 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.31 |
| HSL | 214.29º | 0.91% | 0.36% | - |
| HSV(B) | 214.29º | 0.95% | 0.69% | - |
| XYZ | 10.81 | 8.92 | 42.23 | - |
| YUV | 69.42 | 188.15 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 176 | 0.95 | 0.55 | 0 | 0.31 | 214.29 | 0.91 | 0.36 |
| Hex | 8 | 50 | B0 | 5F | 37 | 0 | 1F | D6 | 5B | 24 |
| Octal | 10 | 120 | 260 | 137 | 67 | 0 | 37 | 326 | 133 | 44 |
| Binary | 1000 | 1010000 | 10110000 | 1011111 | 110111 | 0 | 11111 | 11010110 | 1011011 | 100100 |
Color Harmonies of #0850B0
Complementary color
Monochromatic Colors of #0850B0
Black with #0850B0
Text Example
Text Example
White with #0850B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0850B0; }
p { color: rgb(8,80,176); }
H1.HeaderClassName
{
color: #0850B0;
}
.AnyTagClassName
{
color: #0850B0;
}
</style>
background-color css
<style>
a { background-color: #0850B0; }
a { background-color: rgb(8,80,176); }
div.DivClassName
{
background-color: #0850B0;
}
.BgClassName
{
background-color: #0850B0;
}
</style>
border-color css
<style>
span { border-color: #0850B0; }
span { border-color: rgb(8,80,176); }
td.TdClassName
{
border-color: #0850B0;
}
.TagClassName
{
border-color: #0850B0;
}
</style>