Shades of Denim #2062AD
Tints of Denim #2062AD
RGB
CMYK
RGB Variations
Color information
#2062AD (or 0x2062AD) is known color: Denim. HEX triplet: 20, 62 and AD. RGB value is (32,98,173). Sum of RGB (Red+Green+Blue) = 32+98+173=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #2062AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2062AD is #DF9D52. Grayscale: #565656. Windows color (decimal): -14654803 or 11362848. OLE color: 11362848.
HSL color Cylindrical-coordinate representation of color #2062AD: hue angle of 211.91º 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 #2062AD is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 98 | 173 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.32 |
| HSL | 211.91º | 0.69% | 0.4% | - |
| HSV(B) | 211.91º | 0.82% | 0.68% | - |
| XYZ | 12.51 | 12.06 | 41.2 | - |
| YUV | 86.82 | 176.63 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 173 | 0.82 | 0.43 | 0 | 0.32 | 211.91 | 0.69 | 0.4 |
| Hex | 20 | 62 | AD | 52 | 2B | 0 | 20 | D4 | 45 | 28 |
| Octal | 40 | 142 | 255 | 122 | 53 | 0 | 40 | 324 | 105 | 50 |
| Binary | 100000 | 1100010 | 10101101 | 1010010 | 101011 | 0 | 100000 | 11010100 | 1000101 | 101000 |
Color Harmonies of #2062AD
Complementary color
Monochromatic Colors of #2062AD
Black with #2062AD
Text Example
Text Example
White with #2062AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2062AD; }
p { color: rgb(32,98,173); }
H1.HeaderClassName
{
color: #2062AD;
}
.AnyTagClassName
{
color: #2062AD;
}
</style>
background-color css
<style>
a { background-color: #2062AD; }
a { background-color: rgb(32,98,173); }
div.DivClassName
{
background-color: #2062AD;
}
.BgClassName
{
background-color: #2062AD;
}
</style>
border-color css
<style>
span { border-color: #2062AD; }
span { border-color: rgb(32,98,173); }
td.TdClassName
{
border-color: #2062AD;
}
.TagClassName
{
border-color: #2062AD;
}
</style>