Shades of Denim #166BCF
Tints of Denim #166BCF
RGB
CMYK
RGB Variations
Color information
#166BCF (or 0x166BCF) is known color: Denim. HEX triplet: 16, 6B and CF. RGB value is (22,107,207). Sum of RGB (Red+Green+Blue) = 22+107+207=336 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.55% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #166BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166BCF is #E99430. Grayscale: #5C5C5C. Windows color (decimal): -15307825 or 13593366. OLE color: 13593366.
HSL color Cylindrical-coordinate representation of color #166BCF: hue angle of 212.43º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #166BCF is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 107 | 207 | - |
| CMYK | 0.89 | 0.48 | 0 | 0.19 |
| HSL | 212.43º | 0.81% | 0.45% | - |
| HSV(B) | 212.43º | 0.89% | 0.81% | - |
| XYZ | 16.85 | 15.19 | 61.08 | - |
| YUV | 92.99 | 192.34 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 107 | 207 | 0.89 | 0.48 | 0 | 0.19 | 212.43 | 0.81 | 0.45 |
| Hex | 16 | 6B | CF | 59 | 30 | 0 | 13 | D4 | 51 | 2D |
| Octal | 26 | 153 | 317 | 131 | 60 | 0 | 23 | 324 | 121 | 55 |
| Binary | 10110 | 1101011 | 11001111 | 1011001 | 110000 | 0 | 10011 | 11010100 | 1010001 | 101101 |
Color Harmonies of #166BCF
Complementary color
Monochromatic Colors of #166BCF
Black with #166BCF
Text Example
Text Example
White with #166BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166BCF; }
p { color: rgb(22,107,207); }
H1.HeaderClassName
{
color: #166BCF;
}
.AnyTagClassName
{
color: #166BCF;
}
</style>
background-color css
<style>
a { background-color: #166BCF; }
a { background-color: rgb(22,107,207); }
div.DivClassName
{
background-color: #166BCF;
}
.BgClassName
{
background-color: #166BCF;
}
</style>
border-color css
<style>
span { border-color: #166BCF; }
span { border-color: rgb(22,107,207); }
td.TdClassName
{
border-color: #166BCF;
}
.TagClassName
{
border-color: #166BCF;
}
</style>