Shades of Denim #166DB5
Tints of Denim #166DB5
RGB
CMYK
RGB Variations
Color information
#166DB5 (or 0x166DB5) is known color: Denim. HEX triplet: 16, 6D and B5. RGB value is (22,109,181). Sum of RGB (Red+Green+Blue) = 22+109+181=312 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.05% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 181 (71.09% from 255 or 58.01% from 312); Max value from RGB is 181 - color contains mainly: blue. Hex color #166DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166DB5 is #E9924A. Grayscale: #5A5A5A. Windows color (decimal): -15307339 or 11889942. OLE color: 11889942.
HSL color Cylindrical-coordinate representation of color #166DB5: hue angle of 207.17º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #166DB5 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 109 | 181 | - |
| CMYK | 0.88 | 0.40 | 0 | 0.29 |
| HSL | 207.17º | 0.78% | 0.4% | - |
| HSV(B) | 207.17º | 0.88% | 0.71% | - |
| XYZ | 14.14 | 14.44 | 45.76 | - |
| YUV | 91.2 | 178.68 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 109 | 181 | 0.88 | 0.40 | 0 | 0.29 | 207.17 | 0.78 | 0.4 |
| Hex | 16 | 6D | B5 | 58 | 28 | 0 | 1D | CF | 4E | 28 |
| Octal | 26 | 155 | 265 | 130 | 50 | 0 | 35 | 317 | 116 | 50 |
| Binary | 10110 | 1101101 | 10110101 | 1011000 | 101000 | 0 | 11101 | 11001111 | 1001110 | 101000 |
Color Harmonies of #166DB5
Complementary color
Monochromatic Colors of #166DB5
Black with #166DB5
Text Example
Text Example
White with #166DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166DB5; }
p { color: rgb(22,109,181); }
H1.HeaderClassName
{
color: #166DB5;
}
.AnyTagClassName
{
color: #166DB5;
}
</style>
background-color css
<style>
a { background-color: #166DB5; }
a { background-color: rgb(22,109,181); }
div.DivClassName
{
background-color: #166DB5;
}
.BgClassName
{
background-color: #166DB5;
}
</style>
border-color css
<style>
span { border-color: #166DB5; }
span { border-color: rgb(22,109,181); }
td.TdClassName
{
border-color: #166DB5;
}
.TagClassName
{
border-color: #166DB5;
}
</style>