Shades of Cobalt #0850AC
Tints of Cobalt #0850AC
RGB
CMYK
RGB Variations
Color information
#0850AC (or 0x0850AC) is known color: Cobalt. HEX triplet: 08, 50 and AC. RGB value is (8,80,172). Sum of RGB (Red+Green+Blue) = 8+80+172=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #0850AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0850AC is #F7AF53. Grayscale: #444444. Windows color (decimal): -16232276 or 11292680. OLE color: 11292680.
HSL color Cylindrical-coordinate representation of color #0850AC: hue angle of 213.66º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0850AC is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 80 | 172 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.33 |
| HSL | 213.66º | 0.91% | 0.35% | - |
| HSV(B) | 213.66º | 0.95% | 0.67% | - |
| XYZ | 10.42 | 8.77 | 40.17 | - |
| YUV | 68.96 | 186.15 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 80 | 172 | 0.95 | 0.53 | 0 | 0.33 | 213.66 | 0.91 | 0.35 |
| Hex | 8 | 50 | AC | 5F | 35 | 0 | 21 | D6 | 5B | 23 |
| Octal | 10 | 120 | 254 | 137 | 65 | 0 | 41 | 326 | 133 | 43 |
| Binary | 1000 | 1010000 | 10101100 | 1011111 | 110101 | 0 | 100001 | 11010110 | 1011011 | 100011 |
Color Harmonies of #0850AC
Complementary color
Monochromatic Colors of #0850AC
Black with #0850AC
Text Example
Text Example
White with #0850AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0850AC; }
p { color: rgb(8,80,172); }
H1.HeaderClassName
{
color: #0850AC;
}
.AnyTagClassName
{
color: #0850AC;
}
</style>
background-color css
<style>
a { background-color: #0850AC; }
a { background-color: rgb(8,80,172); }
div.DivClassName
{
background-color: #0850AC;
}
.BgClassName
{
background-color: #0850AC;
}
</style>
border-color css
<style>
span { border-color: #0850AC; }
span { border-color: rgb(8,80,172); }
td.TdClassName
{
border-color: #0850AC;
}
.TagClassName
{
border-color: #0850AC;
}
</style>