Shades of Denim #2079C6
Tints of Denim #2079C6
RGB
CMYK
RGB Variations
Color information
#2079C6 (or 0x2079C6) is known color: Denim. HEX triplet: 20, 79 and C6. RGB value is (32,121,198). Sum of RGB (Red+Green+Blue) = 32+121+198=351 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.12% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 198 (77.73% from 255 or 56.41% from 351); Max value from RGB is 198 - color contains mainly: blue. Hex color #2079C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2079C6 is #DF8639. Grayscale: #666666. Windows color (decimal): -14648890 or 13007136. OLE color: 13007136.
HSL color Cylindrical-coordinate representation of color #2079C6: hue angle of 207.83º 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 #2079C6 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 121 | 198 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.22 |
| HSL | 207.83º | 0.72% | 0.45% | - |
| HSV(B) | 207.83º | 0.84% | 0.78% | - |
| XYZ | 17.63 | 18.06 | 55.98 | - |
| YUV | 103.17 | 181.51 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 121 | 198 | 0.84 | 0.39 | 0 | 0.22 | 207.83 | 0.72 | 0.45 |
| Hex | 20 | 79 | C6 | 54 | 27 | 0 | 16 | D0 | 48 | 2D |
| Octal | 40 | 171 | 306 | 124 | 47 | 0 | 26 | 320 | 110 | 55 |
| Binary | 100000 | 1111001 | 11000110 | 1010100 | 100111 | 0 | 10110 | 11010000 | 1001000 | 101101 |
Color Harmonies of #2079C6
Complementary color
Monochromatic Colors of #2079C6
Black with #2079C6
Text Example
Text Example
White with #2079C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2079C6; }
p { color: rgb(32,121,198); }
H1.HeaderClassName
{
color: #2079C6;
}
.AnyTagClassName
{
color: #2079C6;
}
</style>
background-color css
<style>
a { background-color: #2079C6; }
a { background-color: rgb(32,121,198); }
div.DivClassName
{
background-color: #2079C6;
}
.BgClassName
{
background-color: #2079C6;
}
</style>
border-color css
<style>
span { border-color: #2079C6; }
span { border-color: rgb(32,121,198); }
td.TdClassName
{
border-color: #2079C6;
}
.TagClassName
{
border-color: #2079C6;
}
</style>