Shades of Denim #085AC5
Tints of Denim #085AC5
RGB
CMYK
RGB Variations
Color information
#085AC5 (or 0x085AC5) is known color: Denim. HEX triplet: 08, 5A and C5. RGB value is (8,90,197). Sum of RGB (Red+Green+Blue) = 8+90+197=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 197 (77.34% from 255 or 66.78% from 295); Max value from RGB is 197 - color contains mainly: blue. Hex color #085AC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085AC5 is #F7A53A. Grayscale: #4D4D4D. Windows color (decimal): -16229691 or 12933640. OLE color: 12933640.
HSL color Cylindrical-coordinate representation of color #085AC5: hue angle of 213.97º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085AC5 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 90 | 197 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.23 |
| HSL | 213.97º | 0.92% | 0.4% | - |
| HSV(B) | 213.97º | 0.96% | 0.77% | - |
| XYZ | 13.83 | 11.4 | 54.29 | - |
| YUV | 77.68 | 195.33 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 90 | 197 | 0.96 | 0.54 | 0 | 0.23 | 213.97 | 0.92 | 0.4 |
| Hex | 8 | 5A | C5 | 60 | 36 | 0 | 17 | D6 | 5C | 28 |
| Octal | 10 | 132 | 305 | 140 | 66 | 0 | 27 | 326 | 134 | 50 |
| Binary | 1000 | 1011010 | 11000101 | 1100000 | 110110 | 0 | 10111 | 11010110 | 1011100 | 101000 |
Color Harmonies of #085AC5
Complementary color
Monochromatic Colors of #085AC5
Black with #085AC5
Text Example
Text Example
White with #085AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085AC5; }
p { color: rgb(8,90,197); }
H1.HeaderClassName
{
color: #085AC5;
}
.AnyTagClassName
{
color: #085AC5;
}
</style>
background-color css
<style>
a { background-color: #085AC5; }
a { background-color: rgb(8,90,197); }
div.DivClassName
{
background-color: #085AC5;
}
.BgClassName
{
background-color: #085AC5;
}
</style>
border-color css
<style>
span { border-color: #085AC5; }
span { border-color: rgb(8,90,197); }
td.TdClassName
{
border-color: #085AC5;
}
.TagClassName
{
border-color: #085AC5;
}
</style>