Shades of Denim #165BC0
Tints of Denim #165BC0
RGB
CMYK
RGB Variations
Color information
#165BC0 (or 0x165BC0) is known color: Denim. HEX triplet: 16, 5B and C0. RGB value is (22,91,192). Sum of RGB (Red+Green+Blue) = 22+91+192=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 192 (75.39% from 255 or 62.95% from 305); Max value from RGB is 192 - color contains mainly: blue. Hex color #165BC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165BC0 is #E9A43F. Grayscale: #515151. Windows color (decimal): -15311936 or 12606230. OLE color: 12606230.
HSL color Cylindrical-coordinate representation of color #165BC0: hue angle of 215.65º 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 #165BC0 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 91 | 192 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.25 |
| HSL | 215.65º | 0.79% | 0.42% | - |
| HSV(B) | 215.65º | 0.89% | 0.75% | - |
| XYZ | 13.59 | 11.46 | 51.36 | - |
| YUV | 81.88 | 190.14 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 192 | 0.89 | 0.53 | 0 | 0.25 | 215.65 | 0.79 | 0.42 |
| Hex | 16 | 5B | C0 | 59 | 35 | 0 | 19 | D8 | 4F | 2A |
| Octal | 26 | 133 | 300 | 131 | 65 | 0 | 31 | 330 | 117 | 52 |
| Binary | 10110 | 1011011 | 11000000 | 1011001 | 110101 | 0 | 11001 | 11011000 | 1001111 | 101010 |
Color Harmonies of #165BC0
Complementary color
Monochromatic Colors of #165BC0
Black with #165BC0
Text Example
Text Example
White with #165BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165BC0; }
p { color: rgb(22,91,192); }
H1.HeaderClassName
{
color: #165BC0;
}
.AnyTagClassName
{
color: #165BC0;
}
</style>
background-color css
<style>
a { background-color: #165BC0; }
a { background-color: rgb(22,91,192); }
div.DivClassName
{
background-color: #165BC0;
}
.BgClassName
{
background-color: #165BC0;
}
</style>
border-color css
<style>
span { border-color: #165BC0; }
span { border-color: rgb(22,91,192); }
td.TdClassName
{
border-color: #165BC0;
}
.TagClassName
{
border-color: #165BC0;
}
</style>