Shades of Denim #166BC7
Tints of Denim #166BC7
RGB
CMYK
RGB Variations
Color information
#166BC7 (or 0x166BC7) is known color: Denim. HEX triplet: 16, 6B and C7. RGB value is (22,107,199). Sum of RGB (Red+Green+Blue) = 22+107+199=328 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.71% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 199 (78.12% from 255 or 60.67% from 328); Max value from RGB is 199 - color contains mainly: blue. Hex color #166BC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166BC7 is #E99438. Grayscale: #5B5B5B. Windows color (decimal): -15307833 or 13069078. OLE color: 13069078.
HSL color Cylindrical-coordinate representation of color #166BC7: hue angle of 211.19º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #166BC7 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 107 | 199 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.22 |
| HSL | 211.19º | 0.8% | 0.43% | - |
| HSV(B) | 211.19º | 0.89% | 0.78% | - |
| XYZ | 15.9 | 14.81 | 56.05 | - |
| YUV | 92.07 | 188.34 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 199 | 0.89 | 0.46 | 0 | 0.22 | 211.19 | 0.8 | 0.43 |
| Hex | 16 | 6B | C7 | 59 | 2E | 0 | 16 | D3 | 50 | 2B |
| Octal | 26 | 153 | 307 | 131 | 56 | 0 | 26 | 323 | 120 | 53 |
| Binary | 10110 | 1101011 | 11000111 | 1011001 | 101110 | 0 | 10110 | 11010011 | 1010000 | 101011 |
Color Harmonies of #166BC7
Complementary color
Monochromatic Colors of #166BC7
Black with #166BC7
Text Example
Text Example
White with #166BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166BC7; }
p { color: rgb(22,107,199); }
H1.HeaderClassName
{
color: #166BC7;
}
.AnyTagClassName
{
color: #166BC7;
}
</style>
background-color css
<style>
a { background-color: #166BC7; }
a { background-color: rgb(22,107,199); }
div.DivClassName
{
background-color: #166BC7;
}
.BgClassName
{
background-color: #166BC7;
}
</style>
border-color css
<style>
span { border-color: #166BC7; }
span { border-color: rgb(22,107,199); }
td.TdClassName
{
border-color: #166BC7;
}
.TagClassName
{
border-color: #166BC7;
}
</style>