Shades of Denim #2066AE
Tints of Denim #2066AE
RGB
CMYK
RGB Variations
Color information
#2066AE (or 0x2066AE) is known color: Denim. HEX triplet: 20, 66 and AE. RGB value is (32,102,174). Sum of RGB (Red+Green+Blue) = 32+102+174=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #2066AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2066AE is #DF9951. Grayscale: #585858. Windows color (decimal): -14653778 or 11429408. OLE color: 11429408.
HSL color Cylindrical-coordinate representation of color #2066AE: hue angle of 210.42º 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 #2066AE is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 102 | 174 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.32 |
| HSL | 210.42º | 0.69% | 0.4% | - |
| HSV(B) | 210.42º | 0.82% | 0.68% | - |
| XYZ | 12.99 | 12.87 | 41.84 | - |
| YUV | 89.28 | 175.81 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 102 | 174 | 0.82 | 0.41 | 0 | 0.32 | 210.42 | 0.69 | 0.4 |
| Hex | 20 | 66 | AE | 52 | 29 | 0 | 20 | D2 | 45 | 28 |
| Octal | 40 | 146 | 256 | 122 | 51 | 0 | 40 | 322 | 105 | 50 |
| Binary | 100000 | 1100110 | 10101110 | 1010010 | 101001 | 0 | 100000 | 11010010 | 1000101 | 101000 |
Color Harmonies of #2066AE
Complementary color
Monochromatic Colors of #2066AE
Black with #2066AE
Text Example
Text Example
White with #2066AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2066AE; }
p { color: rgb(32,102,174); }
H1.HeaderClassName
{
color: #2066AE;
}
.AnyTagClassName
{
color: #2066AE;
}
</style>
background-color css
<style>
a { background-color: #2066AE; }
a { background-color: rgb(32,102,174); }
div.DivClassName
{
background-color: #2066AE;
}
.BgClassName
{
background-color: #2066AE;
}
</style>
border-color css
<style>
span { border-color: #2066AE; }
span { border-color: rgb(32,102,174); }
td.TdClassName
{
border-color: #2066AE;
}
.TagClassName
{
border-color: #2066AE;
}
</style>