Shades of Denim #085CBC
Tints of Denim #085CBC
RGB
CMYK
RGB Variations
Color information
#085CBC (or 0x085CBC) is known color: Denim. HEX triplet: 08, 5C and BC. RGB value is (8,92,188). Sum of RGB (Red+Green+Blue) = 8+92+188=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #085CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085CBC is #F7A343. Grayscale: #4D4D4D. Windows color (decimal): -16229188 or 12344328. OLE color: 12344328.
HSL color Cylindrical-coordinate representation of color #085CBC: hue angle of 212º 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 #085CBC is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 92 | 188 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.26 |
| HSL | 212º | 0.92% | 0.38% | - |
| HSV(B) | 212º | 0.96% | 0.74% | - |
| XYZ | 13 | 11.34 | 49.08 | - |
| YUV | 77.83 | 190.17 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 188 | 0.96 | 0.51 | 0 | 0.26 | 212 | 0.92 | 0.38 |
| Hex | 8 | 5C | BC | 60 | 33 | 0 | 1A | D4 | 5C | 26 |
| Octal | 10 | 134 | 274 | 140 | 63 | 0 | 32 | 324 | 134 | 46 |
| Binary | 1000 | 1011100 | 10111100 | 1100000 | 110011 | 0 | 11010 | 11010100 | 1011100 | 100110 |
Color Harmonies of #085CBC
Complementary color
Monochromatic Colors of #085CBC
Black with #085CBC
Text Example
Text Example
White with #085CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085CBC; }
p { color: rgb(8,92,188); }
H1.HeaderClassName
{
color: #085CBC;
}
.AnyTagClassName
{
color: #085CBC;
}
</style>
background-color css
<style>
a { background-color: #085CBC; }
a { background-color: rgb(8,92,188); }
div.DivClassName
{
background-color: #085CBC;
}
.BgClassName
{
background-color: #085CBC;
}
</style>
border-color css
<style>
span { border-color: #085CBC; }
span { border-color: rgb(8,92,188); }
td.TdClassName
{
border-color: #085CBC;
}
.TagClassName
{
border-color: #085CBC;
}
</style>