Shades of Denim #2073C6
Tints of Denim #2073C6
RGB
CMYK
RGB Variations
Color information
#2073C6 (or 0x2073C6) is known color: Denim. HEX triplet: 20, 73 and C6. RGB value is (32,115,198). Sum of RGB (Red+Green+Blue) = 32+115+198=345 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.28% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 198 (77.73% from 255 or 57.39% from 345); Max value from RGB is 198 - color contains mainly: blue. Hex color #2073C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2073C6 is #DF8C39. Grayscale: #636363. Windows color (decimal): -14650426 or 13005600. OLE color: 13005600.
HSL color Cylindrical-coordinate representation of color #2073C6: hue angle of 210º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2073C6 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 115 | 198 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.22 |
| HSL | 210º | 0.72% | 0.45% | - |
| HSV(B) | 210º | 0.84% | 0.78% | - |
| XYZ | 16.92 | 16.65 | 55.75 | - |
| YUV | 99.65 | 183.5 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 198 | 0.84 | 0.42 | 0 | 0.22 | 210 | 0.72 | 0.45 |
| Hex | 20 | 73 | C6 | 54 | 2A | 0 | 16 | D2 | 48 | 2D |
| Octal | 40 | 163 | 306 | 124 | 52 | 0 | 26 | 322 | 110 | 55 |
| Binary | 100000 | 1110011 | 11000110 | 1010100 | 101010 | 0 | 10110 | 11010010 | 1001000 | 101101 |
Color Harmonies of #2073C6
Complementary color
Monochromatic Colors of #2073C6
Black with #2073C6
Text Example
Text Example
White with #2073C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2073C6; }
p { color: rgb(32,115,198); }
H1.HeaderClassName
{
color: #2073C6;
}
.AnyTagClassName
{
color: #2073C6;
}
</style>
background-color css
<style>
a { background-color: #2073C6; }
a { background-color: rgb(32,115,198); }
div.DivClassName
{
background-color: #2073C6;
}
.BgClassName
{
background-color: #2073C6;
}
</style>
border-color css
<style>
span { border-color: #2073C6; }
span { border-color: rgb(32,115,198); }
td.TdClassName
{
border-color: #2073C6;
}
.TagClassName
{
border-color: #2073C6;
}
</style>