Shades of Denim #106AB2
Tints of Denim #106AB2
RGB
CMYK
RGB Variations
Color information
#106AB2 (or 0x106AB2) is known color: Denim. HEX triplet: 10, 6A and B2. RGB value is (16,106,178). Sum of RGB (Red+Green+Blue) = 16+106+178=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 178 (69.92% from 255 or 59.33% from 300); Max value from RGB is 178 - color contains mainly: blue. Hex color #106AB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106AB2 is #EF954D. Grayscale: #565656. Windows color (decimal): -15701326 or 11692560. OLE color: 11692560.
HSL color Cylindrical-coordinate representation of color #106AB2: hue angle of 206.67º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #106AB2 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 106 | 178 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.30 |
| HSL | 206.67º | 0.84% | 0.38% | - |
| HSV(B) | 206.67º | 0.91% | 0.7% | - |
| XYZ | 13.4 | 13.63 | 44.04 | - |
| YUV | 87.3 | 179.18 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 106 | 178 | 0.91 | 0.40 | 0 | 0.30 | 206.67 | 0.84 | 0.38 |
| Hex | 10 | 6A | B2 | 5B | 28 | 0 | 1E | CF | 54 | 26 |
| Octal | 20 | 152 | 262 | 133 | 50 | 0 | 36 | 317 | 124 | 46 |
| Binary | 10000 | 1101010 | 10110010 | 1011011 | 101000 | 0 | 11110 | 11001111 | 1010100 | 100110 |
Color Harmonies of #106AB2
Complementary color
Monochromatic Colors of #106AB2
Black with #106AB2
Text Example
Text Example
White with #106AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106AB2; }
p { color: rgb(16,106,178); }
H1.HeaderClassName
{
color: #106AB2;
}
.AnyTagClassName
{
color: #106AB2;
}
</style>
background-color css
<style>
a { background-color: #106AB2; }
a { background-color: rgb(16,106,178); }
div.DivClassName
{
background-color: #106AB2;
}
.BgClassName
{
background-color: #106AB2;
}
</style>
border-color css
<style>
span { border-color: #106AB2; }
span { border-color: rgb(16,106,178); }
td.TdClassName
{
border-color: #106AB2;
}
.TagClassName
{
border-color: #106AB2;
}
</style>