Shades of Denim #165ADB
Tints of Denim #165ADB
RGB
CMYK
RGB Variations
Color information
#165ADB (or 0x165ADB) is known color: Denim. HEX triplet: 16, 5A and DB. RGB value is (22,90,219). Sum of RGB (Red+Green+Blue) = 22+90+219=331 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.65% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #165ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165ADB is #E9A524. Grayscale: #535353. Windows color (decimal): -15312165 or 14375446. OLE color: 14375446.
HSL color Cylindrical-coordinate representation of color #165ADB: hue angle of 219.29º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #165ADB is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 90 | 219 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.14 |
| HSL | 219.29º | 0.82% | 0.47% | - |
| HSV(B) | 219.29º | 0.9% | 0.86% | - |
| XYZ | 16.77 | 12.6 | 68.57 | - |
| YUV | 84.37 | 203.97 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 219 | 0.90 | 0.59 | 0 | 0.14 | 219.29 | 0.82 | 0.47 |
| Hex | 16 | 5A | DB | 5A | 3B | 0 | E | DB | 52 | 2F |
| Octal | 26 | 132 | 333 | 132 | 73 | 0 | 16 | 333 | 122 | 57 |
| Binary | 10110 | 1011010 | 11011011 | 1011010 | 111011 | 0 | 1110 | 11011011 | 1010010 | 101111 |
Color Harmonies of #165ADB
Complementary color
Monochromatic Colors of #165ADB
Black with #165ADB
Text Example
Text Example
White with #165ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165ADB; }
p { color: rgb(22,90,219); }
H1.HeaderClassName
{
color: #165ADB;
}
.AnyTagClassName
{
color: #165ADB;
}
</style>
background-color css
<style>
a { background-color: #165ADB; }
a { background-color: rgb(22,90,219); }
div.DivClassName
{
background-color: #165ADB;
}
.BgClassName
{
background-color: #165ADB;
}
</style>
border-color css
<style>
span { border-color: #165ADB; }
span { border-color: rgb(22,90,219); }
td.TdClassName
{
border-color: #165ADB;
}
.TagClassName
{
border-color: #165ADB;
}
</style>