Shades of Denim #166BB1
Tints of Denim #166BB1
RGB
CMYK
RGB Variations
Color information
#166BB1 (or 0x166BB1) is known color: Denim. HEX triplet: 16, 6B and B1. RGB value is (22,107,177). Sum of RGB (Red+Green+Blue) = 22+107+177=306 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.19% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 177 (69.53% from 255 or 57.84% from 306); Max value from RGB is 177 - color contains mainly: blue. Hex color #166BB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #166BB1 is #E9944E. Grayscale: #595959. Windows color (decimal): -15307855 or 11627286. OLE color: 11627286.
HSL color Cylindrical-coordinate representation of color #166BB1: hue angle of 207.1º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #166BB1 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 107 | 177 | - |
| CMYK | 0.88 | 0.40 | 0 | 0.31 |
| HSL | 207.1º | 0.78% | 0.39% | - |
| HSV(B) | 207.1º | 0.88% | 0.69% | - |
| XYZ | 13.52 | 13.86 | 43.56 | - |
| YUV | 89.57 | 177.34 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 177 | 0.88 | 0.40 | 0 | 0.31 | 207.1 | 0.78 | 0.39 |
| Hex | 16 | 6B | B1 | 58 | 28 | 0 | 1F | CF | 4E | 27 |
| Octal | 26 | 153 | 261 | 130 | 50 | 0 | 37 | 317 | 116 | 47 |
| Binary | 10110 | 1101011 | 10110001 | 1011000 | 101000 | 0 | 11111 | 11001111 | 1001110 | 100111 |
Color Harmonies of #166BB1
Complementary color
Monochromatic Colors of #166BB1
Black with #166BB1
Text Example
Text Example
White with #166BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166BB1; }
p { color: rgb(22,107,177); }
H1.HeaderClassName
{
color: #166BB1;
}
.AnyTagClassName
{
color: #166BB1;
}
</style>
background-color css
<style>
a { background-color: #166BB1; }
a { background-color: rgb(22,107,177); }
div.DivClassName
{
background-color: #166BB1;
}
.BgClassName
{
background-color: #166BB1;
}
</style>
border-color css
<style>
span { border-color: #166BB1; }
span { border-color: rgb(22,107,177); }
td.TdClassName
{
border-color: #166BB1;
}
.TagClassName
{
border-color: #166BB1;
}
</style>