Shades of Denim #106AC2
Tints of Denim #106AC2
RGB
CMYK
RGB Variations
Color information
#106AC2 (or 0x106AC2) is known color: Denim. HEX triplet: 10, 6A and C2. RGB value is (16,106,194). Sum of RGB (Red+Green+Blue) = 16+106+194=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 194 (76.17% from 255 or 61.39% from 316); Max value from RGB is 194 - color contains mainly: blue. Hex color #106AC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106AC2 is #EF953D. Grayscale: #585858. Windows color (decimal): -15701310 or 12741136. OLE color: 12741136.
HSL color Cylindrical-coordinate representation of color #106AC2: hue angle of 209.66º 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 #106AC2 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 106 | 194 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.24 |
| HSL | 209.66º | 0.85% | 0.41% | - |
| HSV(B) | 209.66º | 0.92% | 0.76% | - |
| XYZ | 15.11 | 14.31 | 53.01 | - |
| YUV | 89.12 | 187.18 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 106 | 194 | 0.92 | 0.45 | 0 | 0.24 | 209.66 | 0.85 | 0.41 |
| Hex | 10 | 6A | C2 | 5C | 2D | 0 | 18 | D2 | 55 | 29 |
| Octal | 20 | 152 | 302 | 134 | 55 | 0 | 30 | 322 | 125 | 51 |
| Binary | 10000 | 1101010 | 11000010 | 1011100 | 101101 | 0 | 11000 | 11010010 | 1010101 | 101001 |
Color Harmonies of #106AC2
Complementary color
Monochromatic Colors of #106AC2
Black with #106AC2
Text Example
Text Example
White with #106AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106AC2; }
p { color: rgb(16,106,194); }
H1.HeaderClassName
{
color: #106AC2;
}
.AnyTagClassName
{
color: #106AC2;
}
</style>
background-color css
<style>
a { background-color: #106AC2; }
a { background-color: rgb(16,106,194); }
div.DivClassName
{
background-color: #106AC2;
}
.BgClassName
{
background-color: #106AC2;
}
</style>
border-color css
<style>
span { border-color: #106AC2; }
span { border-color: rgb(16,106,194); }
td.TdClassName
{
border-color: #106AC2;
}
.TagClassName
{
border-color: #106AC2;
}
</style>