Shades of Denim #2164AB
Tints of Denim #2164AB
RGB
CMYK
RGB Variations
Color information
#2164AB (or 0x2164AB) is known color: Denim. HEX triplet: 21, 64 and AB. RGB value is (33,100,171). Sum of RGB (Red+Green+Blue) = 33+100+171=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #2164AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2164AB is #DE9B54. Grayscale: #575757. Windows color (decimal): -14588757 or 11232289. OLE color: 11232289.
HSL color Cylindrical-coordinate representation of color #2164AB: hue angle of 210.87º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2164AB is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 100 | 171 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.33 |
| HSL | 210.87º | 0.68% | 0.4% | - |
| HSV(B) | 210.87º | 0.81% | 0.67% | - |
| XYZ | 12.54 | 12.38 | 40.26 | - |
| YUV | 88.06 | 174.8 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 100 | 171 | 0.81 | 0.42 | 0 | 0.33 | 210.87 | 0.68 | 0.4 |
| Hex | 21 | 64 | AB | 51 | 2A | 0 | 21 | D3 | 44 | 28 |
| Octal | 41 | 144 | 253 | 121 | 52 | 0 | 41 | 323 | 104 | 50 |
| Binary | 100001 | 1100100 | 10101011 | 1010001 | 101010 | 0 | 100001 | 11010011 | 1000100 | 101000 |
Color Harmonies of #2164AB
Complementary color
Monochromatic Colors of #2164AB
Black with #2164AB
Text Example
Text Example
White with #2164AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2164AB; }
p { color: rgb(33,100,171); }
H1.HeaderClassName
{
color: #2164AB;
}
.AnyTagClassName
{
color: #2164AB;
}
</style>
background-color css
<style>
a { background-color: #2164AB; }
a { background-color: rgb(33,100,171); }
div.DivClassName
{
background-color: #2164AB;
}
.BgClassName
{
background-color: #2164AB;
}
</style>
border-color css
<style>
span { border-color: #2164AB; }
span { border-color: rgb(33,100,171); }
td.TdClassName
{
border-color: #2164AB;
}
.TagClassName
{
border-color: #2164AB;
}
</style>