Shades of Denim #165EBA
Tints of Denim #165EBA
RGB
CMYK
RGB Variations
Color information
#165EBA (or 0x165EBA) is known color: Denim. HEX triplet: 16, 5E and BA. RGB value is (22,94,186). Sum of RGB (Red+Green+Blue) = 22+94+186=302 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.28% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #165EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165EBA is #E9A145. Grayscale: #525252. Windows color (decimal): -15311174 or 12213782. OLE color: 12213782.
HSL color Cylindrical-coordinate representation of color #165EBA: hue angle of 213.66º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #165EBA is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 94 | 186 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.27 |
| HSL | 213.66º | 0.79% | 0.41% | - |
| HSV(B) | 213.66º | 0.88% | 0.73% | - |
| XYZ | 13.2 | 11.72 | 48.02 | - |
| YUV | 82.96 | 186.15 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 186 | 0.88 | 0.49 | 0 | 0.27 | 213.66 | 0.79 | 0.41 |
| Hex | 16 | 5E | BA | 58 | 31 | 0 | 1B | D6 | 4F | 29 |
| Octal | 26 | 136 | 272 | 130 | 61 | 0 | 33 | 326 | 117 | 51 |
| Binary | 10110 | 1011110 | 10111010 | 1011000 | 110001 | 0 | 11011 | 11010110 | 1001111 | 101001 |
Color Harmonies of #165EBA
Complementary color
Monochromatic Colors of #165EBA
Black with #165EBA
Text Example
Text Example
White with #165EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165EBA; }
p { color: rgb(22,94,186); }
H1.HeaderClassName
{
color: #165EBA;
}
.AnyTagClassName
{
color: #165EBA;
}
</style>
background-color css
<style>
a { background-color: #165EBA; }
a { background-color: rgb(22,94,186); }
div.DivClassName
{
background-color: #165EBA;
}
.BgClassName
{
background-color: #165EBA;
}
</style>
border-color css
<style>
span { border-color: #165EBA; }
span { border-color: rgb(22,94,186); }
td.TdClassName
{
border-color: #165EBA;
}
.TagClassName
{
border-color: #165EBA;
}
</style>