Shades of Denim #165EC0
Tints of Denim #165EC0
RGB
CMYK
RGB Variations
Color information
#165EC0 (or 0x165EC0) is known color: Denim. HEX triplet: 16, 5E and C0. RGB value is (22,94,192). Sum of RGB (Red+Green+Blue) = 22+94+192=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 192 (75.39% from 255 or 62.34% from 308); Max value from RGB is 192 - color contains mainly: blue. Hex color #165EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165EC0 is #E9A13F. Grayscale: #535353. Windows color (decimal): -15311168 or 12606998. OLE color: 12606998.
HSL color Cylindrical-coordinate representation of color #165EC0: hue angle of 214.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #165EC0 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 94 | 192 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.25 |
| HSL | 214.59º | 0.79% | 0.42% | - |
| HSV(B) | 214.59º | 0.89% | 0.75% | - |
| XYZ | 13.85 | 11.98 | 51.45 | - |
| YUV | 83.64 | 189.15 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 192 | 0.89 | 0.51 | 0 | 0.25 | 214.59 | 0.79 | 0.42 |
| Hex | 16 | 5E | C0 | 59 | 33 | 0 | 19 | D7 | 4F | 2A |
| Octal | 26 | 136 | 300 | 131 | 63 | 0 | 31 | 327 | 117 | 52 |
| Binary | 10110 | 1011110 | 11000000 | 1011001 | 110011 | 0 | 11001 | 11010111 | 1001111 | 101010 |
Color Harmonies of #165EC0
Complementary color
Monochromatic Colors of #165EC0
Black with #165EC0
Text Example
Text Example
White with #165EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165EC0; }
p { color: rgb(22,94,192); }
H1.HeaderClassName
{
color: #165EC0;
}
.AnyTagClassName
{
color: #165EC0;
}
</style>
background-color css
<style>
a { background-color: #165EC0; }
a { background-color: rgb(22,94,192); }
div.DivClassName
{
background-color: #165EC0;
}
.BgClassName
{
background-color: #165EC0;
}
</style>
border-color css
<style>
span { border-color: #165EC0; }
span { border-color: rgb(22,94,192); }
td.TdClassName
{
border-color: #165EC0;
}
.TagClassName
{
border-color: #165EC0;
}
</style>