Shades of Denim #2059AE
Tints of Denim #2059AE
RGB
CMYK
RGB Variations
Color information
#2059AE (or 0x2059AE) is known color: Denim. HEX triplet: 20, 59 and AE. RGB value is (32,89,174). Sum of RGB (Red+Green+Blue) = 32+89+174=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #2059AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2059AE is #DFA651. Grayscale: #515151. Windows color (decimal): -14657106 or 11426080. OLE color: 11426080.
HSL color Cylindrical-coordinate representation of color #2059AE: hue angle of 215.92º 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 #2059AE is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 89 | 174 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.32 |
| HSL | 215.92º | 0.69% | 0.4% | - |
| HSV(B) | 215.92º | 0.82% | 0.68% | - |
| XYZ | 11.81 | 10.51 | 41.45 | - |
| YUV | 81.65 | 180.12 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 174 | 0.82 | 0.49 | 0 | 0.32 | 215.92 | 0.69 | 0.4 |
| Hex | 20 | 59 | AE | 52 | 31 | 0 | 20 | D8 | 45 | 28 |
| Octal | 40 | 131 | 256 | 122 | 61 | 0 | 40 | 330 | 105 | 50 |
| Binary | 100000 | 1011001 | 10101110 | 1010010 | 110001 | 0 | 100000 | 11011000 | 1000101 | 101000 |
Color Harmonies of #2059AE
Complementary color
Monochromatic Colors of #2059AE
Black with #2059AE
Text Example
Text Example
White with #2059AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2059AE; }
p { color: rgb(32,89,174); }
H1.HeaderClassName
{
color: #2059AE;
}
.AnyTagClassName
{
color: #2059AE;
}
</style>
background-color css
<style>
a { background-color: #2059AE; }
a { background-color: rgb(32,89,174); }
div.DivClassName
{
background-color: #2059AE;
}
.BgClassName
{
background-color: #2059AE;
}
</style>
border-color css
<style>
span { border-color: #2059AE; }
span { border-color: rgb(32,89,174); }
td.TdClassName
{
border-color: #2059AE;
}
.TagClassName
{
border-color: #2059AE;
}
</style>