Shades of Denim #2069DB
Tints of Denim #2069DB
RGB
CMYK
RGB Variations
Color information
#2069DB (or 0x2069DB) is known color: Denim. HEX triplet: 20, 69 and DB. RGB value is (32,105,219). Sum of RGB (Red+Green+Blue) = 32+105+219=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #2069DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2069DB is #DF9624. Grayscale: #5F5F5F. Windows color (decimal): -14652965 or 14379296. OLE color: 14379296.
HSL color Cylindrical-coordinate representation of color #2069DB: hue angle of 216.58º 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 #2069DB is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 105 | 219 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.14 |
| HSL | 216.58º | 0.75% | 0.49% | - |
| HSV(B) | 216.58º | 0.85% | 0.86% | - |
| XYZ | 18.43 | 15.52 | 69.04 | - |
| YUV | 96.17 | 197.32 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 105 | 219 | 0.85 | 0.52 | 0 | 0.14 | 216.58 | 0.75 | 0.49 |
| Hex | 20 | 69 | DB | 55 | 34 | 0 | E | D9 | 4B | 31 |
| Octal | 40 | 151 | 333 | 125 | 64 | 0 | 16 | 331 | 113 | 61 |
| Binary | 100000 | 1101001 | 11011011 | 1010101 | 110100 | 0 | 1110 | 11011001 | 1001011 | 110001 |
Color Harmonies of #2069DB
Complementary color
Monochromatic Colors of #2069DB
Black with #2069DB
Text Example
Text Example
White with #2069DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2069DB; }
p { color: rgb(32,105,219); }
H1.HeaderClassName
{
color: #2069DB;
}
.AnyTagClassName
{
color: #2069DB;
}
</style>
background-color css
<style>
a { background-color: #2069DB; }
a { background-color: rgb(32,105,219); }
div.DivClassName
{
background-color: #2069DB;
}
.BgClassName
{
background-color: #2069DB;
}
</style>
border-color css
<style>
span { border-color: #2069DB; }
span { border-color: rgb(32,105,219); }
td.TdClassName
{
border-color: #2069DB;
}
.TagClassName
{
border-color: #2069DB;
}
</style>