Shades of Denim #2073CD
Tints of Denim #2073CD
RGB
CMYK
RGB Variations
Color information
#2073CD (or 0x2073CD) is known color: Denim. HEX triplet: 20, 73 and CD. RGB value is (32,115,205). Sum of RGB (Red+Green+Blue) = 32+115+205=352 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.09% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #2073CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2073CD is #DF8C32. Grayscale: #636363. Windows color (decimal): -14650419 or 13464352. OLE color: 13464352.
HSL color Cylindrical-coordinate representation of color #2073CD: hue angle of 211.21º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2073CD is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 115 | 205 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.20 |
| HSL | 211.21º | 0.73% | 0.46% | - |
| HSV(B) | 211.21º | 0.84% | 0.8% | - |
| XYZ | 17.75 | 16.98 | 60.1 | - |
| YUV | 100.44 | 187 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 205 | 0.84 | 0.44 | 0 | 0.20 | 211.21 | 0.73 | 0.46 |
| Hex | 20 | 73 | CD | 54 | 2C | 0 | 14 | D3 | 49 | 2E |
| Octal | 40 | 163 | 315 | 124 | 54 | 0 | 24 | 323 | 111 | 56 |
| Binary | 100000 | 1110011 | 11001101 | 1010100 | 101100 | 0 | 10100 | 11010011 | 1001001 | 101110 |
Color Harmonies of #2073CD
Complementary color
Monochromatic Colors of #2073CD
Black with #2073CD
Text Example
Text Example
White with #2073CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2073CD; }
p { color: rgb(32,115,205); }
H1.HeaderClassName
{
color: #2073CD;
}
.AnyTagClassName
{
color: #2073CD;
}
</style>
background-color css
<style>
a { background-color: #2073CD; }
a { background-color: rgb(32,115,205); }
div.DivClassName
{
background-color: #2073CD;
}
.BgClassName
{
background-color: #2073CD;
}
</style>
border-color css
<style>
span { border-color: #2073CD; }
span { border-color: rgb(32,115,205); }
td.TdClassName
{
border-color: #2073CD;
}
.TagClassName
{
border-color: #2073CD;
}
</style>