Shades of Denim #165EC7
Tints of Denim #165EC7
RGB
CMYK
RGB Variations
Color information
#165EC7 (or 0x165EC7) is known color: Denim. HEX triplet: 16, 5E and C7. RGB value is (22,94,199). Sum of RGB (Red+Green+Blue) = 22+94+199=315 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.98% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 199 (78.12% from 255 or 63.17% from 315); Max value from RGB is 199 - color contains mainly: blue. Hex color #165EC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165EC7 is #E9A138. Grayscale: #535353. Windows color (decimal): -15311161 or 13065750. OLE color: 13065750.
HSL color Cylindrical-coordinate representation of color #165EC7: hue angle of 215.59º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #165EC7 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 94 | 199 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.22 |
| HSL | 215.59º | 0.8% | 0.43% | - |
| HSV(B) | 215.59º | 0.89% | 0.78% | - |
| XYZ | 14.64 | 12.3 | 55.64 | - |
| YUV | 84.44 | 192.65 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 199 | 0.89 | 0.53 | 0 | 0.22 | 215.59 | 0.8 | 0.43 |
| Hex | 16 | 5E | C7 | 59 | 35 | 0 | 16 | D8 | 50 | 2B |
| Octal | 26 | 136 | 307 | 131 | 65 | 0 | 26 | 330 | 120 | 53 |
| Binary | 10110 | 1011110 | 11000111 | 1011001 | 110101 | 0 | 10110 | 11011000 | 1010000 | 101011 |
Color Harmonies of #165EC7
Complementary color
Monochromatic Colors of #165EC7
Black with #165EC7
Text Example
Text Example
White with #165EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165EC7; }
p { color: rgb(22,94,199); }
H1.HeaderClassName
{
color: #165EC7;
}
.AnyTagClassName
{
color: #165EC7;
}
</style>
background-color css
<style>
a { background-color: #165EC7; }
a { background-color: rgb(22,94,199); }
div.DivClassName
{
background-color: #165EC7;
}
.BgClassName
{
background-color: #165EC7;
}
</style>
border-color css
<style>
span { border-color: #165EC7; }
span { border-color: rgb(22,94,199); }
td.TdClassName
{
border-color: #165EC7;
}
.TagClassName
{
border-color: #165EC7;
}
</style>