Shades of Denim #2067DB
Tints of Denim #2067DB
RGB
CMYK
RGB Variations
Color information
#2067DB (or 0x2067DB) is known color: Denim. HEX triplet: 20, 67 and DB. RGB value is (32,103,219). Sum of RGB (Red+Green+Blue) = 32+103+219=354 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.04% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #2067DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2067DB is #DF9824. Grayscale: #5E5E5E. Windows color (decimal): -14653477 or 14378784. OLE color: 14378784.
HSL color Cylindrical-coordinate representation of color #2067DB: hue angle of 217.22º 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 #2067DB is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 103 | 219 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.14 |
| HSL | 217.22º | 0.75% | 0.49% | - |
| HSV(B) | 217.22º | 0.85% | 0.86% | - |
| XYZ | 18.23 | 15.12 | 68.98 | - |
| YUV | 95 | 197.98 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 219 | 0.85 | 0.53 | 0 | 0.14 | 217.22 | 0.75 | 0.49 |
| Hex | 20 | 67 | DB | 55 | 35 | 0 | E | D9 | 4B | 31 |
| Octal | 40 | 147 | 333 | 125 | 65 | 0 | 16 | 331 | 113 | 61 |
| Binary | 100000 | 1100111 | 11011011 | 1010101 | 110101 | 0 | 1110 | 11011001 | 1001011 | 110001 |
Color Harmonies of #2067DB
Complementary color
Monochromatic Colors of #2067DB
Black with #2067DB
Text Example
Text Example
White with #2067DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2067DB; }
p { color: rgb(32,103,219); }
H1.HeaderClassName
{
color: #2067DB;
}
.AnyTagClassName
{
color: #2067DB;
}
</style>
background-color css
<style>
a { background-color: #2067DB; }
a { background-color: rgb(32,103,219); }
div.DivClassName
{
background-color: #2067DB;
}
.BgClassName
{
background-color: #2067DB;
}
</style>
border-color css
<style>
span { border-color: #2067DB; }
span { border-color: rgb(32,103,219); }
td.TdClassName
{
border-color: #2067DB;
}
.TagClassName
{
border-color: #2067DB;
}
</style>