Shades of Denim #165EC8
Tints of Denim #165EC8
RGB
CMYK
RGB Variations
Color information
#165EC8 (or 0x165EC8) is known color: Denim. HEX triplet: 16, 5E and C8. RGB value is (22,94,200). Sum of RGB (Red+Green+Blue) = 22+94+200=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 200 (78.52% from 255 or 63.29% from 316); Max value from RGB is 200 - color contains mainly: blue. Hex color #165EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165EC8 is #E9A137. Grayscale: #545454. Windows color (decimal): -15311160 or 13131286. OLE color: 13131286.
HSL color Cylindrical-coordinate representation of color #165EC8: hue angle of 215.73º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #165EC8 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 94 | 200 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.22 |
| HSL | 215.73º | 0.8% | 0.44% | - |
| HSV(B) | 215.73º | 0.89% | 0.78% | - |
| XYZ | 14.76 | 12.35 | 56.25 | - |
| YUV | 84.56 | 193.15 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 200 | 0.89 | 0.53 | 0 | 0.22 | 215.73 | 0.8 | 0.44 |
| Hex | 16 | 5E | C8 | 59 | 35 | 0 | 16 | D8 | 50 | 2C |
| Octal | 26 | 136 | 310 | 131 | 65 | 0 | 26 | 330 | 120 | 54 |
| Binary | 10110 | 1011110 | 11001000 | 1011001 | 110101 | 0 | 10110 | 11011000 | 1010000 | 101100 |
Color Harmonies of #165EC8
Complementary color
Monochromatic Colors of #165EC8
Black with #165EC8
Text Example
Text Example
White with #165EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165EC8; }
p { color: rgb(22,94,200); }
H1.HeaderClassName
{
color: #165EC8;
}
.AnyTagClassName
{
color: #165EC8;
}
</style>
background-color css
<style>
a { background-color: #165EC8; }
a { background-color: rgb(22,94,200); }
div.DivClassName
{
background-color: #165EC8;
}
.BgClassName
{
background-color: #165EC8;
}
</style>
border-color css
<style>
span { border-color: #165EC8; }
span { border-color: rgb(22,94,200); }
td.TdClassName
{
border-color: #165EC8;
}
.TagClassName
{
border-color: #165EC8;
}
</style>