Shades of Denim #106CC3
Tints of Denim #106CC3
RGB
CMYK
RGB Variations
Color information
#106CC3 (or 0x106CC3) is known color: Denim. HEX triplet: 10, 6C and C3. RGB value is (16,108,195). Sum of RGB (Red+Green+Blue) = 16+108+195=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 195 (76.56% from 255 or 61.13% from 319); Max value from RGB is 195 - color contains mainly: blue. Hex color #106CC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106CC3 is #EF933C. Grayscale: #595959. Windows color (decimal): -15700797 or 12807184. OLE color: 12807184.
HSL color Cylindrical-coordinate representation of color #106CC3: hue angle of 209.16º 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 #106CC3 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 108 | 195 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.24 |
| HSL | 209.16º | 0.85% | 0.41% | - |
| HSV(B) | 209.16º | 0.92% | 0.76% | - |
| XYZ | 15.43 | 14.78 | 53.67 | - |
| YUV | 90.41 | 187.02 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 195 | 0.92 | 0.45 | 0 | 0.24 | 209.16 | 0.85 | 0.41 |
| Hex | 10 | 6C | C3 | 5C | 2D | 0 | 18 | D1 | 55 | 29 |
| Octal | 20 | 154 | 303 | 134 | 55 | 0 | 30 | 321 | 125 | 51 |
| Binary | 10000 | 1101100 | 11000011 | 1011100 | 101101 | 0 | 11000 | 11010001 | 1010101 | 101001 |
Color Harmonies of #106CC3
Complementary color
Monochromatic Colors of #106CC3
Black with #106CC3
Text Example
Text Example
White with #106CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106CC3; }
p { color: rgb(16,108,195); }
H1.HeaderClassName
{
color: #106CC3;
}
.AnyTagClassName
{
color: #106CC3;
}
</style>
background-color css
<style>
a { background-color: #106CC3; }
a { background-color: rgb(16,108,195); }
div.DivClassName
{
background-color: #106CC3;
}
.BgClassName
{
background-color: #106CC3;
}
</style>
border-color css
<style>
span { border-color: #106CC3; }
span { border-color: rgb(16,108,195); }
td.TdClassName
{
border-color: #106CC3;
}
.TagClassName
{
border-color: #106CC3;
}
</style>