Shades of Denim #165DA6
Tints of Denim #165DA6
RGB
CMYK
RGB Variations
Color information
#165DA6 (or 0x165DA6) is known color: Denim. HEX triplet: 16, 5D and A6. RGB value is (22,93,166). Sum of RGB (Red+Green+Blue) = 22+93+166=281 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.83% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 166 (65.23% from 255 or 59.07% from 281); Max value from RGB is 166 - color contains mainly: blue. Hex color #165DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165DA6 is #E9A259. Grayscale: #4F4F4F. Windows color (decimal): -15311450 or 10902806. OLE color: 10902806.
HSL color Cylindrical-coordinate representation of color #165DA6: hue angle of 210.42º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #165DA6 is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 22 | 93 | 166 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.35 |
| HSL | 210.42º | 0.77% | 0.37% | - |
| HSV(B) | 210.42º | 0.87% | 0.65% | - |
| XYZ | 11.13 | 10.75 | 37.57 | - |
| YUV | 80.09 | 176.48 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 166 | 0.87 | 0.44 | 0 | 0.35 | 210.42 | 0.77 | 0.37 |
| Hex | 16 | 5D | A6 | 57 | 2C | 0 | 23 | D2 | 4D | 25 |
| Octal | 26 | 135 | 246 | 127 | 54 | 0 | 43 | 322 | 115 | 45 |
| Binary | 10110 | 1011101 | 10100110 | 1010111 | 101100 | 0 | 100011 | 11010010 | 1001101 | 100101 |
Color Harmonies of #165DA6
Complementary color
Monochromatic Colors of #165DA6
Black with #165DA6
Text Example
Text Example
White with #165DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165DA6; }
p { color: rgb(22,93,166); }
H1.HeaderClassName
{
color: #165DA6;
}
.AnyTagClassName
{
color: #165DA6;
}
</style>
background-color css
<style>
a { background-color: #165DA6; }
a { background-color: rgb(22,93,166); }
div.DivClassName
{
background-color: #165DA6;
}
.BgClassName
{
background-color: #165DA6;
}
</style>
border-color css
<style>
span { border-color: #165DA6; }
span { border-color: rgb(22,93,166); }
td.TdClassName
{
border-color: #165DA6;
}
.TagClassName
{
border-color: #165DA6;
}
</style>