Shades of Denim #106AB1
Tints of Denim #106AB1
RGB
CMYK
RGB Variations
Color information
#106AB1 (or 0x106AB1) is known color: Denim. HEX triplet: 10, 6A and B1. RGB value is (16,106,177). Sum of RGB (Red+Green+Blue) = 16+106+177=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 177 (69.53% from 255 or 59.20% from 299); Max value from RGB is 177 - color contains mainly: blue. Hex color #106AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106AB1 is #EF954E. Grayscale: #565656. Windows color (decimal): -15701327 or 11627024. OLE color: 11627024.
HSL color Cylindrical-coordinate representation of color #106AB1: hue angle of 206.46º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #106AB1 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 106 | 177 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.31 |
| HSL | 206.46º | 0.83% | 0.38% | - |
| HSV(B) | 206.46º | 0.91% | 0.69% | - |
| XYZ | 13.3 | 13.59 | 43.52 | - |
| YUV | 87.18 | 178.68 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 106 | 177 | 0.91 | 0.40 | 0 | 0.31 | 206.46 | 0.83 | 0.38 |
| Hex | 10 | 6A | B1 | 5B | 28 | 0 | 1F | CE | 53 | 26 |
| Octal | 20 | 152 | 261 | 133 | 50 | 0 | 37 | 316 | 123 | 46 |
| Binary | 10000 | 1101010 | 10110001 | 1011011 | 101000 | 0 | 11111 | 11001110 | 1010011 | 100110 |
Color Harmonies of #106AB1
Complementary color
Monochromatic Colors of #106AB1
Black with #106AB1
Text Example
Text Example
White with #106AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106AB1; }
p { color: rgb(16,106,177); }
H1.HeaderClassName
{
color: #106AB1;
}
.AnyTagClassName
{
color: #106AB1;
}
</style>
background-color css
<style>
a { background-color: #106AB1; }
a { background-color: rgb(16,106,177); }
div.DivClassName
{
background-color: #106AB1;
}
.BgClassName
{
background-color: #106AB1;
}
</style>
border-color css
<style>
span { border-color: #106AB1; }
span { border-color: rgb(16,106,177); }
td.TdClassName
{
border-color: #106AB1;
}
.TagClassName
{
border-color: #106AB1;
}
</style>