Shades of Denim #165EAC
Tints of Denim #165EAC
RGB
CMYK
RGB Variations
Color information
#165EAC (or 0x165EAC) is known color: Denim. HEX triplet: 16, 5E and AC. RGB value is (22,94,172). Sum of RGB (Red+Green+Blue) = 22+94+172=288 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.64% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #165EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165EAC is #E9A153. Grayscale: #505050. Windows color (decimal): -15311188 or 11296278. OLE color: 11296278.
HSL color Cylindrical-coordinate representation of color #165EAC: hue angle of 211.2º 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 #165EAC is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 94 | 172 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.33 |
| HSL | 211.2º | 0.77% | 0.38% | - |
| HSV(B) | 211.2º | 0.87% | 0.67% | - |
| XYZ | 11.78 | 11.15 | 40.56 | - |
| YUV | 81.36 | 179.15 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 172 | 0.87 | 0.45 | 0 | 0.33 | 211.2 | 0.77 | 0.38 |
| Hex | 16 | 5E | AC | 57 | 2D | 0 | 21 | D3 | 4D | 26 |
| Octal | 26 | 136 | 254 | 127 | 55 | 0 | 41 | 323 | 115 | 46 |
| Binary | 10110 | 1011110 | 10101100 | 1010111 | 101101 | 0 | 100001 | 11010011 | 1001101 | 100110 |
Color Harmonies of #165EAC
Complementary color
Monochromatic Colors of #165EAC
Black with #165EAC
Text Example
Text Example
White with #165EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165EAC; }
p { color: rgb(22,94,172); }
H1.HeaderClassName
{
color: #165EAC;
}
.AnyTagClassName
{
color: #165EAC;
}
</style>
background-color css
<style>
a { background-color: #165EAC; }
a { background-color: rgb(22,94,172); }
div.DivClassName
{
background-color: #165EAC;
}
.BgClassName
{
background-color: #165EAC;
}
</style>
border-color css
<style>
span { border-color: #165EAC; }
span { border-color: rgb(22,94,172); }
td.TdClassName
{
border-color: #165EAC;
}
.TagClassName
{
border-color: #165EAC;
}
</style>