Shades of Denim #085CB7
Tints of Denim #085CB7
RGB
CMYK
RGB Variations
Color information
#085CB7 (or 0x085CB7) is known color: Denim. HEX triplet: 08, 5C and B7. RGB value is (8,92,183). Sum of RGB (Red+Green+Blue) = 8+92+183=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 183 (71.88% from 255 or 64.66% from 283); Max value from RGB is 183 - color contains mainly: blue. Hex color #085CB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085CB7 is #F7A348. Grayscale: #4C4C4C. Windows color (decimal): -16229193 or 12016648. OLE color: 12016648.
HSL color Cylindrical-coordinate representation of color #085CB7: hue angle of 211.2º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085CB7 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 92 | 183 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.28 |
| HSL | 211.2º | 0.92% | 0.37% | - |
| HSV(B) | 211.2º | 0.96% | 0.72% | - |
| XYZ | 12.47 | 11.12 | 46.29 | - |
| YUV | 77.26 | 187.67 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 183 | 0.96 | 0.50 | 0 | 0.28 | 211.2 | 0.92 | 0.37 |
| Hex | 8 | 5C | B7 | 60 | 32 | 0 | 1C | D3 | 5C | 25 |
| Octal | 10 | 134 | 267 | 140 | 62 | 0 | 34 | 323 | 134 | 45 |
| Binary | 1000 | 1011100 | 10110111 | 1100000 | 110010 | 0 | 11100 | 11010011 | 1011100 | 100101 |
Color Harmonies of #085CB7
Complementary color
Monochromatic Colors of #085CB7
Black with #085CB7
Text Example
Text Example
White with #085CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085CB7; }
p { color: rgb(8,92,183); }
H1.HeaderClassName
{
color: #085CB7;
}
.AnyTagClassName
{
color: #085CB7;
}
</style>
background-color css
<style>
a { background-color: #085CB7; }
a { background-color: rgb(8,92,183); }
div.DivClassName
{
background-color: #085CB7;
}
.BgClassName
{
background-color: #085CB7;
}
</style>
border-color css
<style>
span { border-color: #085CB7; }
span { border-color: rgb(8,92,183); }
td.TdClassName
{
border-color: #085CB7;
}
.TagClassName
{
border-color: #085CB7;
}
</style>