Shades of Denim #166FBA
Tints of Denim #166FBA
RGB
CMYK
RGB Variations
Color information
#166FBA (or 0x166FBA) is known color: Denim. HEX triplet: 16, 6F and BA. RGB value is (22,111,186). Sum of RGB (Red+Green+Blue) = 22+111+186=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #166FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166FBA is #E99045. Grayscale: #5C5C5C. Windows color (decimal): -15306822 or 12218134. OLE color: 12218134.
HSL color Cylindrical-coordinate representation of color #166FBA: hue angle of 207.44º 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 #166FBA is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 111 | 186 | - |
| CMYK | 0.88 | 0.40 | 0 | 0.27 |
| HSL | 207.44º | 0.79% | 0.41% | - |
| HSV(B) | 207.44º | 0.88% | 0.73% | - |
| XYZ | 14.88 | 15.08 | 48.58 | - |
| YUV | 92.94 | 180.51 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 186 | 0.88 | 0.40 | 0 | 0.27 | 207.44 | 0.79 | 0.41 |
| Hex | 16 | 6F | BA | 58 | 28 | 0 | 1B | CF | 4F | 29 |
| Octal | 26 | 157 | 272 | 130 | 50 | 0 | 33 | 317 | 117 | 51 |
| Binary | 10110 | 1101111 | 10111010 | 1011000 | 101000 | 0 | 11011 | 11001111 | 1001111 | 101001 |
Color Harmonies of #166FBA
Complementary color
Monochromatic Colors of #166FBA
Black with #166FBA
Text Example
Text Example
White with #166FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166FBA; }
p { color: rgb(22,111,186); }
H1.HeaderClassName
{
color: #166FBA;
}
.AnyTagClassName
{
color: #166FBA;
}
</style>
background-color css
<style>
a { background-color: #166FBA; }
a { background-color: rgb(22,111,186); }
div.DivClassName
{
background-color: #166FBA;
}
.BgClassName
{
background-color: #166FBA;
}
</style>
border-color css
<style>
span { border-color: #166FBA; }
span { border-color: rgb(22,111,186); }
td.TdClassName
{
border-color: #166FBA;
}
.TagClassName
{
border-color: #166FBA;
}
</style>