Shades of Denim #085DB2
Tints of Denim #085DB2
RGB
CMYK
RGB Variations
Color information
#085DB2 (or 0x085DB2) is known color: Denim. HEX triplet: 08, 5D and B2. RGB value is (8,93,178). Sum of RGB (Red+Green+Blue) = 8+93+178=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 178 (69.92% from 255 or 63.80% from 279); Max value from RGB is 178 - color contains mainly: blue. Hex color #085DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085DB2 is #F7A24D. Grayscale: #4C4C4C. Windows color (decimal): -16228942 or 11689224. OLE color: 11689224.
HSL color Cylindrical-coordinate representation of color #085DB2: hue angle of 210º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085DB2 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 93 | 178 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.30 |
| HSL | 210º | 0.91% | 0.36% | - |
| HSV(B) | 210º | 0.96% | 0.7% | - |
| XYZ | 12.05 | 11.09 | 43.63 | - |
| YUV | 77.28 | 184.84 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 178 | 0.96 | 0.48 | 0 | 0.30 | 210 | 0.91 | 0.36 |
| Hex | 8 | 5D | B2 | 60 | 30 | 0 | 1E | D2 | 5B | 24 |
| Octal | 10 | 135 | 262 | 140 | 60 | 0 | 36 | 322 | 133 | 44 |
| Binary | 1000 | 1011101 | 10110010 | 1100000 | 110000 | 0 | 11110 | 11010010 | 1011011 | 100100 |
Color Harmonies of #085DB2
Complementary color
Monochromatic Colors of #085DB2
Black with #085DB2
Text Example
Text Example
White with #085DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DB2; }
p { color: rgb(8,93,178); }
H1.HeaderClassName
{
color: #085DB2;
}
.AnyTagClassName
{
color: #085DB2;
}
</style>
background-color css
<style>
a { background-color: #085DB2; }
a { background-color: rgb(8,93,178); }
div.DivClassName
{
background-color: #085DB2;
}
.BgClassName
{
background-color: #085DB2;
}
</style>
border-color css
<style>
span { border-color: #085DB2; }
span { border-color: rgb(8,93,178); }
td.TdClassName
{
border-color: #085DB2;
}
.TagClassName
{
border-color: #085DB2;
}
</style>