Shades of Denim #2068CE
Tints of Denim #2068CE
RGB
CMYK
RGB Variations
Color information
#2068CE (or 0x2068CE) is known color: Denim. HEX triplet: 20, 68 and CE. RGB value is (32,104,206). Sum of RGB (Red+Green+Blue) = 32+104+206=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #2068CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2068CE is #DF9731. Grayscale: #5D5D5D. Windows color (decimal): -14653234 or 13527072. OLE color: 13527072.
HSL color Cylindrical-coordinate representation of color #2068CE: hue angle of 215.17º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2068CE is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 104 | 206 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.19 |
| HSL | 215.17º | 0.73% | 0.47% | - |
| HSV(B) | 215.17º | 0.84% | 0.81% | - |
| XYZ | 16.69 | 14.66 | 60.34 | - |
| YUV | 94.1 | 191.15 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 206 | 0.84 | 0.50 | 0 | 0.19 | 215.17 | 0.73 | 0.47 |
| Hex | 20 | 68 | CE | 54 | 32 | 0 | 13 | D7 | 49 | 2F |
| Octal | 40 | 150 | 316 | 124 | 62 | 0 | 23 | 327 | 111 | 57 |
| Binary | 100000 | 1101000 | 11001110 | 1010100 | 110010 | 0 | 10011 | 11010111 | 1001001 | 101111 |
Color Harmonies of #2068CE
Complementary color
Monochromatic Colors of #2068CE
Black with #2068CE
Text Example
Text Example
White with #2068CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2068CE; }
p { color: rgb(32,104,206); }
H1.HeaderClassName
{
color: #2068CE;
}
.AnyTagClassName
{
color: #2068CE;
}
</style>
background-color css
<style>
a { background-color: #2068CE; }
a { background-color: rgb(32,104,206); }
div.DivClassName
{
background-color: #2068CE;
}
.BgClassName
{
background-color: #2068CE;
}
</style>
border-color css
<style>
span { border-color: #2068CE; }
span { border-color: rgb(32,104,206); }
td.TdClassName
{
border-color: #2068CE;
}
.TagClassName
{
border-color: #2068CE;
}
</style>