Shades of Denim #085AB8
Tints of Denim #085AB8
RGB
CMYK
RGB Variations
Color information
#085AB8 (or 0x085AB8) is known color: Denim. HEX triplet: 08, 5A and B8. RGB value is (8,90,184). Sum of RGB (Red+Green+Blue) = 8+90+184=282 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.84% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 184 (72.27% from 255 or 65.25% from 282); Max value from RGB is 184 - color contains mainly: blue. Hex color #085AB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085AB8 is #F7A547. Grayscale: #4B4B4B. Windows color (decimal): -16229704 or 12081672. OLE color: 12081672.
HSL color Cylindrical-coordinate representation of color #085AB8: hue angle of 212.05º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085AB8 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 90 | 184 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.28 |
| HSL | 212.05º | 0.92% | 0.38% | - |
| HSV(B) | 212.05º | 0.96% | 0.72% | - |
| XYZ | 12.41 | 10.82 | 46.78 | - |
| YUV | 76.2 | 188.83 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 184 | 0.96 | 0.51 | 0 | 0.28 | 212.05 | 0.92 | 0.38 |
| Hex | 8 | 5A | B8 | 60 | 33 | 0 | 1C | D4 | 5C | 26 |
| Octal | 10 | 132 | 270 | 140 | 63 | 0 | 34 | 324 | 134 | 46 |
| Binary | 1000 | 1011010 | 10111000 | 1100000 | 110011 | 0 | 11100 | 11010100 | 1011100 | 100110 |
Color Harmonies of #085AB8
Complementary color
Monochromatic Colors of #085AB8
Black with #085AB8
Text Example
Text Example
White with #085AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085AB8; }
p { color: rgb(8,90,184); }
H1.HeaderClassName
{
color: #085AB8;
}
.AnyTagClassName
{
color: #085AB8;
}
</style>
background-color css
<style>
a { background-color: #085AB8; }
a { background-color: rgb(8,90,184); }
div.DivClassName
{
background-color: #085AB8;
}
.BgClassName
{
background-color: #085AB8;
}
</style>
border-color css
<style>
span { border-color: #085AB8; }
span { border-color: rgb(8,90,184); }
td.TdClassName
{
border-color: #085AB8;
}
.TagClassName
{
border-color: #085AB8;
}
</style>