Shades of Denim #166EBA
Tints of Denim #166EBA
RGB
CMYK
RGB Variations
Color information
#166EBA (or 0x166EBA) is known color: Denim. HEX triplet: 16, 6E and BA. RGB value is (22,110,186). Sum of RGB (Red+Green+Blue) = 22+110+186=318 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.92% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #166EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166EBA is #E99145. Grayscale: #5B5B5B. Windows color (decimal): -15307078 or 12217878. OLE color: 12217878.
HSL color Cylindrical-coordinate representation of color #166EBA: hue angle of 207.8º 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 #166EBA is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 110 | 186 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.27 |
| HSL | 207.8º | 0.79% | 0.41% | - |
| HSV(B) | 207.8º | 0.88% | 0.73% | - |
| XYZ | 14.77 | 14.87 | 48.55 | - |
| YUV | 92.35 | 180.85 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 186 | 0.88 | 0.41 | 0 | 0.27 | 207.8 | 0.79 | 0.41 |
| Hex | 16 | 6E | BA | 58 | 29 | 0 | 1B | D0 | 4F | 29 |
| Octal | 26 | 156 | 272 | 130 | 51 | 0 | 33 | 320 | 117 | 51 |
| Binary | 10110 | 1101110 | 10111010 | 1011000 | 101001 | 0 | 11011 | 11010000 | 1001111 | 101001 |
Color Harmonies of #166EBA
Complementary color
Monochromatic Colors of #166EBA
Black with #166EBA
Text Example
Text Example
White with #166EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166EBA; }
p { color: rgb(22,110,186); }
H1.HeaderClassName
{
color: #166EBA;
}
.AnyTagClassName
{
color: #166EBA;
}
</style>
background-color css
<style>
a { background-color: #166EBA; }
a { background-color: rgb(22,110,186); }
div.DivClassName
{
background-color: #166EBA;
}
.BgClassName
{
background-color: #166EBA;
}
</style>
border-color css
<style>
span { border-color: #166EBA; }
span { border-color: rgb(22,110,186); }
td.TdClassName
{
border-color: #166EBA;
}
.TagClassName
{
border-color: #166EBA;
}
</style>