Shades of Denim #165AB0
Tints of Denim #165AB0
RGB
CMYK
RGB Variations
Color information
#165AB0 (or 0x165AB0) is known color: Denim. HEX triplet: 16, 5A and B0. RGB value is (22,90,176). Sum of RGB (Red+Green+Blue) = 22+90+176=288 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.64% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 176 (69.14% from 255 or 61.11% from 288); Max value from RGB is 176 - color contains mainly: blue. Hex color #165AB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165AB0 is #E9A54F. Grayscale: #4F4F4F. Windows color (decimal): -15312208 or 11557398. OLE color: 11557398.
HSL color Cylindrical-coordinate representation of color #165AB0: hue angle of 213.51º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #165AB0 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 90 | 176 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.31 |
| HSL | 213.51º | 0.78% | 0.39% | - |
| HSV(B) | 213.51º | 0.88% | 0.69% | - |
| XYZ | 11.82 | 10.62 | 42.5 | - |
| YUV | 79.47 | 182.47 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 176 | 0.88 | 0.49 | 0 | 0.31 | 213.51 | 0.78 | 0.39 |
| Hex | 16 | 5A | B0 | 58 | 31 | 0 | 1F | D6 | 4E | 27 |
| Octal | 26 | 132 | 260 | 130 | 61 | 0 | 37 | 326 | 116 | 47 |
| Binary | 10110 | 1011010 | 10110000 | 1011000 | 110001 | 0 | 11111 | 11010110 | 1001110 | 100111 |
Color Harmonies of #165AB0
Complementary color
Monochromatic Colors of #165AB0
Black with #165AB0
Text Example
Text Example
White with #165AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165AB0; }
p { color: rgb(22,90,176); }
H1.HeaderClassName
{
color: #165AB0;
}
.AnyTagClassName
{
color: #165AB0;
}
</style>
background-color css
<style>
a { background-color: #165AB0; }
a { background-color: rgb(22,90,176); }
div.DivClassName
{
background-color: #165AB0;
}
.BgClassName
{
background-color: #165AB0;
}
</style>
border-color css
<style>
span { border-color: #165AB0; }
span { border-color: rgb(22,90,176); }
td.TdClassName
{
border-color: #165AB0;
}
.TagClassName
{
border-color: #165AB0;
}
</style>