Shades of Denim #165EBD
Tints of Denim #165EBD
RGB
CMYK
RGB Variations
Color information
#165EBD (or 0x165EBD) is known color: Denim. HEX triplet: 16, 5E and BD. RGB value is (22,94,189). Sum of RGB (Red+Green+Blue) = 22+94+189=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #165EBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165EBD is #E9A142. Grayscale: #525252. Windows color (decimal): -15311171 or 12410390. OLE color: 12410390.
HSL color Cylindrical-coordinate representation of color #165EBD: hue angle of 214.13º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #165EBD is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 94 | 189 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.26 |
| HSL | 214.13º | 0.79% | 0.41% | - |
| HSV(B) | 214.13º | 0.88% | 0.74% | - |
| XYZ | 13.52 | 11.85 | 49.72 | - |
| YUV | 83.3 | 187.65 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 189 | 0.88 | 0.50 | 0 | 0.26 | 214.13 | 0.79 | 0.41 |
| Hex | 16 | 5E | BD | 58 | 32 | 0 | 1A | D6 | 4F | 29 |
| Octal | 26 | 136 | 275 | 130 | 62 | 0 | 32 | 326 | 117 | 51 |
| Binary | 10110 | 1011110 | 10111101 | 1011000 | 110010 | 0 | 11010 | 11010110 | 1001111 | 101001 |
Color Harmonies of #165EBD
Complementary color
Monochromatic Colors of #165EBD
Black with #165EBD
Text Example
Text Example
White with #165EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165EBD; }
p { color: rgb(22,94,189); }
H1.HeaderClassName
{
color: #165EBD;
}
.AnyTagClassName
{
color: #165EBD;
}
</style>
background-color css
<style>
a { background-color: #165EBD; }
a { background-color: rgb(22,94,189); }
div.DivClassName
{
background-color: #165EBD;
}
.BgClassName
{
background-color: #165EBD;
}
</style>
border-color css
<style>
span { border-color: #165EBD; }
span { border-color: rgb(22,94,189); }
td.TdClassName
{
border-color: #165EBD;
}
.TagClassName
{
border-color: #165EBD;
}
</style>