Shades of Denim #2079C4
Tints of Denim #2079C4
RGB
CMYK
RGB Variations
Color information
#2079C4 (or 0x2079C4) is known color: Denim. HEX triplet: 20, 79 and C4. RGB value is (32,121,196). Sum of RGB (Red+Green+Blue) = 32+121+196=349 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.17% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 196 (76.95% from 255 or 56.16% from 349); Max value from RGB is 196 - color contains mainly: blue. Hex color #2079C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2079C4 is #DF863B. Grayscale: #666666. Windows color (decimal): -14648892 or 12876064. OLE color: 12876064.
HSL color Cylindrical-coordinate representation of color #2079C4: hue angle of 207.44º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2079C4 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 121 | 196 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.23 |
| HSL | 207.44º | 0.72% | 0.45% | - |
| HSV(B) | 207.44º | 0.84% | 0.77% | - |
| XYZ | 17.4 | 17.97 | 54.78 | - |
| YUV | 102.94 | 180.51 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 121 | 196 | 0.84 | 0.38 | 0 | 0.23 | 207.44 | 0.72 | 0.45 |
| Hex | 20 | 79 | C4 | 54 | 26 | 0 | 17 | CF | 48 | 2D |
| Octal | 40 | 171 | 304 | 124 | 46 | 0 | 27 | 317 | 110 | 55 |
| Binary | 100000 | 1111001 | 11000100 | 1010100 | 100110 | 0 | 10111 | 11001111 | 1001000 | 101101 |
Color Harmonies of #2079C4
Complementary color
Monochromatic Colors of #2079C4
Black with #2079C4
Text Example
Text Example
White with #2079C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2079C4; }
p { color: rgb(32,121,196); }
H1.HeaderClassName
{
color: #2079C4;
}
.AnyTagClassName
{
color: #2079C4;
}
</style>
background-color css
<style>
a { background-color: #2079C4; }
a { background-color: rgb(32,121,196); }
div.DivClassName
{
background-color: #2079C4;
}
.BgClassName
{
background-color: #2079C4;
}
</style>
border-color css
<style>
span { border-color: #2079C4; }
span { border-color: rgb(32,121,196); }
td.TdClassName
{
border-color: #2079C4;
}
.TagClassName
{
border-color: #2079C4;
}
</style>