Shades of Denim #165DAE
Tints of Denim #165DAE
RGB
CMYK
RGB Variations
Color information
#165DAE (or 0x165DAE) is known color: Denim. HEX triplet: 16, 5D and AE. RGB value is (22,93,174). Sum of RGB (Red+Green+Blue) = 22+93+174=289 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.61% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #165DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165DAE is #E9A251. Grayscale: #505050. Windows color (decimal): -15311442 or 11427094. OLE color: 11427094.
HSL color Cylindrical-coordinate representation of color #165DAE: hue angle of 211.97º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #165DAE is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 93 | 174 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.32 |
| HSL | 211.97º | 0.78% | 0.38% | - |
| HSV(B) | 211.97º | 0.87% | 0.68% | - |
| XYZ | 11.89 | 11.06 | 41.55 | - |
| YUV | 81.01 | 180.48 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 174 | 0.87 | 0.47 | 0 | 0.32 | 211.97 | 0.78 | 0.38 |
| Hex | 16 | 5D | AE | 57 | 2F | 0 | 20 | D4 | 4E | 26 |
| Octal | 26 | 135 | 256 | 127 | 57 | 0 | 40 | 324 | 116 | 46 |
| Binary | 10110 | 1011101 | 10101110 | 1010111 | 101111 | 0 | 100000 | 11010100 | 1001110 | 100110 |
Color Harmonies of #165DAE
Complementary color
Monochromatic Colors of #165DAE
Black with #165DAE
Text Example
Text Example
White with #165DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165DAE; }
p { color: rgb(22,93,174); }
H1.HeaderClassName
{
color: #165DAE;
}
.AnyTagClassName
{
color: #165DAE;
}
</style>
background-color css
<style>
a { background-color: #165DAE; }
a { background-color: rgb(22,93,174); }
div.DivClassName
{
background-color: #165DAE;
}
.BgClassName
{
background-color: #165DAE;
}
</style>
border-color css
<style>
span { border-color: #165DAE; }
span { border-color: rgb(22,93,174); }
td.TdClassName
{
border-color: #165DAE;
}
.TagClassName
{
border-color: #165DAE;
}
</style>