Shades of Denim #2162CA
Tints of Denim #2162CA
RGB
CMYK
RGB Variations
Color information
#2162CA (or 0x2162CA) is known color: Denim. HEX triplet: 21, 62 and CA. RGB value is (33,98,202). Sum of RGB (Red+Green+Blue) = 33+98+202=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #2162CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2162CA is #DE9D35. Grayscale: #595959. Windows color (decimal): -14589238 or 13263393. OLE color: 13263393.
HSL color Cylindrical-coordinate representation of color #2162CA: hue angle of 216.92º 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 #2162CA is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 98 | 202 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.21 |
| HSL | 216.92º | 0.72% | 0.46% | - |
| HSV(B) | 216.92º | 0.84% | 0.79% | - |
| XYZ | 15.66 | 13.32 | 57.62 | - |
| YUV | 90.42 | 190.97 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 98 | 202 | 0.84 | 0.51 | 0 | 0.21 | 216.92 | 0.72 | 0.46 |
| Hex | 21 | 62 | CA | 54 | 33 | 0 | 15 | D9 | 48 | 2E |
| Octal | 41 | 142 | 312 | 124 | 63 | 0 | 25 | 331 | 110 | 56 |
| Binary | 100001 | 1100010 | 11001010 | 1010100 | 110011 | 0 | 10101 | 11011001 | 1001000 | 101110 |
Color Harmonies of #2162CA
Complementary color
Monochromatic Colors of #2162CA
Black with #2162CA
Text Example
Text Example
White with #2162CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2162CA; }
p { color: rgb(33,98,202); }
H1.HeaderClassName
{
color: #2162CA;
}
.AnyTagClassName
{
color: #2162CA;
}
</style>
background-color css
<style>
a { background-color: #2162CA; }
a { background-color: rgb(33,98,202); }
div.DivClassName
{
background-color: #2162CA;
}
.BgClassName
{
background-color: #2162CA;
}
</style>
border-color css
<style>
span { border-color: #2162CA; }
span { border-color: rgb(33,98,202); }
td.TdClassName
{
border-color: #2162CA;
}
.TagClassName
{
border-color: #2162CA;
}
</style>