Shades of Denim #085DAE
Tints of Denim #085DAE
RGB
CMYK
RGB Variations
Color information
#085DAE (or 0x085DAE) is known color: Denim. HEX triplet: 08, 5D and AE. RGB value is (8,93,174). Sum of RGB (Red+Green+Blue) = 8+93+174=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #085DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085DAE is #F7A251. Grayscale: #4C4C4C. Windows color (decimal): -16228946 or 11427080. OLE color: 11427080.
HSL color Cylindrical-coordinate representation of color #085DAE: hue angle of 209.28º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085DAE is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 93 | 174 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.32 |
| HSL | 209.28º | 0.91% | 0.36% | - |
| HSV(B) | 209.28º | 0.95% | 0.68% | - |
| XYZ | 11.65 | 10.94 | 41.54 | - |
| YUV | 76.82 | 182.84 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 174 | 0.95 | 0.47 | 0 | 0.32 | 209.28 | 0.91 | 0.36 |
| Hex | 8 | 5D | AE | 5F | 2F | 0 | 20 | D1 | 5B | 24 |
| Octal | 10 | 135 | 256 | 137 | 57 | 0 | 40 | 321 | 133 | 44 |
| Binary | 1000 | 1011101 | 10101110 | 1011111 | 101111 | 0 | 100000 | 11010001 | 1011011 | 100100 |
Color Harmonies of #085DAE
Complementary color
Monochromatic Colors of #085DAE
Black with #085DAE
Text Example
Text Example
White with #085DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DAE; }
p { color: rgb(8,93,174); }
H1.HeaderClassName
{
color: #085DAE;
}
.AnyTagClassName
{
color: #085DAE;
}
</style>
background-color css
<style>
a { background-color: #085DAE; }
a { background-color: rgb(8,93,174); }
div.DivClassName
{
background-color: #085DAE;
}
.BgClassName
{
background-color: #085DAE;
}
</style>
border-color css
<style>
span { border-color: #085DAE; }
span { border-color: rgb(8,93,174); }
td.TdClassName
{
border-color: #085DAE;
}
.TagClassName
{
border-color: #085DAE;
}
</style>