Shades of Denim #085FC1
Tints of Denim #085FC1
RGB
CMYK
RGB Variations
Color information
#085FC1 (or 0x085FC1) is known color: Denim. HEX triplet: 08, 5F and C1. RGB value is (8,95,193). Sum of RGB (Red+Green+Blue) = 8+95+193=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 193 (75.78% from 255 or 65.20% from 296); Max value from RGB is 193 - color contains mainly: blue. Hex color #085FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #085FC1 is #F7A03E. Grayscale: #4F4F4F. Windows color (decimal): -16228415 or 12672776. OLE color: 12672776.
HSL color Cylindrical-coordinate representation of color #085FC1: hue angle of 211.78º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #085FC1 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 95 | 193 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.24 |
| HSL | 211.78º | 0.92% | 0.39% | - |
| HSV(B) | 211.78º | 0.96% | 0.76% | - |
| XYZ | 13.82 | 12.09 | 52.06 | - |
| YUV | 80.16 | 191.68 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 95 | 193 | 0.96 | 0.51 | 0 | 0.24 | 211.78 | 0.92 | 0.39 |
| Hex | 8 | 5F | C1 | 60 | 33 | 0 | 18 | D4 | 5C | 27 |
| Octal | 10 | 137 | 301 | 140 | 63 | 0 | 30 | 324 | 134 | 47 |
| Binary | 1000 | 1011111 | 11000001 | 1100000 | 110011 | 0 | 11000 | 11010100 | 1011100 | 100111 |
Color Harmonies of #085FC1
Complementary color
Monochromatic Colors of #085FC1
Black with #085FC1
Text Example
Text Example
White with #085FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085FC1; }
p { color: rgb(8,95,193); }
H1.HeaderClassName
{
color: #085FC1;
}
.AnyTagClassName
{
color: #085FC1;
}
</style>
background-color css
<style>
a { background-color: #085FC1; }
a { background-color: rgb(8,95,193); }
div.DivClassName
{
background-color: #085FC1;
}
.BgClassName
{
background-color: #085FC1;
}
</style>
border-color css
<style>
span { border-color: #085FC1; }
span { border-color: rgb(8,95,193); }
td.TdClassName
{
border-color: #085FC1;
}
.TagClassName
{
border-color: #085FC1;
}
</style>