Shades of Denim #165DAC
Tints of Denim #165DAC
RGB
CMYK
RGB Variations
Color information
#165DAC (or 0x165DAC) is known color: Denim. HEX triplet: 16, 5D and AC. RGB value is (22,93,172). Sum of RGB (Red+Green+Blue) = 22+93+172=287 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.67% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #165DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165DAC is #E9A253. Grayscale: #505050. Windows color (decimal): -15311444 or 11296022. OLE color: 11296022.
HSL color Cylindrical-coordinate representation of color #165DAC: hue angle of 211.6º 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 #165DAC is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 93 | 172 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.33 |
| HSL | 211.6º | 0.77% | 0.38% | - |
| HSV(B) | 211.6º | 0.87% | 0.67% | - |
| XYZ | 11.69 | 10.98 | 40.53 | - |
| YUV | 80.78 | 179.48 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 172 | 0.87 | 0.46 | 0 | 0.33 | 211.6 | 0.77 | 0.38 |
| Hex | 16 | 5D | AC | 57 | 2E | 0 | 21 | D4 | 4D | 26 |
| Octal | 26 | 135 | 254 | 127 | 56 | 0 | 41 | 324 | 115 | 46 |
| Binary | 10110 | 1011101 | 10101100 | 1010111 | 101110 | 0 | 100001 | 11010100 | 1001101 | 100110 |
Color Harmonies of #165DAC
Complementary color
Monochromatic Colors of #165DAC
Black with #165DAC
Text Example
Text Example
White with #165DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165DAC; }
p { color: rgb(22,93,172); }
H1.HeaderClassName
{
color: #165DAC;
}
.AnyTagClassName
{
color: #165DAC;
}
</style>
background-color css
<style>
a { background-color: #165DAC; }
a { background-color: rgb(22,93,172); }
div.DivClassName
{
background-color: #165DAC;
}
.BgClassName
{
background-color: #165DAC;
}
</style>
border-color css
<style>
span { border-color: #165DAC; }
span { border-color: rgb(22,93,172); }
td.TdClassName
{
border-color: #165DAC;
}
.TagClassName
{
border-color: #165DAC;
}
</style>