Shades of Denim #165BD0
Tints of Denim #165BD0
RGB
CMYK
RGB Variations
Color information
#165BD0 (or 0x165BD0) is known color: Denim. HEX triplet: 16, 5B and D0. RGB value is (22,91,208). Sum of RGB (Red+Green+Blue) = 22+91+208=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 208 (81.64% from 255 or 64.80% from 321); Max value from RGB is 208 - color contains mainly: blue. Hex color #165BD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165BD0 is #E9A42F. Grayscale: #535353. Windows color (decimal): -15311920 or 13654806. OLE color: 13654806.
HSL color Cylindrical-coordinate representation of color #165BD0: hue angle of 217.74º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #165BD0 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 91 | 208 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.18 |
| HSL | 217.74º | 0.81% | 0.45% | - |
| HSV(B) | 217.74º | 0.89% | 0.82% | - |
| XYZ | 15.46 | 12.21 | 61.22 | - |
| YUV | 83.71 | 198.14 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 208 | 0.89 | 0.56 | 0 | 0.18 | 217.74 | 0.81 | 0.45 |
| Hex | 16 | 5B | D0 | 59 | 38 | 0 | 12 | DA | 51 | 2D |
| Octal | 26 | 133 | 320 | 131 | 70 | 0 | 22 | 332 | 121 | 55 |
| Binary | 10110 | 1011011 | 11010000 | 1011001 | 111000 | 0 | 10010 | 11011010 | 1010001 | 101101 |
Color Harmonies of #165BD0
Complementary color
Monochromatic Colors of #165BD0
Black with #165BD0
Text Example
Text Example
White with #165BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165BD0; }
p { color: rgb(22,91,208); }
H1.HeaderClassName
{
color: #165BD0;
}
.AnyTagClassName
{
color: #165BD0;
}
</style>
background-color css
<style>
a { background-color: #165BD0; }
a { background-color: rgb(22,91,208); }
div.DivClassName
{
background-color: #165BD0;
}
.BgClassName
{
background-color: #165BD0;
}
</style>
border-color css
<style>
span { border-color: #165BD0; }
span { border-color: rgb(22,91,208); }
td.TdClassName
{
border-color: #165BD0;
}
.TagClassName
{
border-color: #165BD0;
}
</style>