Shades of Cobalt #085BA9
Tints of Cobalt #085BA9
RGB
CMYK
RGB Variations
Color information
#085BA9 (or 0x085BA9) is known color: Cobalt. HEX triplet: 08, 5B and A9. RGB value is (8,91,169). Sum of RGB (Red+Green+Blue) = 8+91+169=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 169 (66.41% from 255 or 63.06% from 268); Max value from RGB is 169 - color contains mainly: blue. Hex color #085BA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085BA9 is #F7A456. Grayscale: #4A4A4A. Windows color (decimal): -16229463 or 11098888. OLE color: 11098888.
HSL color Cylindrical-coordinate representation of color #085BA9: hue angle of 209.07º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085BA9 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 8 | 91 | 169 | - |
| CMYK | 0.95 | 0.46 | 0 | 0.34 |
| HSL | 209.07º | 0.91% | 0.35% | - |
| HSV(B) | 209.07º | 0.95% | 0.66% | - |
| XYZ | 11 | 10.4 | 38.96 | - |
| YUV | 75.08 | 181 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 169 | 0.95 | 0.46 | 0 | 0.34 | 209.07 | 0.91 | 0.35 |
| Hex | 8 | 5B | A9 | 5F | 2E | 0 | 22 | D1 | 5B | 23 |
| Octal | 10 | 133 | 251 | 137 | 56 | 0 | 42 | 321 | 133 | 43 |
| Binary | 1000 | 1011011 | 10101001 | 1011111 | 101110 | 0 | 100010 | 11010001 | 1011011 | 100011 |
Color Harmonies of #085BA9
Complementary color
Monochromatic Colors of #085BA9
Black with #085BA9
Text Example
Text Example
White with #085BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085BA9; }
p { color: rgb(8,91,169); }
H1.HeaderClassName
{
color: #085BA9;
}
.AnyTagClassName
{
color: #085BA9;
}
</style>
background-color css
<style>
a { background-color: #085BA9; }
a { background-color: rgb(8,91,169); }
div.DivClassName
{
background-color: #085BA9;
}
.BgClassName
{
background-color: #085BA9;
}
</style>
border-color css
<style>
span { border-color: #085BA9; }
span { border-color: rgb(8,91,169); }
td.TdClassName
{
border-color: #085BA9;
}
.TagClassName
{
border-color: #085BA9;
}
</style>