Shades of Denim #085DBB
Tints of Denim #085DBB
RGB
CMYK
RGB Variations
Color information
#085DBB (or 0x085DBB) is known color: Denim. HEX triplet: 08, 5D and BB. RGB value is (8,93,187). Sum of RGB (Red+Green+Blue) = 8+93+187=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #085DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085DBB is #F7A244. Grayscale: #4D4D4D. Windows color (decimal): -16228933 or 12279048. OLE color: 12279048.
HSL color Cylindrical-coordinate representation of color #085DBB: hue angle of 211.51º 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 #085DBB is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 93 | 187 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.27 |
| HSL | 211.51º | 0.92% | 0.38% | - |
| HSV(B) | 211.51º | 0.96% | 0.73% | - |
| XYZ | 12.98 | 11.47 | 48.54 | - |
| YUV | 78.3 | 189.34 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 93 | 187 | 0.96 | 0.50 | 0 | 0.27 | 211.51 | 0.92 | 0.38 |
| Hex | 8 | 5D | BB | 60 | 32 | 0 | 1B | D4 | 5C | 26 |
| Octal | 10 | 135 | 273 | 140 | 62 | 0 | 33 | 324 | 134 | 46 |
| Binary | 1000 | 1011101 | 10111011 | 1100000 | 110010 | 0 | 11011 | 11010100 | 1011100 | 100110 |
Color Harmonies of #085DBB
Complementary color
Monochromatic Colors of #085DBB
Black with #085DBB
Text Example
Text Example
White with #085DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085DBB; }
p { color: rgb(8,93,187); }
H1.HeaderClassName
{
color: #085DBB;
}
.AnyTagClassName
{
color: #085DBB;
}
</style>
background-color css
<style>
a { background-color: #085DBB; }
a { background-color: rgb(8,93,187); }
div.DivClassName
{
background-color: #085DBB;
}
.BgClassName
{
background-color: #085DBB;
}
</style>
border-color css
<style>
span { border-color: #085DBB; }
span { border-color: rgb(8,93,187); }
td.TdClassName
{
border-color: #085DBB;
}
.TagClassName
{
border-color: #085DBB;
}
</style>