Shades of Denim #085BC4
Tints of Denim #085BC4
RGB
CMYK
RGB Variations
Color information
#085BC4 (or 0x085BC4) is known color: Denim. HEX triplet: 08, 5B and C4. RGB value is (8,91,196). Sum of RGB (Red+Green+Blue) = 8+91+196=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 196 (76.95% from 255 or 66.44% from 295); Max value from RGB is 196 - color contains mainly: blue. Hex color #085BC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085BC4 is #F7A43B. Grayscale: #4D4D4D. Windows color (decimal): -16229436 or 12868360. OLE color: 12868360.
HSL color Cylindrical-coordinate representation of color #085BC4: hue angle of 213.51º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085BC4 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 91 | 196 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.23 |
| HSL | 213.51º | 0.92% | 0.4% | - |
| HSV(B) | 213.51º | 0.96% | 0.77% | - |
| XYZ | 13.81 | 11.52 | 53.72 | - |
| YUV | 78.15 | 194.5 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 196 | 0.96 | 0.54 | 0 | 0.23 | 213.51 | 0.92 | 0.4 |
| Hex | 8 | 5B | C4 | 60 | 36 | 0 | 17 | D6 | 5C | 28 |
| Octal | 10 | 133 | 304 | 140 | 66 | 0 | 27 | 326 | 134 | 50 |
| Binary | 1000 | 1011011 | 11000100 | 1100000 | 110110 | 0 | 10111 | 11010110 | 1011100 | 101000 |
Color Harmonies of #085BC4
Complementary color
Monochromatic Colors of #085BC4
Black with #085BC4
Text Example
Text Example
White with #085BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085BC4; }
p { color: rgb(8,91,196); }
H1.HeaderClassName
{
color: #085BC4;
}
.AnyTagClassName
{
color: #085BC4;
}
</style>
background-color css
<style>
a { background-color: #085BC4; }
a { background-color: rgb(8,91,196); }
div.DivClassName
{
background-color: #085BC4;
}
.BgClassName
{
background-color: #085BC4;
}
</style>
border-color css
<style>
span { border-color: #085BC4; }
span { border-color: rgb(8,91,196); }
td.TdClassName
{
border-color: #085BC4;
}
.TagClassName
{
border-color: #085BC4;
}
</style>