Shades of Denim #085BBD
Tints of Denim #085BBD
RGB
CMYK
RGB Variations
Color information
#085BBD (or 0x085BBD) is known color: Denim. HEX triplet: 08, 5B and BD. RGB value is (8,91,189). Sum of RGB (Red+Green+Blue) = 8+91+189=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #085BBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085BBD is #F7A442. Grayscale: #4C4C4C. Windows color (decimal): -16229443 or 12409608. OLE color: 12409608.
HSL color Cylindrical-coordinate representation of color #085BBD: hue angle of 212.49º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085BBD is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 91 | 189 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.26 |
| HSL | 212.49º | 0.92% | 0.39% | - |
| HSV(B) | 212.49º | 0.96% | 0.74% | - |
| XYZ | 13.03 | 11.21 | 49.62 | - |
| YUV | 77.36 | 191 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 189 | 0.96 | 0.52 | 0 | 0.26 | 212.49 | 0.92 | 0.39 |
| Hex | 8 | 5B | BD | 60 | 34 | 0 | 1A | D4 | 5C | 27 |
| Octal | 10 | 133 | 275 | 140 | 64 | 0 | 32 | 324 | 134 | 47 |
| Binary | 1000 | 1011011 | 10111101 | 1100000 | 110100 | 0 | 11010 | 11010100 | 1011100 | 100111 |
Color Harmonies of #085BBD
Complementary color
Monochromatic Colors of #085BBD
Black with #085BBD
Text Example
Text Example
White with #085BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085BBD; }
p { color: rgb(8,91,189); }
H1.HeaderClassName
{
color: #085BBD;
}
.AnyTagClassName
{
color: #085BBD;
}
</style>
background-color css
<style>
a { background-color: #085BBD; }
a { background-color: rgb(8,91,189); }
div.DivClassName
{
background-color: #085BBD;
}
.BgClassName
{
background-color: #085BBD;
}
</style>
border-color css
<style>
span { border-color: #085BBD; }
span { border-color: rgb(8,91,189); }
td.TdClassName
{
border-color: #085BBD;
}
.TagClassName
{
border-color: #085BBD;
}
</style>