Shades of Denim #166BBE
Tints of Denim #166BBE
RGB
CMYK
RGB Variations
Color information
#166BBE (or 0x166BBE) is known color: Denim. HEX triplet: 16, 6B and BE. RGB value is (22,107,190). Sum of RGB (Red+Green+Blue) = 22+107+190=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #166BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166BBE is #E99441. Grayscale: #5A5A5A. Windows color (decimal): -15307842 or 12479254. OLE color: 12479254.
HSL color Cylindrical-coordinate representation of color #166BBE: hue angle of 209.64º 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 #166BBE is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 107 | 190 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.25 |
| HSL | 209.64º | 0.79% | 0.42% | - |
| HSV(B) | 209.64º | 0.88% | 0.75% | - |
| XYZ | 14.88 | 14.4 | 50.71 | - |
| YUV | 91.05 | 183.84 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 190 | 0.88 | 0.44 | 0 | 0.25 | 209.64 | 0.79 | 0.42 |
| Hex | 16 | 6B | BE | 58 | 2C | 0 | 19 | D2 | 4F | 2A |
| Octal | 26 | 153 | 276 | 130 | 54 | 0 | 31 | 322 | 117 | 52 |
| Binary | 10110 | 1101011 | 10111110 | 1011000 | 101100 | 0 | 11001 | 11010010 | 1001111 | 101010 |
Color Harmonies of #166BBE
Complementary color
Monochromatic Colors of #166BBE
Black with #166BBE
Text Example
Text Example
White with #166BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166BBE; }
p { color: rgb(22,107,190); }
H1.HeaderClassName
{
color: #166BBE;
}
.AnyTagClassName
{
color: #166BBE;
}
</style>
background-color css
<style>
a { background-color: #166BBE; }
a { background-color: rgb(22,107,190); }
div.DivClassName
{
background-color: #166BBE;
}
.BgClassName
{
background-color: #166BBE;
}
</style>
border-color css
<style>
span { border-color: #166BBE; }
span { border-color: rgb(22,107,190); }
td.TdClassName
{
border-color: #166BBE;
}
.TagClassName
{
border-color: #166BBE;
}
</style>