Shades of Denim #085DAA
Tints of Denim #085DAA
RGB
CMYK
RGB Variations
Color information
#085DAA (or 0x085DAA) is known color: Denim. HEX triplet: 08, 5D and AA. RGB value is (8,93,170). Sum of RGB (Red+Green+Blue) = 8+93+170=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #085DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085DAA is #F7A255. Grayscale: #4B4B4B. Windows color (decimal): -16228950 or 11164936. OLE color: 11164936.
HSL color Cylindrical-coordinate representation of color #085DAA: hue angle of 208.52º 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 #085DAA is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 93 | 170 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.33 |
| HSL | 208.52º | 0.91% | 0.35% | - |
| HSV(B) | 208.52º | 0.95% | 0.67% | - |
| XYZ | 11.27 | 10.78 | 39.52 | - |
| YUV | 76.36 | 180.84 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 170 | 0.95 | 0.45 | 0 | 0.33 | 208.52 | 0.91 | 0.35 |
| Hex | 8 | 5D | AA | 5F | 2D | 0 | 21 | D1 | 5B | 23 |
| Octal | 10 | 135 | 252 | 137 | 55 | 0 | 41 | 321 | 133 | 43 |
| Binary | 1000 | 1011101 | 10101010 | 1011111 | 101101 | 0 | 100001 | 11010001 | 1011011 | 100011 |
Color Harmonies of #085DAA
Complementary color
Monochromatic Colors of #085DAA
Black with #085DAA
Text Example
Text Example
White with #085DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DAA; }
p { color: rgb(8,93,170); }
H1.HeaderClassName
{
color: #085DAA;
}
.AnyTagClassName
{
color: #085DAA;
}
</style>
background-color css
<style>
a { background-color: #085DAA; }
a { background-color: rgb(8,93,170); }
div.DivClassName
{
background-color: #085DAA;
}
.BgClassName
{
background-color: #085DAA;
}
</style>
border-color css
<style>
span { border-color: #085DAA; }
span { border-color: rgb(8,93,170); }
td.TdClassName
{
border-color: #085DAA;
}
.TagClassName
{
border-color: #085DAA;
}
</style>