Shades of Denim #2068C7
Tints of Denim #2068C7
RGB
CMYK
RGB Variations
Color information
#2068C7 (or 0x2068C7) is known color: Denim. HEX triplet: 20, 68 and C7. RGB value is (32,104,199). Sum of RGB (Red+Green+Blue) = 32+104+199=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 199 (78.12% from 255 or 59.40% from 335); Max value from RGB is 199 - color contains mainly: blue. Hex color #2068C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2068C7 is #DF9738. Grayscale: #5C5C5C. Windows color (decimal): -14653241 or 13068320. OLE color: 13068320.
HSL color Cylindrical-coordinate representation of color #2068C7: hue angle of 214.13º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2068C7 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 104 | 199 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.22 |
| HSL | 214.13º | 0.72% | 0.45% | - |
| HSV(B) | 214.13º | 0.84% | 0.78% | - |
| XYZ | 15.85 | 14.33 | 55.96 | - |
| YUV | 93.3 | 187.65 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 104 | 199 | 0.84 | 0.48 | 0 | 0.22 | 214.13 | 0.72 | 0.45 |
| Hex | 20 | 68 | C7 | 54 | 30 | 0 | 16 | D6 | 48 | 2D |
| Octal | 40 | 150 | 307 | 124 | 60 | 0 | 26 | 326 | 110 | 55 |
| Binary | 100000 | 1101000 | 11000111 | 1010100 | 110000 | 0 | 10110 | 11010110 | 1001000 | 101101 |
Color Harmonies of #2068C7
Complementary color
Monochromatic Colors of #2068C7
Black with #2068C7
Text Example
Text Example
White with #2068C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2068C7; }
p { color: rgb(32,104,199); }
H1.HeaderClassName
{
color: #2068C7;
}
.AnyTagClassName
{
color: #2068C7;
}
</style>
background-color css
<style>
a { background-color: #2068C7; }
a { background-color: rgb(32,104,199); }
div.DivClassName
{
background-color: #2068C7;
}
.BgClassName
{
background-color: #2068C7;
}
</style>
border-color css
<style>
span { border-color: #2068C7; }
span { border-color: rgb(32,104,199); }
td.TdClassName
{
border-color: #2068C7;
}
.TagClassName
{
border-color: #2068C7;
}
</style>