Shades of Denim #2179C0
Tints of Denim #2179C0
RGB
CMYK
RGB Variations
Color information
#2179C0 (or 0x2179C0) is known color: Denim. HEX triplet: 21, 79 and C0. RGB value is (33,121,192). Sum of RGB (Red+Green+Blue) = 33+121+192=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 192 (75.39% from 255 or 55.49% from 346); Max value from RGB is 192 - color contains mainly: blue. Hex color #2179C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2179C0 is #DE863F. Grayscale: #666666. Windows color (decimal): -14583360 or 12613921. OLE color: 12613921.
HSL color Cylindrical-coordinate representation of color #2179C0: hue angle of 206.79º 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 #2179C0 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 121 | 192 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.25 |
| HSL | 206.79º | 0.71% | 0.44% | - |
| HSV(B) | 206.79º | 0.83% | 0.75% | - |
| XYZ | 16.98 | 17.8 | 52.41 | - |
| YUV | 102.78 | 178.35 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 121 | 192 | 0.83 | 0.37 | 0 | 0.25 | 206.79 | 0.71 | 0.44 |
| Hex | 21 | 79 | C0 | 53 | 25 | 0 | 19 | CF | 47 | 2C |
| Octal | 41 | 171 | 300 | 123 | 45 | 0 | 31 | 317 | 107 | 54 |
| Binary | 100001 | 1111001 | 11000000 | 1010011 | 100101 | 0 | 11001 | 11001111 | 1000111 | 101100 |
Color Harmonies of #2179C0
Complementary color
Monochromatic Colors of #2179C0
Black with #2179C0
Text Example
Text Example
White with #2179C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2179C0; }
p { color: rgb(33,121,192); }
H1.HeaderClassName
{
color: #2179C0;
}
.AnyTagClassName
{
color: #2179C0;
}
</style>
background-color css
<style>
a { background-color: #2179C0; }
a { background-color: rgb(33,121,192); }
div.DivClassName
{
background-color: #2179C0;
}
.BgClassName
{
background-color: #2179C0;
}
</style>
border-color css
<style>
span { border-color: #2179C0; }
span { border-color: rgb(33,121,192); }
td.TdClassName
{
border-color: #2179C0;
}
.TagClassName
{
border-color: #2179C0;
}
</style>