Shades of Denim #106FC5
Tints of Denim #106FC5
RGB
CMYK
RGB Variations
Color information
#106FC5 (or 0x106FC5) is known color: Denim. HEX triplet: 10, 6F and C5. RGB value is (16,111,197). Sum of RGB (Red+Green+Blue) = 16+111+197=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 197 (77.34% from 255 or 60.80% from 324); Max value from RGB is 197 - color contains mainly: blue. Hex color #106FC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106FC5 is #EF903A. Grayscale: #5B5B5B. Windows color (decimal): -15700027 or 12939024. OLE color: 12939024.
HSL color Cylindrical-coordinate representation of color #106FC5: hue angle of 208.51º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #106FC5 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 111 | 197 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.23 |
| HSL | 208.51º | 0.85% | 0.42% | - |
| HSV(B) | 208.51º | 0.92% | 0.77% | - |
| XYZ | 15.98 | 15.51 | 54.98 | - |
| YUV | 92.4 | 187.03 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 111 | 197 | 0.92 | 0.44 | 0 | 0.23 | 208.51 | 0.85 | 0.42 |
| Hex | 10 | 6F | C5 | 5C | 2C | 0 | 17 | D1 | 55 | 2A |
| Octal | 20 | 157 | 305 | 134 | 54 | 0 | 27 | 321 | 125 | 52 |
| Binary | 10000 | 1101111 | 11000101 | 1011100 | 101100 | 0 | 10111 | 11010001 | 1010101 | 101010 |
Color Harmonies of #106FC5
Complementary color
Monochromatic Colors of #106FC5
Black with #106FC5
Text Example
Text Example
White with #106FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106FC5; }
p { color: rgb(16,111,197); }
H1.HeaderClassName
{
color: #106FC5;
}
.AnyTagClassName
{
color: #106FC5;
}
</style>
background-color css
<style>
a { background-color: #106FC5; }
a { background-color: rgb(16,111,197); }
div.DivClassName
{
background-color: #106FC5;
}
.BgClassName
{
background-color: #106FC5;
}
</style>
border-color css
<style>
span { border-color: #106FC5; }
span { border-color: rgb(16,111,197); }
td.TdClassName
{
border-color: #106FC5;
}
.TagClassName
{
border-color: #106FC5;
}
</style>