Shades of Denim #2065AE
Tints of Denim #2065AE
RGB
CMYK
RGB Variations
Color information
#2065AE (or 0x2065AE) is known color: Denim. HEX triplet: 20, 65 and AE. RGB value is (32,101,174). Sum of RGB (Red+Green+Blue) = 32+101+174=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #2065AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2065AE is #DF9A51. Grayscale: #585858. Windows color (decimal): -14654034 or 11429152. OLE color: 11429152.
HSL color Cylindrical-coordinate representation of color #2065AE: hue angle of 210.85º 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 #2065AE is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 101 | 174 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.32 |
| HSL | 210.85º | 0.69% | 0.4% | - |
| HSV(B) | 210.85º | 0.82% | 0.68% | - |
| XYZ | 12.89 | 12.67 | 41.81 | - |
| YUV | 88.69 | 176.14 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 101 | 174 | 0.82 | 0.42 | 0 | 0.32 | 210.85 | 0.69 | 0.4 |
| Hex | 20 | 65 | AE | 52 | 2A | 0 | 20 | D3 | 45 | 28 |
| Octal | 40 | 145 | 256 | 122 | 52 | 0 | 40 | 323 | 105 | 50 |
| Binary | 100000 | 1100101 | 10101110 | 1010010 | 101010 | 0 | 100000 | 11010011 | 1000101 | 101000 |
Color Harmonies of #2065AE
Complementary color
Monochromatic Colors of #2065AE
Black with #2065AE
Text Example
Text Example
White with #2065AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2065AE; }
p { color: rgb(32,101,174); }
H1.HeaderClassName
{
color: #2065AE;
}
.AnyTagClassName
{
color: #2065AE;
}
</style>
background-color css
<style>
a { background-color: #2065AE; }
a { background-color: rgb(32,101,174); }
div.DivClassName
{
background-color: #2065AE;
}
.BgClassName
{
background-color: #2065AE;
}
</style>
border-color css
<style>
span { border-color: #2065AE; }
span { border-color: rgb(32,101,174); }
td.TdClassName
{
border-color: #2065AE;
}
.TagClassName
{
border-color: #2065AE;
}
</style>