Shades of Denim #085CB2
Tints of Denim #085CB2
RGB
CMYK
RGB Variations
Color information
#085CB2 (or 0x085CB2) is known color: Denim. HEX triplet: 08, 5C and B2. RGB value is (8,92,178). Sum of RGB (Red+Green+Blue) = 8+92+178=278 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.88% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 178 (69.92% from 255 or 64.03% from 278); Max value from RGB is 178 - color contains mainly: blue. Hex color #085CB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085CB2 is #F7A34D. Grayscale: #4C4C4C. Windows color (decimal): -16229198 or 11688968. OLE color: 11688968.
HSL color Cylindrical-coordinate representation of color #085CB2: hue angle of 210.35º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085CB2 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 92 | 178 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.30 |
| HSL | 210.35º | 0.91% | 0.36% | - |
| HSV(B) | 210.35º | 0.96% | 0.7% | - |
| XYZ | 11.96 | 10.92 | 43.6 | - |
| YUV | 76.69 | 185.17 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 178 | 0.96 | 0.48 | 0 | 0.30 | 210.35 | 0.91 | 0.36 |
| Hex | 8 | 5C | B2 | 60 | 30 | 0 | 1E | D2 | 5B | 24 |
| Octal | 10 | 134 | 262 | 140 | 60 | 0 | 36 | 322 | 133 | 44 |
| Binary | 1000 | 1011100 | 10110010 | 1100000 | 110000 | 0 | 11110 | 11010010 | 1011011 | 100100 |
Color Harmonies of #085CB2
Complementary color
Monochromatic Colors of #085CB2
Black with #085CB2
Text Example
Text Example
White with #085CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085CB2; }
p { color: rgb(8,92,178); }
H1.HeaderClassName
{
color: #085CB2;
}
.AnyTagClassName
{
color: #085CB2;
}
</style>
background-color css
<style>
a { background-color: #085CB2; }
a { background-color: rgb(8,92,178); }
div.DivClassName
{
background-color: #085CB2;
}
.BgClassName
{
background-color: #085CB2;
}
</style>
border-color css
<style>
span { border-color: #085CB2; }
span { border-color: rgb(8,92,178); }
td.TdClassName
{
border-color: #085CB2;
}
.TagClassName
{
border-color: #085CB2;
}
</style>