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