Shades of Denim #106DB7
Tints of Denim #106DB7
RGB
CMYK
RGB Variations
Color information
#106DB7 (or 0x106DB7) is known color: Denim. HEX triplet: 10, 6D and B7. RGB value is (16,109,183). Sum of RGB (Red+Green+Blue) = 16+109+183=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 183 (71.88% from 255 or 59.42% from 308); Max value from RGB is 183 - color contains mainly: blue. Hex color #106DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106DB7 is #EF9248. Grayscale: #595959. Windows color (decimal): -15700553 or 12021008. OLE color: 12021008.
HSL color Cylindrical-coordinate representation of color #106DB7: hue angle of 206.59º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #106DB7 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 109 | 183 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.28 |
| HSL | 206.59º | 0.84% | 0.39% | - |
| HSV(B) | 206.59º | 0.91% | 0.72% | - |
| XYZ | 14.23 | 14.47 | 46.84 | - |
| YUV | 89.63 | 180.69 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 183 | 0.91 | 0.40 | 0 | 0.28 | 206.59 | 0.84 | 0.39 |
| Hex | 10 | 6D | B7 | 5B | 28 | 0 | 1C | CF | 54 | 27 |
| Octal | 20 | 155 | 267 | 133 | 50 | 0 | 34 | 317 | 124 | 47 |
| Binary | 10000 | 1101101 | 10110111 | 1011011 | 101000 | 0 | 11100 | 11001111 | 1010100 | 100111 |
Color Harmonies of #106DB7
Complementary color
Monochromatic Colors of #106DB7
Black with #106DB7
Text Example
Text Example
White with #106DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106DB7; }
p { color: rgb(16,109,183); }
H1.HeaderClassName
{
color: #106DB7;
}
.AnyTagClassName
{
color: #106DB7;
}
</style>
background-color css
<style>
a { background-color: #106DB7; }
a { background-color: rgb(16,109,183); }
div.DivClassName
{
background-color: #106DB7;
}
.BgClassName
{
background-color: #106DB7;
}
</style>
border-color css
<style>
span { border-color: #106DB7; }
span { border-color: rgb(16,109,183); }
td.TdClassName
{
border-color: #106DB7;
}
.TagClassName
{
border-color: #106DB7;
}
</style>