Shades of Denim #085DBF
Tints of Denim #085DBF
RGB
CMYK
RGB Variations
Color information
#085DBF (or 0x085DBF) is known color: Denim. HEX triplet: 08, 5D and BF. RGB value is (8,93,191). Sum of RGB (Red+Green+Blue) = 8+93+191=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #085DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085DBF is #F7A240. Grayscale: #4E4E4E. Windows color (decimal): -16228929 or 12541192. OLE color: 12541192.
HSL color Cylindrical-coordinate representation of color #085DBF: hue angle of 212.13º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085DBF is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 93 | 191 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.25 |
| HSL | 212.13º | 0.92% | 0.39% | - |
| HSV(B) | 212.13º | 0.96% | 0.75% | - |
| XYZ | 13.42 | 11.64 | 50.83 | - |
| YUV | 78.76 | 191.34 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 191 | 0.96 | 0.51 | 0 | 0.25 | 212.13 | 0.92 | 0.39 |
| Hex | 8 | 5D | BF | 60 | 33 | 0 | 19 | D4 | 5C | 27 |
| Octal | 10 | 135 | 277 | 140 | 63 | 0 | 31 | 324 | 134 | 47 |
| Binary | 1000 | 1011101 | 10111111 | 1100000 | 110011 | 0 | 11001 | 11010100 | 1011100 | 100111 |
Color Harmonies of #085DBF
Complementary color
Monochromatic Colors of #085DBF
Black with #085DBF
Text Example
Text Example
White with #085DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DBF; }
p { color: rgb(8,93,191); }
H1.HeaderClassName
{
color: #085DBF;
}
.AnyTagClassName
{
color: #085DBF;
}
</style>
background-color css
<style>
a { background-color: #085DBF; }
a { background-color: rgb(8,93,191); }
div.DivClassName
{
background-color: #085DBF;
}
.BgClassName
{
background-color: #085DBF;
}
</style>
border-color css
<style>
span { border-color: #085DBF; }
span { border-color: rgb(8,93,191); }
td.TdClassName
{
border-color: #085DBF;
}
.TagClassName
{
border-color: #085DBF;
}
</style>