Shades of Denim #106DC3
Tints of Denim #106DC3
RGB
CMYK
RGB Variations
Color information
#106DC3 (or 0x106DC3) is known color: Denim. HEX triplet: 10, 6D and C3. RGB value is (16,109,195). Sum of RGB (Red+Green+Blue) = 16+109+195=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 195 (76.56% from 255 or 60.94% from 320); Max value from RGB is 195 - color contains mainly: blue. Hex color #106DC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106DC3 is #EF923C. Grayscale: #5A5A5A. Windows color (decimal): -15700541 or 12807440. OLE color: 12807440.
HSL color Cylindrical-coordinate representation of color #106DC3: hue angle of 208.83º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #106DC3 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 109 | 195 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.24 |
| HSL | 208.83º | 0.85% | 0.41% | - |
| HSV(B) | 208.83º | 0.92% | 0.76% | - |
| XYZ | 15.53 | 14.99 | 53.7 | - |
| YUV | 91 | 186.69 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 195 | 0.92 | 0.44 | 0 | 0.24 | 208.83 | 0.85 | 0.41 |
| Hex | 10 | 6D | C3 | 5C | 2C | 0 | 18 | D1 | 55 | 29 |
| Octal | 20 | 155 | 303 | 134 | 54 | 0 | 30 | 321 | 125 | 51 |
| Binary | 10000 | 1101101 | 11000011 | 1011100 | 101100 | 0 | 11000 | 11010001 | 1010101 | 101001 |
Color Harmonies of #106DC3
Complementary color
Monochromatic Colors of #106DC3
Black with #106DC3
Text Example
Text Example
White with #106DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106DC3; }
p { color: rgb(16,109,195); }
H1.HeaderClassName
{
color: #106DC3;
}
.AnyTagClassName
{
color: #106DC3;
}
</style>
background-color css
<style>
a { background-color: #106DC3; }
a { background-color: rgb(16,109,195); }
div.DivClassName
{
background-color: #106DC3;
}
.BgClassName
{
background-color: #106DC3;
}
</style>
border-color css
<style>
span { border-color: #106DC3; }
span { border-color: rgb(16,109,195); }
td.TdClassName
{
border-color: #106DC3;
}
.TagClassName
{
border-color: #106DC3;
}
</style>