Shades of Denim #2165AD
Tints of Denim #2165AD
RGB
CMYK
RGB Variations
Color information
#2165AD (or 0x2165AD) is known color: Denim. HEX triplet: 21, 65 and AD. RGB value is (33,101,173). Sum of RGB (Red+Green+Blue) = 33+101+173=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #2165AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2165AD is #DE9A52. Grayscale: #585858. Windows color (decimal): -14588499 or 11363617. OLE color: 11363617.
HSL color Cylindrical-coordinate representation of color #2165AD: hue angle of 210.86º 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 #2165AD is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 101 | 173 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.32 |
| HSL | 210.86º | 0.68% | 0.4% | - |
| HSV(B) | 210.86º | 0.81% | 0.68% | - |
| XYZ | 12.82 | 12.65 | 41.3 | - |
| YUV | 88.88 | 175.47 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 101 | 173 | 0.81 | 0.42 | 0 | 0.32 | 210.86 | 0.68 | 0.4 |
| Hex | 21 | 65 | AD | 51 | 2A | 0 | 20 | D3 | 44 | 28 |
| Octal | 41 | 145 | 255 | 121 | 52 | 0 | 40 | 323 | 104 | 50 |
| Binary | 100001 | 1100101 | 10101101 | 1010001 | 101010 | 0 | 100000 | 11010011 | 1000100 | 101000 |
Color Harmonies of #2165AD
Complementary color
Monochromatic Colors of #2165AD
Black with #2165AD
Text Example
Text Example
White with #2165AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2165AD; }
p { color: rgb(33,101,173); }
H1.HeaderClassName
{
color: #2165AD;
}
.AnyTagClassName
{
color: #2165AD;
}
</style>
background-color css
<style>
a { background-color: #2165AD; }
a { background-color: rgb(33,101,173); }
div.DivClassName
{
background-color: #2165AD;
}
.BgClassName
{
background-color: #2165AD;
}
</style>
border-color css
<style>
span { border-color: #2165AD; }
span { border-color: rgb(33,101,173); }
td.TdClassName
{
border-color: #2165AD;
}
.TagClassName
{
border-color: #2165AD;
}
</style>