Shades of Denim #2069D1
Tints of Denim #2069D1
RGB
CMYK
RGB Variations
Color information
#2069D1 (or 0x2069D1) is known color: Denim. HEX triplet: 20, 69 and D1. RGB value is (32,105,209). Sum of RGB (Red+Green+Blue) = 32+105+209=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 209 (82.03% from 255 or 60.40% from 346); Max value from RGB is 209 - color contains mainly: blue. Hex color #2069D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2069D1 is #DF962E. Grayscale: #5E5E5E. Windows color (decimal): -14652975 or 13723936. OLE color: 13723936.
HSL color Cylindrical-coordinate representation of color #2069D1: hue angle of 215.25º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2069D1 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 105 | 209 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.18 |
| HSL | 215.25º | 0.73% | 0.47% | - |
| HSV(B) | 215.25º | 0.85% | 0.82% | - |
| XYZ | 17.16 | 15.01 | 62.32 | - |
| YUV | 95.03 | 192.32 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 105 | 209 | 0.85 | 0.50 | 0 | 0.18 | 215.25 | 0.73 | 0.47 |
| Hex | 20 | 69 | D1 | 55 | 32 | 0 | 12 | D7 | 49 | 2F |
| Octal | 40 | 151 | 321 | 125 | 62 | 0 | 22 | 327 | 111 | 57 |
| Binary | 100000 | 1101001 | 11010001 | 1010101 | 110010 | 0 | 10010 | 11010111 | 1001001 | 101111 |
Color Harmonies of #2069D1
Complementary color
Monochromatic Colors of #2069D1
Black with #2069D1
Text Example
Text Example
White with #2069D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2069D1; }
p { color: rgb(32,105,209); }
H1.HeaderClassName
{
color: #2069D1;
}
.AnyTagClassName
{
color: #2069D1;
}
</style>
background-color css
<style>
a { background-color: #2069D1; }
a { background-color: rgb(32,105,209); }
div.DivClassName
{
background-color: #2069D1;
}
.BgClassName
{
background-color: #2069D1;
}
</style>
border-color css
<style>
span { border-color: #2069D1; }
span { border-color: rgb(32,105,209); }
td.TdClassName
{
border-color: #2069D1;
}
.TagClassName
{
border-color: #2069D1;
}
</style>