Shades of Denim #2062A9
Tints of Denim #2062A9
RGB
CMYK
RGB Variations
Color information
#2062A9 (or 0x2062A9) is known color: Denim. HEX triplet: 20, 62 and A9. RGB value is (32,98,169). Sum of RGB (Red+Green+Blue) = 32+98+169=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 169 (66.41% from 255 or 56.52% from 299); Max value from RGB is 169 - color contains mainly: blue. Hex color #2062A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2062A9 is #DF9D56. Grayscale: #565656. Windows color (decimal): -14654807 or 11100704. OLE color: 11100704.
HSL color Cylindrical-coordinate representation of color #2062A9: hue angle of 211.09º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2062A9 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 32 | 98 | 169 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.34 |
| HSL | 211.09º | 0.68% | 0.39% | - |
| HSV(B) | 211.09º | 0.81% | 0.66% | - |
| XYZ | 12.12 | 11.91 | 39.2 | - |
| YUV | 86.36 | 174.63 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 169 | 0.81 | 0.42 | 0 | 0.34 | 211.09 | 0.68 | 0.39 |
| Hex | 20 | 62 | A9 | 51 | 2A | 0 | 22 | D3 | 44 | 27 |
| Octal | 40 | 142 | 251 | 121 | 52 | 0 | 42 | 323 | 104 | 47 |
| Binary | 100000 | 1100010 | 10101001 | 1010001 | 101010 | 0 | 100010 | 11010011 | 1000100 | 100111 |
Color Harmonies of #2062A9
Complementary color
Monochromatic Colors of #2062A9
Black with #2062A9
Text Example
Text Example
White with #2062A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2062A9; }
p { color: rgb(32,98,169); }
H1.HeaderClassName
{
color: #2062A9;
}
.AnyTagClassName
{
color: #2062A9;
}
</style>
background-color css
<style>
a { background-color: #2062A9; }
a { background-color: rgb(32,98,169); }
div.DivClassName
{
background-color: #2062A9;
}
.BgClassName
{
background-color: #2062A9;
}
</style>
border-color css
<style>
span { border-color: #2062A9; }
span { border-color: rgb(32,98,169); }
td.TdClassName
{
border-color: #2062A9;
}
.TagClassName
{
border-color: #2062A9;
}
</style>