Shades of Denim #166DB0
Tints of Denim #166DB0
RGB
CMYK
RGB Variations
Color information
#166DB0 (or 0x166DB0) is known color: Denim. HEX triplet: 16, 6D and B0. RGB value is (22,109,176). Sum of RGB (Red+Green+Blue) = 22+109+176=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 176 (69.14% from 255 or 57.33% from 307); Max value from RGB is 176 - color contains mainly: blue. Hex color #166DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166DB0 is #E9924F. Grayscale: #5A5A5A. Windows color (decimal): -15307344 or 11562262. OLE color: 11562262.
HSL color Cylindrical-coordinate representation of color #166DB0: hue angle of 206.1º 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 #166DB0 is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 109 | 176 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.31 |
| HSL | 206.1º | 0.78% | 0.39% | - |
| HSV(B) | 206.1º | 0.88% | 0.69% | - |
| XYZ | 13.64 | 14.24 | 43.1 | - |
| YUV | 90.63 | 176.18 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 109 | 176 | 0.88 | 0.38 | 0 | 0.31 | 206.1 | 0.78 | 0.39 |
| Hex | 16 | 6D | B0 | 58 | 26 | 0 | 1F | CE | 4E | 27 |
| Octal | 26 | 155 | 260 | 130 | 46 | 0 | 37 | 316 | 116 | 47 |
| Binary | 10110 | 1101101 | 10110000 | 1011000 | 100110 | 0 | 11111 | 11001110 | 1001110 | 100111 |
Color Harmonies of #166DB0
Complementary color
Monochromatic Colors of #166DB0
Black with #166DB0
Text Example
Text Example
White with #166DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166DB0; }
p { color: rgb(22,109,176); }
H1.HeaderClassName
{
color: #166DB0;
}
.AnyTagClassName
{
color: #166DB0;
}
</style>
background-color css
<style>
a { background-color: #166DB0; }
a { background-color: rgb(22,109,176); }
div.DivClassName
{
background-color: #166DB0;
}
.BgClassName
{
background-color: #166DB0;
}
</style>
border-color css
<style>
span { border-color: #166DB0; }
span { border-color: rgb(22,109,176); }
td.TdClassName
{
border-color: #166DB0;
}
.TagClassName
{
border-color: #166DB0;
}
</style>