Shades of Denim #165DBA
Tints of Denim #165DBA
RGB
CMYK
RGB Variations
Color information
#165DBA (or 0x165DBA) is known color: Denim. HEX triplet: 16, 5D and BA. RGB value is (22,93,186). Sum of RGB (Red+Green+Blue) = 22+93+186=301 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.31% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #165DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165DBA is #E9A245. Grayscale: #515151. Windows color (decimal): -15311430 or 12213526. OLE color: 12213526.
HSL color Cylindrical-coordinate representation of color #165DBA: hue angle of 214.02º 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 #165DBA is Cyan = 0.88, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 93 | 186 | - |
| CMYK | 0.88 | 0.5 | 0 | 0.27 |
| HSL | 214.02º | 0.79% | 0.41% | - |
| HSV(B) | 214.02º | 0.88% | 0.73% | - |
| XYZ | 13.11 | 11.54 | 47.99 | - |
| YUV | 82.37 | 186.48 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 186 | 0.88 | 0.5 | 0 | 0.27 | 214.02 | 0.79 | 0.41 |
| Hex | 16 | 5D | BA | 58 | 32 | 0 | 1B | D6 | 4F | 29 |
| Octal | 26 | 135 | 272 | 130 | 62 | 0 | 33 | 326 | 117 | 51 |
| Binary | 10110 | 1011101 | 10111010 | 1011000 | 110010 | 0 | 11011 | 11010110 | 1001111 | 101001 |
Color Harmonies of #165DBA
Complementary color
Monochromatic Colors of #165DBA
Black with #165DBA
Text Example
Text Example
White with #165DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165DBA; }
p { color: rgb(22,93,186); }
H1.HeaderClassName
{
color: #165DBA;
}
.AnyTagClassName
{
color: #165DBA;
}
</style>
background-color css
<style>
a { background-color: #165DBA; }
a { background-color: rgb(22,93,186); }
div.DivClassName
{
background-color: #165DBA;
}
.BgClassName
{
background-color: #165DBA;
}
</style>
border-color css
<style>
span { border-color: #165DBA; }
span { border-color: rgb(22,93,186); }
td.TdClassName
{
border-color: #165DBA;
}
.TagClassName
{
border-color: #165DBA;
}
</style>