Shades of Denim #2162AF
Tints of Denim #2162AF
RGB
CMYK
RGB Variations
Color information
#2162AF (or 0x2162AF) is known color: Denim. HEX triplet: 21, 62 and AF. RGB value is (33,98,175). Sum of RGB (Red+Green+Blue) = 33+98+175=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #2162AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2162AF is #DE9D50. Grayscale: #565656. Windows color (decimal): -14589265 or 11493921. OLE color: 11493921.
HSL color Cylindrical-coordinate representation of color #2162AF: hue angle of 212.54º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2162AF is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 98 | 175 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.31 |
| HSL | 212.54º | 0.68% | 0.41% | - |
| HSV(B) | 212.54º | 0.81% | 0.69% | - |
| XYZ | 12.73 | 12.15 | 42.23 | - |
| YUV | 87.34 | 177.47 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 98 | 175 | 0.81 | 0.44 | 0 | 0.31 | 212.54 | 0.68 | 0.41 |
| Hex | 21 | 62 | AF | 51 | 2C | 0 | 1F | D5 | 44 | 29 |
| Octal | 41 | 142 | 257 | 121 | 54 | 0 | 37 | 325 | 104 | 51 |
| Binary | 100001 | 1100010 | 10101111 | 1010001 | 101100 | 0 | 11111 | 11010101 | 1000100 | 101001 |
Color Harmonies of #2162AF
Complementary color
Monochromatic Colors of #2162AF
Black with #2162AF
Text Example
Text Example
White with #2162AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2162AF; }
p { color: rgb(33,98,175); }
H1.HeaderClassName
{
color: #2162AF;
}
.AnyTagClassName
{
color: #2162AF;
}
</style>
background-color css
<style>
a { background-color: #2162AF; }
a { background-color: rgb(33,98,175); }
div.DivClassName
{
background-color: #2162AF;
}
.BgClassName
{
background-color: #2162AF;
}
</style>
border-color css
<style>
span { border-color: #2162AF; }
span { border-color: rgb(33,98,175); }
td.TdClassName
{
border-color: #2162AF;
}
.TagClassName
{
border-color: #2162AF;
}
</style>