Shades of Cobalt #085BA1
Tints of Cobalt #085BA1
RGB
CMYK
RGB Variations
Color information
#085BA1 (or 0x085BA1) is known color: Cobalt. HEX triplet: 08, 5B and A1. RGB value is (8,91,161). Sum of RGB (Red+Green+Blue) = 8+91+161=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 161 (63.28% from 255 or 61.92% from 260); Max value from RGB is 161 - color contains mainly: blue. Hex color #085BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085BA1 is #F7A45E. Grayscale: #494949. Windows color (decimal): -16229471 or 10574600. OLE color: 10574600.
HSL color Cylindrical-coordinate representation of color #085BA1: hue angle of 207.45º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085BA1 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 91 | 161 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.37 |
| HSL | 207.45º | 0.91% | 0.33% | - |
| HSV(B) | 207.45º | 0.95% | 0.63% | - |
| XYZ | 10.27 | 10.11 | 35.13 | - |
| YUV | 74.16 | 177 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 161 | 0.95 | 0.43 | 0 | 0.37 | 207.45 | 0.91 | 0.33 |
| Hex | 8 | 5B | A1 | 5F | 2B | 0 | 25 | CF | 5B | 21 |
| Octal | 10 | 133 | 241 | 137 | 53 | 0 | 45 | 317 | 133 | 41 |
| Binary | 1000 | 1011011 | 10100001 | 1011111 | 101011 | 0 | 100101 | 11001111 | 1011011 | 100001 |
Color Harmonies of #085BA1
Complementary color
Monochromatic Colors of #085BA1
Black with #085BA1
Text Example
Text Example
White with #085BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085BA1; }
p { color: rgb(8,91,161); }
H1.HeaderClassName
{
color: #085BA1;
}
.AnyTagClassName
{
color: #085BA1;
}
</style>
background-color css
<style>
a { background-color: #085BA1; }
a { background-color: rgb(8,91,161); }
div.DivClassName
{
background-color: #085BA1;
}
.BgClassName
{
background-color: #085BA1;
}
</style>
border-color css
<style>
span { border-color: #085BA1; }
span { border-color: rgb(8,91,161); }
td.TdClassName
{
border-color: #085BA1;
}
.TagClassName
{
border-color: #085BA1;
}
</style>