Shades of Denim #165ABA
Tints of Denim #165ABA
RGB
CMYK
RGB Variations
Color information
#165ABA (or 0x165ABA) is known color: Denim. HEX triplet: 16, 5A and BA. RGB value is (22,90,186). Sum of RGB (Red+Green+Blue) = 22+90+186=298 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.38% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #165ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165ABA is #E9A545. Grayscale: #505050. Windows color (decimal): -15312198 or 12212758. OLE color: 12212758.
HSL color Cylindrical-coordinate representation of color #165ABA: hue angle of 215.12º 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 #165ABA is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 90 | 186 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.27 |
| HSL | 215.12º | 0.79% | 0.41% | - |
| HSV(B) | 215.12º | 0.88% | 0.73% | - |
| XYZ | 12.85 | 11.03 | 47.91 | - |
| YUV | 80.61 | 187.47 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 186 | 0.88 | 0.52 | 0 | 0.27 | 215.12 | 0.79 | 0.41 |
| Hex | 16 | 5A | BA | 58 | 34 | 0 | 1B | D7 | 4F | 29 |
| Octal | 26 | 132 | 272 | 130 | 64 | 0 | 33 | 327 | 117 | 51 |
| Binary | 10110 | 1011010 | 10111010 | 1011000 | 110100 | 0 | 11011 | 11010111 | 1001111 | 101001 |
Color Harmonies of #165ABA
Complementary color
Monochromatic Colors of #165ABA
Black with #165ABA
Text Example
Text Example
White with #165ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165ABA; }
p { color: rgb(22,90,186); }
H1.HeaderClassName
{
color: #165ABA;
}
.AnyTagClassName
{
color: #165ABA;
}
</style>
background-color css
<style>
a { background-color: #165ABA; }
a { background-color: rgb(22,90,186); }
div.DivClassName
{
background-color: #165ABA;
}
.BgClassName
{
background-color: #165ABA;
}
</style>
border-color css
<style>
span { border-color: #165ABA; }
span { border-color: rgb(22,90,186); }
td.TdClassName
{
border-color: #165ABA;
}
.TagClassName
{
border-color: #165ABA;
}
</style>