Shades of Cobalt #085AA0
Tints of Cobalt #085AA0
RGB
CMYK
RGB Variations
Color information
#085AA0 (or 0x085AA0) is known color: Cobalt. HEX triplet: 08, 5A and A0. RGB value is (8,90,160). Sum of RGB (Red+Green+Blue) = 8+90+160=258 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.10% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 160 (62.89% from 255 or 62.02% from 258); Max value from RGB is 160 - color contains mainly: blue. Hex color #085AA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085AA0 is #F7A55F. Grayscale: #494949. Windows color (decimal): -16229728 or 10508808. OLE color: 10508808.
HSL color Cylindrical-coordinate representation of color #085AA0: hue angle of 207.63º degrees, saturation: 0.9, 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 #085AA0 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 8 | 90 | 160 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.37 |
| HSL | 207.63º | 0.9% | 0.33% | - |
| HSV(B) | 207.63º | 0.95% | 0.63% | - |
| XYZ | 10.1 | 9.9 | 34.64 | - |
| YUV | 73.46 | 176.83 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 160 | 0.95 | 0.44 | 0 | 0.37 | 207.63 | 0.9 | 0.33 |
| Hex | 8 | 5A | A0 | 5F | 2C | 0 | 25 | D0 | 5A | 21 |
| Octal | 10 | 132 | 240 | 137 | 54 | 0 | 45 | 320 | 132 | 41 |
| Binary | 1000 | 1011010 | 10100000 | 1011111 | 101100 | 0 | 100101 | 11010000 | 1011010 | 100001 |
Color Harmonies of #085AA0
Complementary color
Monochromatic Colors of #085AA0
Black with #085AA0
Text Example
Text Example
White with #085AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085AA0; }
p { color: rgb(8,90,160); }
H1.HeaderClassName
{
color: #085AA0;
}
.AnyTagClassName
{
color: #085AA0;
}
</style>
background-color css
<style>
a { background-color: #085AA0; }
a { background-color: rgb(8,90,160); }
div.DivClassName
{
background-color: #085AA0;
}
.BgClassName
{
background-color: #085AA0;
}
</style>
border-color css
<style>
span { border-color: #085AA0; }
span { border-color: rgb(8,90,160); }
td.TdClassName
{
border-color: #085AA0;
}
.TagClassName
{
border-color: #085AA0;
}
</style>