Shades of Denim #166BBF
Tints of Denim #166BBF
RGB
CMYK
RGB Variations
Color information
#166BBF (or 0x166BBF) is known color: Denim. HEX triplet: 16, 6B and BF. RGB value is (22,107,191). Sum of RGB (Red+Green+Blue) = 22+107+191=320 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.88% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #166BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166BBF is #E99440. Grayscale: #5A5A5A. Windows color (decimal): -15307841 or 12544790. OLE color: 12544790.
HSL color Cylindrical-coordinate representation of color #166BBF: hue angle of 209.82º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #166BBF is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 107 | 191 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.25 |
| HSL | 209.82º | 0.79% | 0.42% | - |
| HSV(B) | 209.82º | 0.88% | 0.75% | - |
| XYZ | 14.99 | 14.45 | 51.29 | - |
| YUV | 91.16 | 184.34 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 191 | 0.88 | 0.44 | 0 | 0.25 | 209.82 | 0.79 | 0.42 |
| Hex | 16 | 6B | BF | 58 | 2C | 0 | 19 | D2 | 4F | 2A |
| Octal | 26 | 153 | 277 | 130 | 54 | 0 | 31 | 322 | 117 | 52 |
| Binary | 10110 | 1101011 | 10111111 | 1011000 | 101100 | 0 | 11001 | 11010010 | 1001111 | 101010 |
Color Harmonies of #166BBF
Complementary color
Monochromatic Colors of #166BBF
Black with #166BBF
Text Example
Text Example
White with #166BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166BBF; }
p { color: rgb(22,107,191); }
H1.HeaderClassName
{
color: #166BBF;
}
.AnyTagClassName
{
color: #166BBF;
}
</style>
background-color css
<style>
a { background-color: #166BBF; }
a { background-color: rgb(22,107,191); }
div.DivClassName
{
background-color: #166BBF;
}
.BgClassName
{
background-color: #166BBF;
}
</style>
border-color css
<style>
span { border-color: #166BBF; }
span { border-color: rgb(22,107,191); }
td.TdClassName
{
border-color: #166BBF;
}
.TagClassName
{
border-color: #166BBF;
}
</style>