Shades of Denim #165BC8
Tints of Denim #165BC8
RGB
CMYK
RGB Variations
Color information
#165BC8 (or 0x165BC8) is known color: Denim. HEX triplet: 16, 5B and C8. RGB value is (22,91,200). Sum of RGB (Red+Green+Blue) = 22+91+200=313 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.03% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 200 (78.52% from 255 or 63.90% from 313); Max value from RGB is 200 - color contains mainly: blue. Hex color #165BC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165BC8 is #E9A437. Grayscale: #525252. Windows color (decimal): -15311928 or 13130518. OLE color: 13130518.
HSL color Cylindrical-coordinate representation of color #165BC8: hue angle of 216.74º 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 #165BC8 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 91 | 200 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.22 |
| HSL | 216.74º | 0.8% | 0.44% | - |
| HSV(B) | 216.74º | 0.89% | 0.78% | - |
| XYZ | 14.5 | 11.82 | 56.16 | - |
| YUV | 82.8 | 194.14 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 200 | 0.89 | 0.54 | 0 | 0.22 | 216.74 | 0.8 | 0.44 |
| Hex | 16 | 5B | C8 | 59 | 36 | 0 | 16 | D9 | 50 | 2C |
| Octal | 26 | 133 | 310 | 131 | 66 | 0 | 26 | 331 | 120 | 54 |
| Binary | 10110 | 1011011 | 11001000 | 1011001 | 110110 | 0 | 10110 | 11011001 | 1010000 | 101100 |
Color Harmonies of #165BC8
Complementary color
Monochromatic Colors of #165BC8
Black with #165BC8
Text Example
Text Example
White with #165BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165BC8; }
p { color: rgb(22,91,200); }
H1.HeaderClassName
{
color: #165BC8;
}
.AnyTagClassName
{
color: #165BC8;
}
</style>
background-color css
<style>
a { background-color: #165BC8; }
a { background-color: rgb(22,91,200); }
div.DivClassName
{
background-color: #165BC8;
}
.BgClassName
{
background-color: #165BC8;
}
</style>
border-color css
<style>
span { border-color: #165BC8; }
span { border-color: rgb(22,91,200); }
td.TdClassName
{
border-color: #165BC8;
}
.TagClassName
{
border-color: #165BC8;
}
</style>