Shades of Denim #2079BE
Tints of Denim #2079BE
RGB
CMYK
RGB Variations
Color information
#2079BE (or 0x2079BE) is known color: Denim. HEX triplet: 20, 79 and BE. RGB value is (32,121,190). Sum of RGB (Red+Green+Blue) = 32+121+190=343 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.33% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #2079BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2079BE is #DF8641. Grayscale: #656565. Windows color (decimal): -14648898 or 12482848. OLE color: 12482848.
HSL color Cylindrical-coordinate representation of color #2079BE: hue angle of 206.2º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2079BE is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 121 | 190 | - |
| CMYK | 0.83 | 0.36 | 0 | 0.25 |
| HSL | 206.2º | 0.71% | 0.44% | - |
| HSV(B) | 206.2º | 0.83% | 0.75% | - |
| XYZ | 16.73 | 17.7 | 51.25 | - |
| YUV | 102.26 | 177.51 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 121 | 190 | 0.83 | 0.36 | 0 | 0.25 | 206.2 | 0.71 | 0.44 |
| Hex | 20 | 79 | BE | 53 | 24 | 0 | 19 | CE | 47 | 2C |
| Octal | 40 | 171 | 276 | 123 | 44 | 0 | 31 | 316 | 107 | 54 |
| Binary | 100000 | 1111001 | 10111110 | 1010011 | 100100 | 0 | 11001 | 11001110 | 1000111 | 101100 |
Color Harmonies of #2079BE
Complementary color
Monochromatic Colors of #2079BE
Black with #2079BE
Text Example
Text Example
White with #2079BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2079BE; }
p { color: rgb(32,121,190); }
H1.HeaderClassName
{
color: #2079BE;
}
.AnyTagClassName
{
color: #2079BE;
}
</style>
background-color css
<style>
a { background-color: #2079BE; }
a { background-color: rgb(32,121,190); }
div.DivClassName
{
background-color: #2079BE;
}
.BgClassName
{
background-color: #2079BE;
}
</style>
border-color css
<style>
span { border-color: #2079BE; }
span { border-color: rgb(32,121,190); }
td.TdClassName
{
border-color: #2079BE;
}
.TagClassName
{
border-color: #2079BE;
}
</style>