Shades of Denim #085CB8
Tints of Denim #085CB8
RGB
CMYK
RGB Variations
Color information
#085CB8 (or 0x085CB8) is known color: Denim. HEX triplet: 08, 5C and B8. RGB value is (8,92,184). Sum of RGB (Red+Green+Blue) = 8+92+184=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 184 (72.27% from 255 or 64.79% from 284); Max value from RGB is 184 - color contains mainly: blue. Hex color #085CB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085CB8 is #F7A347. Grayscale: #4C4C4C. Windows color (decimal): -16229192 or 12082184. OLE color: 12082184.
HSL color Cylindrical-coordinate representation of color #085CB8: hue angle of 211.36º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085CB8 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 92 | 184 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.28 |
| HSL | 211.36º | 0.92% | 0.38% | - |
| HSV(B) | 211.36º | 0.96% | 0.72% | - |
| XYZ | 12.58 | 11.17 | 46.84 | - |
| YUV | 77.37 | 188.17 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 184 | 0.96 | 0.50 | 0 | 0.28 | 211.36 | 0.92 | 0.38 |
| Hex | 8 | 5C | B8 | 60 | 32 | 0 | 1C | D3 | 5C | 26 |
| Octal | 10 | 134 | 270 | 140 | 62 | 0 | 34 | 323 | 134 | 46 |
| Binary | 1000 | 1011100 | 10111000 | 1100000 | 110010 | 0 | 11100 | 11010011 | 1011100 | 100110 |
Color Harmonies of #085CB8
Complementary color
Monochromatic Colors of #085CB8
Black with #085CB8
Text Example
Text Example
White with #085CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085CB8; }
p { color: rgb(8,92,184); }
H1.HeaderClassName
{
color: #085CB8;
}
.AnyTagClassName
{
color: #085CB8;
}
</style>
background-color css
<style>
a { background-color: #085CB8; }
a { background-color: rgb(8,92,184); }
div.DivClassName
{
background-color: #085CB8;
}
.BgClassName
{
background-color: #085CB8;
}
</style>
border-color css
<style>
span { border-color: #085CB8; }
span { border-color: rgb(8,92,184); }
td.TdClassName
{
border-color: #085CB8;
}
.TagClassName
{
border-color: #085CB8;
}
</style>