Shades of Denim #2060AD
Tints of Denim #2060AD
RGB
CMYK
RGB Variations
Color information
#2060AD (or 0x2060AD) is known color: Denim. HEX triplet: 20, 60 and AD. RGB value is (32,96,173). Sum of RGB (Red+Green+Blue) = 32+96+173=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #2060AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2060AD is #DF9F52. Grayscale: #555555. Windows color (decimal): -14655315 or 11362336. OLE color: 11362336.
HSL color Cylindrical-coordinate representation of color #2060AD: hue angle of 212.77º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2060AD is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 96 | 173 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.32 |
| HSL | 212.77º | 0.69% | 0.4% | - |
| HSV(B) | 212.77º | 0.82% | 0.68% | - |
| XYZ | 12.32 | 11.69 | 41.14 | - |
| YUV | 85.64 | 177.3 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 96 | 173 | 0.82 | 0.45 | 0 | 0.32 | 212.77 | 0.69 | 0.4 |
| Hex | 20 | 60 | AD | 52 | 2D | 0 | 20 | D5 | 45 | 28 |
| Octal | 40 | 140 | 255 | 122 | 55 | 0 | 40 | 325 | 105 | 50 |
| Binary | 100000 | 1100000 | 10101101 | 1010010 | 101101 | 0 | 100000 | 11010101 | 1000101 | 101000 |
Color Harmonies of #2060AD
Complementary color
Monochromatic Colors of #2060AD
Black with #2060AD
Text Example
Text Example
White with #2060AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2060AD; }
p { color: rgb(32,96,173); }
H1.HeaderClassName
{
color: #2060AD;
}
.AnyTagClassName
{
color: #2060AD;
}
</style>
background-color css
<style>
a { background-color: #2060AD; }
a { background-color: rgb(32,96,173); }
div.DivClassName
{
background-color: #2060AD;
}
.BgClassName
{
background-color: #2060AD;
}
</style>
border-color css
<style>
span { border-color: #2060AD; }
span { border-color: rgb(32,96,173); }
td.TdClassName
{
border-color: #2060AD;
}
.TagClassName
{
border-color: #2060AD;
}
</style>