Shades of Denim #2073DB
Tints of Denim #2073DB
RGB
CMYK
RGB Variations
Color information
#2073DB (or 0x2073DB) is known color: Denim. HEX triplet: 20, 73 and DB. RGB value is (32,115,219). Sum of RGB (Red+Green+Blue) = 32+115+219=366 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.74% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #2073DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2073DB is #DF8C24. Grayscale: #656565. Windows color (decimal): -14650405 or 14381856. OLE color: 14381856.
HSL color Cylindrical-coordinate representation of color #2073DB: hue angle of 213.37º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2073DB is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 115 | 219 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.14 |
| HSL | 213.37º | 0.75% | 0.49% | - |
| HSV(B) | 213.37º | 0.85% | 0.86% | - |
| XYZ | 19.51 | 17.68 | 69.4 | - |
| YUV | 102.04 | 194 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 219 | 0.85 | 0.47 | 0 | 0.14 | 213.37 | 0.75 | 0.49 |
| Hex | 20 | 73 | DB | 55 | 2F | 0 | E | D5 | 4B | 31 |
| Octal | 40 | 163 | 333 | 125 | 57 | 0 | 16 | 325 | 113 | 61 |
| Binary | 100000 | 1110011 | 11011011 | 1010101 | 101111 | 0 | 1110 | 11010101 | 1001011 | 110001 |
Color Harmonies of #2073DB
Complementary color
Monochromatic Colors of #2073DB
Black with #2073DB
Text Example
Text Example
White with #2073DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2073DB; }
p { color: rgb(32,115,219); }
H1.HeaderClassName
{
color: #2073DB;
}
.AnyTagClassName
{
color: #2073DB;
}
</style>
background-color css
<style>
a { background-color: #2073DB; }
a { background-color: rgb(32,115,219); }
div.DivClassName
{
background-color: #2073DB;
}
.BgClassName
{
background-color: #2073DB;
}
</style>
border-color css
<style>
span { border-color: #2073DB; }
span { border-color: rgb(32,115,219); }
td.TdClassName
{
border-color: #2073DB;
}
.TagClassName
{
border-color: #2073DB;
}
</style>