Shades of Denim #2063DB
Tints of Denim #2063DB
RGB
CMYK
RGB Variations
Color information
#2063DB (or 0x2063DB) is known color: Denim. HEX triplet: 20, 63 and DB. RGB value is (32,99,219). Sum of RGB (Red+Green+Blue) = 32+99+219=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #2063DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2063DB is #DF9C24. Grayscale: #5C5C5C. Windows color (decimal): -14654501 or 14377760. OLE color: 14377760.
HSL color Cylindrical-coordinate representation of color #2063DB: hue angle of 218.5º 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 #2063DB is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 99 | 219 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.14 |
| HSL | 218.5º | 0.75% | 0.49% | - |
| HSV(B) | 218.5º | 0.85% | 0.86% | - |
| XYZ | 17.84 | 14.35 | 68.85 | - |
| YUV | 92.65 | 199.3 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 219 | 0.85 | 0.55 | 0 | 0.14 | 218.5 | 0.75 | 0.49 |
| Hex | 20 | 63 | DB | 55 | 37 | 0 | E | DB | 4B | 31 |
| Octal | 40 | 143 | 333 | 125 | 67 | 0 | 16 | 333 | 113 | 61 |
| Binary | 100000 | 1100011 | 11011011 | 1010101 | 110111 | 0 | 1110 | 11011011 | 1001011 | 110001 |
Color Harmonies of #2063DB
Complementary color
Monochromatic Colors of #2063DB
Black with #2063DB
Text Example
Text Example
White with #2063DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2063DB; }
p { color: rgb(32,99,219); }
H1.HeaderClassName
{
color: #2063DB;
}
.AnyTagClassName
{
color: #2063DB;
}
</style>
background-color css
<style>
a { background-color: #2063DB; }
a { background-color: rgb(32,99,219); }
div.DivClassName
{
background-color: #2063DB;
}
.BgClassName
{
background-color: #2063DB;
}
</style>
border-color css
<style>
span { border-color: #2063DB; }
span { border-color: rgb(32,99,219); }
td.TdClassName
{
border-color: #2063DB;
}
.TagClassName
{
border-color: #2063DB;
}
</style>