Shades of Denim #085BC3
Tints of Denim #085BC3
RGB
CMYK
RGB Variations
Color information
#085BC3 (or 0x085BC3) is known color: Denim. HEX triplet: 08, 5B and C3. RGB value is (8,91,195). Sum of RGB (Red+Green+Blue) = 8+91+195=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 195 (76.56% from 255 or 66.33% from 294); Max value from RGB is 195 - color contains mainly: blue. Hex color #085BC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085BC3 is #F7A43C. Grayscale: #4D4D4D. Windows color (decimal): -16229437 or 12802824. OLE color: 12802824.
HSL color Cylindrical-coordinate representation of color #085BC3: hue angle of 213.37º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085BC3 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 91 | 195 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.24 |
| HSL | 213.37º | 0.92% | 0.4% | - |
| HSV(B) | 213.37º | 0.96% | 0.76% | - |
| XYZ | 13.69 | 11.47 | 53.12 | - |
| YUV | 78.04 | 194 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 91 | 195 | 0.96 | 0.53 | 0 | 0.24 | 213.37 | 0.92 | 0.4 |
| Hex | 8 | 5B | C3 | 60 | 35 | 0 | 18 | D5 | 5C | 28 |
| Octal | 10 | 133 | 303 | 140 | 65 | 0 | 30 | 325 | 134 | 50 |
| Binary | 1000 | 1011011 | 11000011 | 1100000 | 110101 | 0 | 11000 | 11010101 | 1011100 | 101000 |
Color Harmonies of #085BC3
Complementary color
Monochromatic Colors of #085BC3
Black with #085BC3
Text Example
Text Example
White with #085BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085BC3; }
p { color: rgb(8,91,195); }
H1.HeaderClassName
{
color: #085BC3;
}
.AnyTagClassName
{
color: #085BC3;
}
</style>
background-color css
<style>
a { background-color: #085BC3; }
a { background-color: rgb(8,91,195); }
div.DivClassName
{
background-color: #085BC3;
}
.BgClassName
{
background-color: #085BC3;
}
</style>
border-color css
<style>
span { border-color: #085BC3; }
span { border-color: rgb(8,91,195); }
td.TdClassName
{
border-color: #085BC3;
}
.TagClassName
{
border-color: #085BC3;
}
</style>