Shades of Denim #2059AD
Tints of Denim #2059AD
RGB
CMYK
RGB Variations
Color information
#2059AD (or 0x2059AD) is known color: Denim. HEX triplet: 20, 59 and AD. RGB value is (32,89,173). Sum of RGB (Red+Green+Blue) = 32+89+173=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 173 (67.97% from 255 or 58.84% from 294); Max value from RGB is 173 - color contains mainly: blue. Hex color #2059AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2059AD is #DFA652. Grayscale: #515151. Windows color (decimal): -14657107 or 11360544. OLE color: 11360544.
HSL color Cylindrical-coordinate representation of color #2059AD: hue angle of 215.74º 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 #2059AD is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 89 | 173 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.32 |
| HSL | 215.74º | 0.69% | 0.4% | - |
| HSV(B) | 215.74º | 0.82% | 0.68% | - |
| XYZ | 11.71 | 10.47 | 40.94 | - |
| YUV | 81.53 | 179.62 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 173 | 0.82 | 0.49 | 0 | 0.32 | 215.74 | 0.69 | 0.4 |
| Hex | 20 | 59 | AD | 52 | 31 | 0 | 20 | D8 | 45 | 28 |
| Octal | 40 | 131 | 255 | 122 | 61 | 0 | 40 | 330 | 105 | 50 |
| Binary | 100000 | 1011001 | 10101101 | 1010010 | 110001 | 0 | 100000 | 11011000 | 1000101 | 101000 |
Color Harmonies of #2059AD
Complementary color
Monochromatic Colors of #2059AD
Black with #2059AD
Text Example
Text Example
White with #2059AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2059AD; }
p { color: rgb(32,89,173); }
H1.HeaderClassName
{
color: #2059AD;
}
.AnyTagClassName
{
color: #2059AD;
}
</style>
background-color css
<style>
a { background-color: #2059AD; }
a { background-color: rgb(32,89,173); }
div.DivClassName
{
background-color: #2059AD;
}
.BgClassName
{
background-color: #2059AD;
}
</style>
border-color css
<style>
span { border-color: #2059AD; }
span { border-color: rgb(32,89,173); }
td.TdClassName
{
border-color: #2059AD;
}
.TagClassName
{
border-color: #2059AD;
}
</style>