Shades of Denim #085AB9
Tints of Denim #085AB9
RGB
CMYK
RGB Variations
Color information
#085AB9 (or 0x085AB9) is known color: Denim. HEX triplet: 08, 5A and B9. RGB value is (8,90,185). Sum of RGB (Red+Green+Blue) = 8+90+185=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 185 (72.66% from 255 or 65.37% from 283); Max value from RGB is 185 - color contains mainly: blue. Hex color #085AB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085AB9 is #F7A546. Grayscale: #4B4B4B. Windows color (decimal): -16229703 or 12147208. OLE color: 12147208.
HSL color Cylindrical-coordinate representation of color #085AB9: hue angle of 212.2º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085AB9 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 90 | 185 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.27 |
| HSL | 212.2º | 0.92% | 0.38% | - |
| HSV(B) | 212.2º | 0.96% | 0.73% | - |
| XYZ | 12.51 | 10.87 | 47.34 | - |
| YUV | 76.31 | 189.33 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 185 | 0.96 | 0.51 | 0 | 0.27 | 212.2 | 0.92 | 0.38 |
| Hex | 8 | 5A | B9 | 60 | 33 | 0 | 1B | D4 | 5C | 26 |
| Octal | 10 | 132 | 271 | 140 | 63 | 0 | 33 | 324 | 134 | 46 |
| Binary | 1000 | 1011010 | 10111001 | 1100000 | 110011 | 0 | 11011 | 11010100 | 1011100 | 100110 |
Color Harmonies of #085AB9
Complementary color
Monochromatic Colors of #085AB9
Black with #085AB9
Text Example
Text Example
White with #085AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085AB9; }
p { color: rgb(8,90,185); }
H1.HeaderClassName
{
color: #085AB9;
}
.AnyTagClassName
{
color: #085AB9;
}
</style>
background-color css
<style>
a { background-color: #085AB9; }
a { background-color: rgb(8,90,185); }
div.DivClassName
{
background-color: #085AB9;
}
.BgClassName
{
background-color: #085AB9;
}
</style>
border-color css
<style>
span { border-color: #085AB9; }
span { border-color: rgb(8,90,185); }
td.TdClassName
{
border-color: #085AB9;
}
.TagClassName
{
border-color: #085AB9;
}
</style>