Shades of Denim #085BBB
Tints of Denim #085BBB
RGB
CMYK
RGB Variations
Color information
#085BBB (or 0x085BBB) is known color: Denim. HEX triplet: 08, 5B and BB. RGB value is (8,91,187). Sum of RGB (Red+Green+Blue) = 8+91+187=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #085BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085BBB is #F7A444. Grayscale: #4C4C4C. Windows color (decimal): -16229445 or 12278536. OLE color: 12278536.
HSL color Cylindrical-coordinate representation of color #085BBB: hue angle of 212.18º 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 #085BBB is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 91 | 187 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.27 |
| HSL | 212.18º | 0.92% | 0.38% | - |
| HSV(B) | 212.18º | 0.96% | 0.73% | - |
| XYZ | 12.81 | 11.12 | 48.49 | - |
| YUV | 77.13 | 190 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 187 | 0.96 | 0.51 | 0 | 0.27 | 212.18 | 0.92 | 0.38 |
| Hex | 8 | 5B | BB | 60 | 33 | 0 | 1B | D4 | 5C | 26 |
| Octal | 10 | 133 | 273 | 140 | 63 | 0 | 33 | 324 | 134 | 46 |
| Binary | 1000 | 1011011 | 10111011 | 1100000 | 110011 | 0 | 11011 | 11010100 | 1011100 | 100110 |
Color Harmonies of #085BBB
Complementary color
Monochromatic Colors of #085BBB
Black with #085BBB
Text Example
Text Example
White with #085BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085BBB; }
p { color: rgb(8,91,187); }
H1.HeaderClassName
{
color: #085BBB;
}
.AnyTagClassName
{
color: #085BBB;
}
</style>
background-color css
<style>
a { background-color: #085BBB; }
a { background-color: rgb(8,91,187); }
div.DivClassName
{
background-color: #085BBB;
}
.BgClassName
{
background-color: #085BBB;
}
</style>
border-color css
<style>
span { border-color: #085BBB; }
span { border-color: rgb(8,91,187); }
td.TdClassName
{
border-color: #085BBB;
}
.TagClassName
{
border-color: #085BBB;
}
</style>