Shades of Denim #2165AC
Tints of Denim #2165AC
RGB
CMYK
RGB Variations
Color information
#2165AC (or 0x2165AC) is known color: Denim. HEX triplet: 21, 65 and AC. RGB value is (33,101,172). Sum of RGB (Red+Green+Blue) = 33+101+172=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #2165AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2165AC is #DE9A53. Grayscale: #585858. Windows color (decimal): -14588500 or 11298081. OLE color: 11298081.
HSL color Cylindrical-coordinate representation of color #2165AC: hue angle of 210.65º 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 #2165AC is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 101 | 172 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.33 |
| HSL | 210.65º | 0.68% | 0.4% | - |
| HSV(B) | 210.65º | 0.81% | 0.67% | - |
| XYZ | 12.73 | 12.61 | 40.79 | - |
| YUV | 88.76 | 174.97 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 172 | 0.81 | 0.41 | 0 | 0.33 | 210.65 | 0.68 | 0.4 |
| Hex | 21 | 65 | AC | 51 | 29 | 0 | 21 | D3 | 44 | 28 |
| Octal | 41 | 145 | 254 | 121 | 51 | 0 | 41 | 323 | 104 | 50 |
| Binary | 100001 | 1100101 | 10101100 | 1010001 | 101001 | 0 | 100001 | 11010011 | 1000100 | 101000 |
Color Harmonies of #2165AC
Complementary color
Monochromatic Colors of #2165AC
Black with #2165AC
Text Example
Text Example
White with #2165AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2165AC; }
p { color: rgb(33,101,172); }
H1.HeaderClassName
{
color: #2165AC;
}
.AnyTagClassName
{
color: #2165AC;
}
</style>
background-color css
<style>
a { background-color: #2165AC; }
a { background-color: rgb(33,101,172); }
div.DivClassName
{
background-color: #2165AC;
}
.BgClassName
{
background-color: #2165AC;
}
</style>
border-color css
<style>
span { border-color: #2165AC; }
span { border-color: rgb(33,101,172); }
td.TdClassName
{
border-color: #2165AC;
}
.TagClassName
{
border-color: #2165AC;
}
</style>