Shades of Denim #085DB9
Tints of Denim #085DB9
RGB
CMYK
RGB Variations
Color information
#085DB9 (or 0x085DB9) is known color: Denim. HEX triplet: 08, 5D and B9. RGB value is (8,93,185). Sum of RGB (Red+Green+Blue) = 8+93+185=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 185 (72.66% from 255 or 64.69% from 286); Max value from RGB is 185 - color contains mainly: blue. Hex color #085DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085DB9 is #F7A246. Grayscale: #4D4D4D. Windows color (decimal): -16228935 or 12147976. OLE color: 12147976.
HSL color Cylindrical-coordinate representation of color #085DB9: hue angle of 211.19º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085DB9 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 93 | 185 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.27 |
| HSL | 211.19º | 0.92% | 0.38% | - |
| HSV(B) | 211.19º | 0.96% | 0.73% | - |
| XYZ | 12.77 | 11.38 | 47.42 | - |
| YUV | 78.07 | 188.34 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 185 | 0.96 | 0.50 | 0 | 0.27 | 211.19 | 0.92 | 0.38 |
| Hex | 8 | 5D | B9 | 60 | 32 | 0 | 1B | D3 | 5C | 26 |
| Octal | 10 | 135 | 271 | 140 | 62 | 0 | 33 | 323 | 134 | 46 |
| Binary | 1000 | 1011101 | 10111001 | 1100000 | 110010 | 0 | 11011 | 11010011 | 1011100 | 100110 |
Color Harmonies of #085DB9
Complementary color
Monochromatic Colors of #085DB9
Black with #085DB9
Text Example
Text Example
White with #085DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DB9; }
p { color: rgb(8,93,185); }
H1.HeaderClassName
{
color: #085DB9;
}
.AnyTagClassName
{
color: #085DB9;
}
</style>
background-color css
<style>
a { background-color: #085DB9; }
a { background-color: rgb(8,93,185); }
div.DivClassName
{
background-color: #085DB9;
}
.BgClassName
{
background-color: #085DB9;
}
</style>
border-color css
<style>
span { border-color: #085DB9; }
span { border-color: rgb(8,93,185); }
td.TdClassName
{
border-color: #085DB9;
}
.TagClassName
{
border-color: #085DB9;
}
</style>