Shades of Denim #165BD3
Tints of Denim #165BD3
RGB
CMYK
RGB Variations
Color information
#165BD3 (or 0x165BD3) is known color: Denim. HEX triplet: 16, 5B and D3. RGB value is (22,91,211). Sum of RGB (Red+Green+Blue) = 22+91+211=324 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.79% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 211 (82.81% from 255 or 65.12% from 324); Max value from RGB is 211 - color contains mainly: blue. Hex color #165BD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165BD3 is #E9A42C. Grayscale: #535353. Windows color (decimal): -15311917 or 13851414. OLE color: 13851414.
HSL color Cylindrical-coordinate representation of color #165BD3: hue angle of 218.1º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #165BD3 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 22 | 91 | 211 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.17 |
| HSL | 218.1º | 0.81% | 0.46% | - |
| HSV(B) | 218.1º | 0.9% | 0.83% | - |
| XYZ | 15.83 | 12.36 | 63.18 | - |
| YUV | 84.05 | 199.64 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 211 | 0.90 | 0.57 | 0 | 0.17 | 218.1 | 0.81 | 0.46 |
| Hex | 16 | 5B | D3 | 5A | 39 | 0 | 11 | DA | 51 | 2E |
| Octal | 26 | 133 | 323 | 132 | 71 | 0 | 21 | 332 | 121 | 56 |
| Binary | 10110 | 1011011 | 11010011 | 1011010 | 111001 | 0 | 10001 | 11011010 | 1010001 | 101110 |
Color Harmonies of #165BD3
Complementary color
Monochromatic Colors of #165BD3
Black with #165BD3
Text Example
Text Example
White with #165BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165BD3; }
p { color: rgb(22,91,211); }
H1.HeaderClassName
{
color: #165BD3;
}
.AnyTagClassName
{
color: #165BD3;
}
</style>
background-color css
<style>
a { background-color: #165BD3; }
a { background-color: rgb(22,91,211); }
div.DivClassName
{
background-color: #165BD3;
}
.BgClassName
{
background-color: #165BD3;
}
</style>
border-color css
<style>
span { border-color: #165BD3; }
span { border-color: rgb(22,91,211); }
td.TdClassName
{
border-color: #165BD3;
}
.TagClassName
{
border-color: #165BD3;
}
</style>