Shades of Denim #2179CA
Tints of Denim #2179CA
RGB
CMYK
RGB Variations
Color information
#2179CA (or 0x2179CA) is known color: Denim. HEX triplet: 21, 79 and CA. RGB value is (33,121,202). Sum of RGB (Red+Green+Blue) = 33+121+202=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 202 (79.30% from 255 or 56.74% from 356); Max value from RGB is 202 - color contains mainly: blue. Hex color #2179CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2179CA is #DE8635. Grayscale: #676767. Windows color (decimal): -14583350 or 13269281. OLE color: 13269281.
HSL color Cylindrical-coordinate representation of color #2179CA: hue angle of 208.76º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2179CA is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 121 | 202 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.21 |
| HSL | 208.76º | 0.72% | 0.46% | - |
| HSV(B) | 208.76º | 0.84% | 0.79% | - |
| XYZ | 18.13 | 18.26 | 58.45 | - |
| YUV | 103.92 | 183.35 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 121 | 202 | 0.84 | 0.40 | 0 | 0.21 | 208.76 | 0.72 | 0.46 |
| Hex | 21 | 79 | CA | 54 | 28 | 0 | 15 | D1 | 48 | 2E |
| Octal | 41 | 171 | 312 | 124 | 50 | 0 | 25 | 321 | 110 | 56 |
| Binary | 100001 | 1111001 | 11001010 | 1010100 | 101000 | 0 | 10101 | 11010001 | 1001000 | 101110 |
Color Harmonies of #2179CA
Complementary color
Monochromatic Colors of #2179CA
Black with #2179CA
Text Example
Text Example
White with #2179CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2179CA; }
p { color: rgb(33,121,202); }
H1.HeaderClassName
{
color: #2179CA;
}
.AnyTagClassName
{
color: #2179CA;
}
</style>
background-color css
<style>
a { background-color: #2179CA; }
a { background-color: rgb(33,121,202); }
div.DivClassName
{
background-color: #2179CA;
}
.BgClassName
{
background-color: #2179CA;
}
</style>
border-color css
<style>
span { border-color: #2179CA; }
span { border-color: rgb(33,121,202); }
td.TdClassName
{
border-color: #2179CA;
}
.TagClassName
{
border-color: #2179CA;
}
</style>