Shades of Denim #166BBC
Tints of Denim #166BBC
RGB
CMYK
RGB Variations
Color information
#166BBC (or 0x166BBC) is known color: Denim. HEX triplet: 16, 6B and BC. RGB value is (22,107,188). Sum of RGB (Red+Green+Blue) = 22+107+188=317 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.94% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #166BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166BBC is #E99443. Grayscale: #5A5A5A. Windows color (decimal): -15307844 or 12348182. OLE color: 12348182.
HSL color Cylindrical-coordinate representation of color #166BBC: hue angle of 209.28º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #166BBC is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 107 | 188 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.26 |
| HSL | 209.28º | 0.79% | 0.41% | - |
| HSV(B) | 209.28º | 0.88% | 0.74% | - |
| XYZ | 14.67 | 14.32 | 49.57 | - |
| YUV | 90.82 | 182.84 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 188 | 0.88 | 0.43 | 0 | 0.26 | 209.28 | 0.79 | 0.41 |
| Hex | 16 | 6B | BC | 58 | 2B | 0 | 1A | D1 | 4F | 29 |
| Octal | 26 | 153 | 274 | 130 | 53 | 0 | 32 | 321 | 117 | 51 |
| Binary | 10110 | 1101011 | 10111100 | 1011000 | 101011 | 0 | 11010 | 11010001 | 1001111 | 101001 |
Color Harmonies of #166BBC
Complementary color
Monochromatic Colors of #166BBC
Black with #166BBC
Text Example
Text Example
White with #166BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166BBC; }
p { color: rgb(22,107,188); }
H1.HeaderClassName
{
color: #166BBC;
}
.AnyTagClassName
{
color: #166BBC;
}
</style>
background-color css
<style>
a { background-color: #166BBC; }
a { background-color: rgb(22,107,188); }
div.DivClassName
{
background-color: #166BBC;
}
.BgClassName
{
background-color: #166BBC;
}
</style>
border-color css
<style>
span { border-color: #166BBC; }
span { border-color: rgb(22,107,188); }
td.TdClassName
{
border-color: #166BBC;
}
.TagClassName
{
border-color: #166BBC;
}
</style>