Shades of Denim #085CAC
Tints of Denim #085CAC
RGB
CMYK
RGB Variations
Color information
#085CAC (or 0x085CAC) is known color: Denim. HEX triplet: 08, 5C and AC. RGB value is (8,92,172). Sum of RGB (Red+Green+Blue) = 8+92+172=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #085CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085CAC is #F7A353. Grayscale: #4B4B4B. Windows color (decimal): -16229204 or 11295752. OLE color: 11295752.
HSL color Cylindrical-coordinate representation of color #085CAC: hue angle of 209.27º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085CAC is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 92 | 172 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.33 |
| HSL | 209.27º | 0.91% | 0.35% | - |
| HSV(B) | 209.27º | 0.95% | 0.67% | - |
| XYZ | 11.37 | 10.68 | 40.49 | - |
| YUV | 76 | 182.17 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 92 | 172 | 0.95 | 0.47 | 0 | 0.33 | 209.27 | 0.91 | 0.35 |
| Hex | 8 | 5C | AC | 5F | 2F | 0 | 21 | D1 | 5B | 23 |
| Octal | 10 | 134 | 254 | 137 | 57 | 0 | 41 | 321 | 133 | 43 |
| Binary | 1000 | 1011100 | 10101100 | 1011111 | 101111 | 0 | 100001 | 11010001 | 1011011 | 100011 |
Color Harmonies of #085CAC
Complementary color
Monochromatic Colors of #085CAC
Black with #085CAC
Text Example
Text Example
White with #085CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085CAC; }
p { color: rgb(8,92,172); }
H1.HeaderClassName
{
color: #085CAC;
}
.AnyTagClassName
{
color: #085CAC;
}
</style>
background-color css
<style>
a { background-color: #085CAC; }
a { background-color: rgb(8,92,172); }
div.DivClassName
{
background-color: #085CAC;
}
.BgClassName
{
background-color: #085CAC;
}
</style>
border-color css
<style>
span { border-color: #085CAC; }
span { border-color: rgb(8,92,172); }
td.TdClassName
{
border-color: #085CAC;
}
.TagClassName
{
border-color: #085CAC;
}
</style>