Shades of Denim #165EAA
Tints of Denim #165EAA
RGB
CMYK
RGB Variations
Color information
#165EAA (or 0x165EAA) is known color: Denim. HEX triplet: 16, 5E and AA. RGB value is (22,94,170). Sum of RGB (Red+Green+Blue) = 22+94+170=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #165EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165EAA is #E9A155. Grayscale: #505050. Windows color (decimal): -15311190 or 11165206. OLE color: 11165206.
HSL color Cylindrical-coordinate representation of color #165EAA: hue angle of 210.81º 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 #165EAA is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 94 | 170 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.33 |
| HSL | 210.81º | 0.77% | 0.38% | - |
| HSV(B) | 210.81º | 0.87% | 0.67% | - |
| XYZ | 11.59 | 11.08 | 39.56 | - |
| YUV | 81.14 | 178.15 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 170 | 0.87 | 0.45 | 0 | 0.33 | 210.81 | 0.77 | 0.38 |
| Hex | 16 | 5E | AA | 57 | 2D | 0 | 21 | D3 | 4D | 26 |
| Octal | 26 | 136 | 252 | 127 | 55 | 0 | 41 | 323 | 115 | 46 |
| Binary | 10110 | 1011110 | 10101010 | 1010111 | 101101 | 0 | 100001 | 11010011 | 1001101 | 100110 |
Color Harmonies of #165EAA
Complementary color
Monochromatic Colors of #165EAA
Black with #165EAA
Text Example
Text Example
White with #165EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165EAA; }
p { color: rgb(22,94,170); }
H1.HeaderClassName
{
color: #165EAA;
}
.AnyTagClassName
{
color: #165EAA;
}
</style>
background-color css
<style>
a { background-color: #165EAA; }
a { background-color: rgb(22,94,170); }
div.DivClassName
{
background-color: #165EAA;
}
.BgClassName
{
background-color: #165EAA;
}
</style>
border-color css
<style>
span { border-color: #165EAA; }
span { border-color: rgb(22,94,170); }
td.TdClassName
{
border-color: #165EAA;
}
.TagClassName
{
border-color: #165EAA;
}
</style>