Shades of Denim #166FCE
Tints of Denim #166FCE
RGB
CMYK
RGB Variations
Color information
#166FCE (or 0x166FCE) is known color: Denim. HEX triplet: 16, 6F and CE. RGB value is (22,111,206). Sum of RGB (Red+Green+Blue) = 22+111+206=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #166FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166FCE is #E99031. Grayscale: #5E5E5E. Windows color (decimal): -15306802 or 13528854. OLE color: 13528854.
HSL color Cylindrical-coordinate representation of color #166FCE: hue angle of 210.98º 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 #166FCE is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 111 | 206 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.19 |
| HSL | 210.98º | 0.81% | 0.45% | - |
| HSV(B) | 210.98º | 0.89% | 0.81% | - |
| XYZ | 17.16 | 16 | 60.58 | - |
| YUV | 95.22 | 190.51 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 206 | 0.89 | 0.46 | 0 | 0.19 | 210.98 | 0.81 | 0.45 |
| Hex | 16 | 6F | CE | 59 | 2E | 0 | 13 | D3 | 51 | 2D |
| Octal | 26 | 157 | 316 | 131 | 56 | 0 | 23 | 323 | 121 | 55 |
| Binary | 10110 | 1101111 | 11001110 | 1011001 | 101110 | 0 | 10011 | 11010011 | 1010001 | 101101 |
Color Harmonies of #166FCE
Complementary color
Monochromatic Colors of #166FCE
Black with #166FCE
Text Example
Text Example
White with #166FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166FCE; }
p { color: rgb(22,111,206); }
H1.HeaderClassName
{
color: #166FCE;
}
.AnyTagClassName
{
color: #166FCE;
}
</style>
background-color css
<style>
a { background-color: #166FCE; }
a { background-color: rgb(22,111,206); }
div.DivClassName
{
background-color: #166FCE;
}
.BgClassName
{
background-color: #166FCE;
}
</style>
border-color css
<style>
span { border-color: #166FCE; }
span { border-color: rgb(22,111,206); }
td.TdClassName
{
border-color: #166FCE;
}
.TagClassName
{
border-color: #166FCE;
}
</style>