Shades of Denim #2073BE
Tints of Denim #2073BE
RGB
CMYK
RGB Variations
Color information
#2073BE (or 0x2073BE) is known color: Denim. HEX triplet: 20, 73 and BE. RGB value is (32,115,190). Sum of RGB (Red+Green+Blue) = 32+115+190=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #2073BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2073BE is #DF8C41. Grayscale: #626262. Windows color (decimal): -14650434 or 12481312. OLE color: 12481312.
HSL color Cylindrical-coordinate representation of color #2073BE: hue angle of 208.48º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2073BE is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 115 | 190 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.25 |
| HSL | 208.48º | 0.71% | 0.44% | - |
| HSV(B) | 208.48º | 0.83% | 0.75% | - |
| XYZ | 16.02 | 16.29 | 51.01 | - |
| YUV | 98.73 | 179.5 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 190 | 0.83 | 0.39 | 0 | 0.25 | 208.48 | 0.71 | 0.44 |
| Hex | 20 | 73 | BE | 53 | 27 | 0 | 19 | D0 | 47 | 2C |
| Octal | 40 | 163 | 276 | 123 | 47 | 0 | 31 | 320 | 107 | 54 |
| Binary | 100000 | 1110011 | 10111110 | 1010011 | 100111 | 0 | 11001 | 11010000 | 1000111 | 101100 |
Color Harmonies of #2073BE
Complementary color
Monochromatic Colors of #2073BE
Black with #2073BE
Text Example
Text Example
White with #2073BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2073BE; }
p { color: rgb(32,115,190); }
H1.HeaderClassName
{
color: #2073BE;
}
.AnyTagClassName
{
color: #2073BE;
}
</style>
background-color css
<style>
a { background-color: #2073BE; }
a { background-color: rgb(32,115,190); }
div.DivClassName
{
background-color: #2073BE;
}
.BgClassName
{
background-color: #2073BE;
}
</style>
border-color css
<style>
span { border-color: #2073BE; }
span { border-color: rgb(32,115,190); }
td.TdClassName
{
border-color: #2073BE;
}
.TagClassName
{
border-color: #2073BE;
}
</style>