Shades of Denim #085CB5
Tints of Denim #085CB5
RGB
CMYK
RGB Variations
Color information
#085CB5 (or 0x085CB5) is known color: Denim. HEX triplet: 08, 5C and B5. RGB value is (8,92,181). Sum of RGB (Red+Green+Blue) = 8+92+181=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 181 (71.09% from 255 or 64.41% from 281); Max value from RGB is 181 - color contains mainly: blue. Hex color #085CB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085CB5 is #F7A34A. Grayscale: #4C4C4C. Windows color (decimal): -16229195 or 11885576. OLE color: 11885576.
HSL color Cylindrical-coordinate representation of color #085CB5: hue angle of 210.87º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085CB5 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 92 | 181 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.29 |
| HSL | 210.87º | 0.92% | 0.37% | - |
| HSV(B) | 210.87º | 0.96% | 0.71% | - |
| XYZ | 12.27 | 11.04 | 45.2 | - |
| YUV | 77.03 | 186.67 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 181 | 0.96 | 0.49 | 0 | 0.29 | 210.87 | 0.92 | 0.37 |
| Hex | 8 | 5C | B5 | 60 | 31 | 0 | 1D | D3 | 5C | 25 |
| Octal | 10 | 134 | 265 | 140 | 61 | 0 | 35 | 323 | 134 | 45 |
| Binary | 1000 | 1011100 | 10110101 | 1100000 | 110001 | 0 | 11101 | 11010011 | 1011100 | 100101 |
Color Harmonies of #085CB5
Complementary color
Monochromatic Colors of #085CB5
Black with #085CB5
Text Example
Text Example
White with #085CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085CB5; }
p { color: rgb(8,92,181); }
H1.HeaderClassName
{
color: #085CB5;
}
.AnyTagClassName
{
color: #085CB5;
}
</style>
background-color css
<style>
a { background-color: #085CB5; }
a { background-color: rgb(8,92,181); }
div.DivClassName
{
background-color: #085CB5;
}
.BgClassName
{
background-color: #085CB5;
}
</style>
border-color css
<style>
span { border-color: #085CB5; }
span { border-color: rgb(8,92,181); }
td.TdClassName
{
border-color: #085CB5;
}
.TagClassName
{
border-color: #085CB5;
}
</style>