Shades of Denim #166FCC
Tints of Denim #166FCC
RGB
CMYK
RGB Variations
Color information
#166FCC (or 0x166FCC) is known color: Denim. HEX triplet: 16, 6F and CC. RGB value is (22,111,204). Sum of RGB (Red+Green+Blue) = 22+111+204=337 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.53% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #166FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #166FCC is #E99033. Grayscale: #5E5E5E. Windows color (decimal): -15306804 or 13397782. OLE color: 13397782.
HSL color Cylindrical-coordinate representation of color #166FCC: hue angle of 210.66º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #166FCC is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 111 | 204 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.2 |
| HSL | 210.66º | 0.81% | 0.44% | - |
| HSV(B) | 210.66º | 0.89% | 0.8% | - |
| XYZ | 16.91 | 15.9 | 59.3 | - |
| YUV | 94.99 | 189.51 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 204 | 0.89 | 0.46 | 0 | 0.2 | 210.66 | 0.81 | 0.44 |
| Hex | 16 | 6F | CC | 59 | 2E | 0 | 14 | D3 | 51 | 2C |
| Octal | 26 | 157 | 314 | 131 | 56 | 0 | 24 | 323 | 121 | 54 |
| Binary | 10110 | 1101111 | 11001100 | 1011001 | 101110 | 0 | 10100 | 11010011 | 1010001 | 101100 |
Color Harmonies of #166FCC
Complementary color
Monochromatic Colors of #166FCC
Black with #166FCC
Text Example
Text Example
White with #166FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166FCC; }
p { color: rgb(22,111,204); }
H1.HeaderClassName
{
color: #166FCC;
}
.AnyTagClassName
{
color: #166FCC;
}
</style>
background-color css
<style>
a { background-color: #166FCC; }
a { background-color: rgb(22,111,204); }
div.DivClassName
{
background-color: #166FCC;
}
.BgClassName
{
background-color: #166FCC;
}
</style>
border-color css
<style>
span { border-color: #166FCC; }
span { border-color: rgb(22,111,204); }
td.TdClassName
{
border-color: #166FCC;
}
.TagClassName
{
border-color: #166FCC;
}
</style>