Shades of Denim #165ECE
Tints of Denim #165ECE
RGB
CMYK
RGB Variations
Color information
#165ECE (or 0x165ECE) is known color: Denim. HEX triplet: 16, 5E and CE. RGB value is (22,94,206). Sum of RGB (Red+Green+Blue) = 22+94+206=322 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.83% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #165ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165ECE is #E9A131. Grayscale: #545454. Windows color (decimal): -15311154 or 13524502. OLE color: 13524502.
HSL color Cylindrical-coordinate representation of color #165ECE: hue angle of 216.52º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #165ECE is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 94 | 206 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.19 |
| HSL | 216.52º | 0.81% | 0.45% | - |
| HSV(B) | 216.52º | 0.89% | 0.81% | - |
| XYZ | 15.47 | 12.63 | 60.02 | - |
| YUV | 85.24 | 196.15 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 206 | 0.89 | 0.54 | 0 | 0.19 | 216.52 | 0.81 | 0.45 |
| Hex | 16 | 5E | CE | 59 | 36 | 0 | 13 | D9 | 51 | 2D |
| Octal | 26 | 136 | 316 | 131 | 66 | 0 | 23 | 331 | 121 | 55 |
| Binary | 10110 | 1011110 | 11001110 | 1011001 | 110110 | 0 | 10011 | 11011001 | 1010001 | 101101 |
Color Harmonies of #165ECE
Complementary color
Monochromatic Colors of #165ECE
Black with #165ECE
Text Example
Text Example
White with #165ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165ECE; }
p { color: rgb(22,94,206); }
H1.HeaderClassName
{
color: #165ECE;
}
.AnyTagClassName
{
color: #165ECE;
}
</style>
background-color css
<style>
a { background-color: #165ECE; }
a { background-color: rgb(22,94,206); }
div.DivClassName
{
background-color: #165ECE;
}
.BgClassName
{
background-color: #165ECE;
}
</style>
border-color css
<style>
span { border-color: #165ECE; }
span { border-color: rgb(22,94,206); }
td.TdClassName
{
border-color: #165ECE;
}
.TagClassName
{
border-color: #165ECE;
}
</style>