Shades of Denim #165DAB
Tints of Denim #165DAB
RGB
CMYK
RGB Variations
Color information
#165DAB (or 0x165DAB) is known color: Denim. HEX triplet: 16, 5D and AB. RGB value is (22,93,171). Sum of RGB (Red+Green+Blue) = 22+93+171=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #165DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165DAB is #E9A254. Grayscale: #505050. Windows color (decimal): -15311445 or 11230486. OLE color: 11230486.
HSL color Cylindrical-coordinate representation of color #165DAB: hue angle of 211.41º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #165DAB is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 93 | 171 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.33 |
| HSL | 211.41º | 0.77% | 0.38% | - |
| HSV(B) | 211.41º | 0.87% | 0.67% | - |
| XYZ | 11.6 | 10.94 | 40.03 | - |
| YUV | 80.66 | 178.98 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 171 | 0.87 | 0.46 | 0 | 0.33 | 211.41 | 0.77 | 0.38 |
| Hex | 16 | 5D | AB | 57 | 2E | 0 | 21 | D3 | 4D | 26 |
| Octal | 26 | 135 | 253 | 127 | 56 | 0 | 41 | 323 | 115 | 46 |
| Binary | 10110 | 1011101 | 10101011 | 1010111 | 101110 | 0 | 100001 | 11010011 | 1001101 | 100110 |
Color Harmonies of #165DAB
Complementary color
Monochromatic Colors of #165DAB
Black with #165DAB
Text Example
Text Example
White with #165DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165DAB; }
p { color: rgb(22,93,171); }
H1.HeaderClassName
{
color: #165DAB;
}
.AnyTagClassName
{
color: #165DAB;
}
</style>
background-color css
<style>
a { background-color: #165DAB; }
a { background-color: rgb(22,93,171); }
div.DivClassName
{
background-color: #165DAB;
}
.BgClassName
{
background-color: #165DAB;
}
</style>
border-color css
<style>
span { border-color: #165DAB; }
span { border-color: rgb(22,93,171); }
td.TdClassName
{
border-color: #165DAB;
}
.TagClassName
{
border-color: #165DAB;
}
</style>