Shades of Denim #166CBA
Tints of Denim #166CBA
RGB
CMYK
RGB Variations
Color information
#166CBA (or 0x166CBA) is known color: Denim. HEX triplet: 16, 6C and BA. RGB value is (22,108,186). Sum of RGB (Red+Green+Blue) = 22+108+186=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #166CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166CBA is #E99345. Grayscale: #5A5A5A. Windows color (decimal): -15307590 or 12217366. OLE color: 12217366.
HSL color Cylindrical-coordinate representation of color #166CBA: hue angle of 208.54º 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 #166CBA is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 108 | 186 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.27 |
| HSL | 208.54º | 0.79% | 0.41% | - |
| HSV(B) | 208.54º | 0.88% | 0.73% | - |
| XYZ | 14.56 | 14.44 | 48.47 | - |
| YUV | 91.18 | 181.51 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 186 | 0.88 | 0.42 | 0 | 0.27 | 208.54 | 0.79 | 0.41 |
| Hex | 16 | 6C | BA | 58 | 2A | 0 | 1B | D1 | 4F | 29 |
| Octal | 26 | 154 | 272 | 130 | 52 | 0 | 33 | 321 | 117 | 51 |
| Binary | 10110 | 1101100 | 10111010 | 1011000 | 101010 | 0 | 11011 | 11010001 | 1001111 | 101001 |
Color Harmonies of #166CBA
Complementary color
Monochromatic Colors of #166CBA
Black with #166CBA
Text Example
Text Example
White with #166CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166CBA; }
p { color: rgb(22,108,186); }
H1.HeaderClassName
{
color: #166CBA;
}
.AnyTagClassName
{
color: #166CBA;
}
</style>
background-color css
<style>
a { background-color: #166CBA; }
a { background-color: rgb(22,108,186); }
div.DivClassName
{
background-color: #166CBA;
}
.BgClassName
{
background-color: #166CBA;
}
</style>
border-color css
<style>
span { border-color: #166CBA; }
span { border-color: rgb(22,108,186); }
td.TdClassName
{
border-color: #166CBA;
}
.TagClassName
{
border-color: #166CBA;
}
</style>