Shades of Cobalt #085AAA
Tints of Cobalt #085AAA
RGB
CMYK
RGB Variations
Color information
#085AAA (or 0x085AAA) is known color: Cobalt. HEX triplet: 08, 5A and AA. RGB value is (8,90,170). Sum of RGB (Red+Green+Blue) = 8+90+170=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #085AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085AAA is #F7A555. Grayscale: #4A4A4A. Windows color (decimal): -16229718 or 11164168. OLE color: 11164168.
HSL color Cylindrical-coordinate representation of color #085AAA: hue angle of 209.63º 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 #085AAA is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 90 | 170 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.33 |
| HSL | 209.63º | 0.91% | 0.35% | - |
| HSV(B) | 209.63º | 0.95% | 0.67% | - |
| XYZ | 11.01 | 10.27 | 39.43 | - |
| YUV | 74.6 | 181.83 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 170 | 0.95 | 0.47 | 0 | 0.33 | 209.63 | 0.91 | 0.35 |
| Hex | 8 | 5A | AA | 5F | 2F | 0 | 21 | D2 | 5B | 23 |
| Octal | 10 | 132 | 252 | 137 | 57 | 0 | 41 | 322 | 133 | 43 |
| Binary | 1000 | 1011010 | 10101010 | 1011111 | 101111 | 0 | 100001 | 11010010 | 1011011 | 100011 |
Color Harmonies of #085AAA
Complementary color
Monochromatic Colors of #085AAA
Black with #085AAA
Text Example
Text Example
White with #085AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085AAA; }
p { color: rgb(8,90,170); }
H1.HeaderClassName
{
color: #085AAA;
}
.AnyTagClassName
{
color: #085AAA;
}
</style>
background-color css
<style>
a { background-color: #085AAA; }
a { background-color: rgb(8,90,170); }
div.DivClassName
{
background-color: #085AAA;
}
.BgClassName
{
background-color: #085AAA;
}
</style>
border-color css
<style>
span { border-color: #085AAA; }
span { border-color: rgb(8,90,170); }
td.TdClassName
{
border-color: #085AAA;
}
.TagClassName
{
border-color: #085AAA;
}
</style>