Shades of Denim #2161AD
Tints of Denim #2161AD
RGB
CMYK
RGB Variations
Color information
#2161AD (or 0x2161AD) is known color: Denim. HEX triplet: 21, 61 and AD. RGB value is (33,97,173). Sum of RGB (Red+Green+Blue) = 33+97+173=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #2161AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2161AD is #DE9E52. Grayscale: #565656. Windows color (decimal): -14589523 or 11362593. OLE color: 11362593.
HSL color Cylindrical-coordinate representation of color #2161AD: hue angle of 212.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2161AD is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 97 | 173 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.32 |
| HSL | 212.57º | 0.68% | 0.4% | - |
| HSV(B) | 212.57º | 0.81% | 0.68% | - |
| XYZ | 12.44 | 11.89 | 41.17 | - |
| YUV | 86.53 | 176.8 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 97 | 173 | 0.81 | 0.44 | 0 | 0.32 | 212.57 | 0.68 | 0.4 |
| Hex | 21 | 61 | AD | 51 | 2C | 0 | 20 | D5 | 44 | 28 |
| Octal | 41 | 141 | 255 | 121 | 54 | 0 | 40 | 325 | 104 | 50 |
| Binary | 100001 | 1100001 | 10101101 | 1010001 | 101100 | 0 | 100000 | 11010101 | 1000100 | 101000 |
Color Harmonies of #2161AD
Complementary color
Monochromatic Colors of #2161AD
Black with #2161AD
Text Example
Text Example
White with #2161AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2161AD; }
p { color: rgb(33,97,173); }
H1.HeaderClassName
{
color: #2161AD;
}
.AnyTagClassName
{
color: #2161AD;
}
</style>
background-color css
<style>
a { background-color: #2161AD; }
a { background-color: rgb(33,97,173); }
div.DivClassName
{
background-color: #2161AD;
}
.BgClassName
{
background-color: #2161AD;
}
</style>
border-color css
<style>
span { border-color: #2161AD; }
span { border-color: rgb(33,97,173); }
td.TdClassName
{
border-color: #2161AD;
}
.TagClassName
{
border-color: #2161AD;
}
</style>