Shades of Denim #106AAC
Tints of Denim #106AAC
RGB
CMYK
RGB Variations
Color information
#106AAC (or 0x106AAC) is known color: Denim. HEX triplet: 10, 6A and AC. RGB value is (16,106,172). Sum of RGB (Red+Green+Blue) = 16+106+172=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #106AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106AAC is #EF9553. Grayscale: #565656. Windows color (decimal): -15701332 or 11299344. OLE color: 11299344.
HSL color Cylindrical-coordinate representation of color #106AAC: hue angle of 205.38º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #106AAC is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 106 | 172 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.33 |
| HSL | 205.38º | 0.83% | 0.37% | - |
| HSV(B) | 205.38º | 0.91% | 0.67% | - |
| XYZ | 12.81 | 13.4 | 40.94 | - |
| YUV | 86.61 | 176.18 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 106 | 172 | 0.91 | 0.38 | 0 | 0.33 | 205.38 | 0.83 | 0.37 |
| Hex | 10 | 6A | AC | 5B | 26 | 0 | 21 | CD | 53 | 25 |
| Octal | 20 | 152 | 254 | 133 | 46 | 0 | 41 | 315 | 123 | 45 |
| Binary | 10000 | 1101010 | 10101100 | 1011011 | 100110 | 0 | 100001 | 11001101 | 1010011 | 100101 |
Color Harmonies of #106AAC
Complementary color
Monochromatic Colors of #106AAC
Black with #106AAC
Text Example
Text Example
White with #106AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106AAC; }
p { color: rgb(16,106,172); }
H1.HeaderClassName
{
color: #106AAC;
}
.AnyTagClassName
{
color: #106AAC;
}
</style>
background-color css
<style>
a { background-color: #106AAC; }
a { background-color: rgb(16,106,172); }
div.DivClassName
{
background-color: #106AAC;
}
.BgClassName
{
background-color: #106AAC;
}
</style>
border-color css
<style>
span { border-color: #106AAC; }
span { border-color: rgb(16,106,172); }
td.TdClassName
{
border-color: #106AAC;
}
.TagClassName
{
border-color: #106AAC;
}
</style>