Shades of Denim #085BBC
Tints of Denim #085BBC
RGB
CMYK
RGB Variations
Color information
#085BBC (or 0x085BBC) is known color: Denim. HEX triplet: 08, 5B and BC. RGB value is (8,91,188). Sum of RGB (Red+Green+Blue) = 8+91+188=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #085BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085BBC is #F7A443. Grayscale: #4C4C4C. Windows color (decimal): -16229444 or 12344072. OLE color: 12344072.
HSL color Cylindrical-coordinate representation of color #085BBC: hue angle of 212.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085BBC is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 91 | 188 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.26 |
| HSL | 212.33º | 0.92% | 0.38% | - |
| HSV(B) | 212.33º | 0.96% | 0.74% | - |
| XYZ | 12.92 | 11.16 | 49.05 | - |
| YUV | 77.24 | 190.5 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 188 | 0.96 | 0.52 | 0 | 0.26 | 212.33 | 0.92 | 0.38 |
| Hex | 8 | 5B | BC | 60 | 34 | 0 | 1A | D4 | 5C | 26 |
| Octal | 10 | 133 | 274 | 140 | 64 | 0 | 32 | 324 | 134 | 46 |
| Binary | 1000 | 1011011 | 10111100 | 1100000 | 110100 | 0 | 11010 | 11010100 | 1011100 | 100110 |
Color Harmonies of #085BBC
Complementary color
Monochromatic Colors of #085BBC
Black with #085BBC
Text Example
Text Example
White with #085BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085BBC; }
p { color: rgb(8,91,188); }
H1.HeaderClassName
{
color: #085BBC;
}
.AnyTagClassName
{
color: #085BBC;
}
</style>
background-color css
<style>
a { background-color: #085BBC; }
a { background-color: rgb(8,91,188); }
div.DivClassName
{
background-color: #085BBC;
}
.BgClassName
{
background-color: #085BBC;
}
</style>
border-color css
<style>
span { border-color: #085BBC; }
span { border-color: rgb(8,91,188); }
td.TdClassName
{
border-color: #085BBC;
}
.TagClassName
{
border-color: #085BBC;
}
</style>