Shades of Denim #2079C1
Tints of Denim #2079C1
RGB
CMYK
RGB Variations
Color information
#2079C1 (or 0x2079C1) is known color: Denim. HEX triplet: 20, 79 and C1. RGB value is (32,121,193). Sum of RGB (Red+Green+Blue) = 32+121+193=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 193 (75.78% from 255 or 55.78% from 346); Max value from RGB is 193 - color contains mainly: blue. Hex color #2079C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2079C1 is #DF863E. Grayscale: #666666. Windows color (decimal): -14648895 or 12679456. OLE color: 12679456.
HSL color Cylindrical-coordinate representation of color #2079C1: hue angle of 206.83º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2079C1 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 121 | 193 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.24 |
| HSL | 206.83º | 0.72% | 0.44% | - |
| HSV(B) | 206.83º | 0.83% | 0.76% | - |
| XYZ | 17.06 | 17.83 | 52.99 | - |
| YUV | 102.6 | 179.01 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 121 | 193 | 0.83 | 0.37 | 0 | 0.24 | 206.83 | 0.72 | 0.44 |
| Hex | 20 | 79 | C1 | 53 | 25 | 0 | 18 | CF | 48 | 2C |
| Octal | 40 | 171 | 301 | 123 | 45 | 0 | 30 | 317 | 110 | 54 |
| Binary | 100000 | 1111001 | 11000001 | 1010011 | 100101 | 0 | 11000 | 11001111 | 1001000 | 101100 |
Color Harmonies of #2079C1
Complementary color
Monochromatic Colors of #2079C1
Black with #2079C1
Text Example
Text Example
White with #2079C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2079C1; }
p { color: rgb(32,121,193); }
H1.HeaderClassName
{
color: #2079C1;
}
.AnyTagClassName
{
color: #2079C1;
}
</style>
background-color css
<style>
a { background-color: #2079C1; }
a { background-color: rgb(32,121,193); }
div.DivClassName
{
background-color: #2079C1;
}
.BgClassName
{
background-color: #2079C1;
}
</style>
border-color css
<style>
span { border-color: #2079C1; }
span { border-color: rgb(32,121,193); }
td.TdClassName
{
border-color: #2079C1;
}
.TagClassName
{
border-color: #2079C1;
}
</style>