Shades of Denim #165EBC
Tints of Denim #165EBC
RGB
CMYK
RGB Variations
Color information
#165EBC (or 0x165EBC) is known color: Denim. HEX triplet: 16, 5E and BC. RGB value is (22,94,188). Sum of RGB (Red+Green+Blue) = 22+94+188=304 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.24% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #165EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165EBC is #E9A143. Grayscale: #525252. Windows color (decimal): -15311172 or 12344854. OLE color: 12344854.
HSL color Cylindrical-coordinate representation of color #165EBC: hue angle of 213.98º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #165EBC is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 94 | 188 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.26 |
| HSL | 213.98º | 0.79% | 0.41% | - |
| HSV(B) | 213.98º | 0.88% | 0.74% | - |
| XYZ | 13.41 | 11.81 | 49.15 | - |
| YUV | 83.19 | 187.15 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 188 | 0.88 | 0.50 | 0 | 0.26 | 213.98 | 0.79 | 0.41 |
| Hex | 16 | 5E | BC | 58 | 32 | 0 | 1A | D6 | 4F | 29 |
| Octal | 26 | 136 | 274 | 130 | 62 | 0 | 32 | 326 | 117 | 51 |
| Binary | 10110 | 1011110 | 10111100 | 1011000 | 110010 | 0 | 11010 | 11010110 | 1001111 | 101001 |
Color Harmonies of #165EBC
Complementary color
Monochromatic Colors of #165EBC
Black with #165EBC
Text Example
Text Example
White with #165EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165EBC; }
p { color: rgb(22,94,188); }
H1.HeaderClassName
{
color: #165EBC;
}
.AnyTagClassName
{
color: #165EBC;
}
</style>
background-color css
<style>
a { background-color: #165EBC; }
a { background-color: rgb(22,94,188); }
div.DivClassName
{
background-color: #165EBC;
}
.BgClassName
{
background-color: #165EBC;
}
</style>
border-color css
<style>
span { border-color: #165EBC; }
span { border-color: rgb(22,94,188); }
td.TdClassName
{
border-color: #165EBC;
}
.TagClassName
{
border-color: #165EBC;
}
</style>