Shades of Denim #085DB6
Tints of Denim #085DB6
RGB
CMYK
RGB Variations
Color information
#085DB6 (or 0x085DB6) is known color: Denim. HEX triplet: 08, 5D and B6. RGB value is (8,93,182). Sum of RGB (Red+Green+Blue) = 8+93+182=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 182 (71.48% from 255 or 64.31% from 283); Max value from RGB is 182 - color contains mainly: blue. Hex color #085DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085DB6 is #F7A249. Grayscale: #4D4D4D. Windows color (decimal): -16228938 or 11951368. OLE color: 11951368.
HSL color Cylindrical-coordinate representation of color #085DB6: hue angle of 210.69º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085DB6 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 93 | 182 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.29 |
| HSL | 210.69º | 0.92% | 0.37% | - |
| HSV(B) | 210.69º | 0.96% | 0.71% | - |
| XYZ | 12.46 | 11.26 | 45.77 | - |
| YUV | 77.73 | 186.84 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 182 | 0.96 | 0.49 | 0 | 0.29 | 210.69 | 0.92 | 0.37 |
| Hex | 8 | 5D | B6 | 60 | 31 | 0 | 1D | D3 | 5C | 25 |
| Octal | 10 | 135 | 266 | 140 | 61 | 0 | 35 | 323 | 134 | 45 |
| Binary | 1000 | 1011101 | 10110110 | 1100000 | 110001 | 0 | 11101 | 11010011 | 1011100 | 100101 |
Color Harmonies of #085DB6
Complementary color
Monochromatic Colors of #085DB6
Black with #085DB6
Text Example
Text Example
White with #085DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DB6; }
p { color: rgb(8,93,182); }
H1.HeaderClassName
{
color: #085DB6;
}
.AnyTagClassName
{
color: #085DB6;
}
</style>
background-color css
<style>
a { background-color: #085DB6; }
a { background-color: rgb(8,93,182); }
div.DivClassName
{
background-color: #085DB6;
}
.BgClassName
{
background-color: #085DB6;
}
</style>
border-color css
<style>
span { border-color: #085DB6; }
span { border-color: rgb(8,93,182); }
td.TdClassName
{
border-color: #085DB6;
}
.TagClassName
{
border-color: #085DB6;
}
</style>