Shades of Denim #106DBB
Tints of Denim #106DBB
RGB
CMYK
RGB Variations
Color information
#106DBB (or 0x106DBB) is known color: Denim. HEX triplet: 10, 6D and BB. RGB value is (16,109,187). Sum of RGB (Red+Green+Blue) = 16+109+187=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #106DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106DBB is #EF9244. Grayscale: #595959. Windows color (decimal): -15700549 or 12283152. OLE color: 12283152.
HSL color Cylindrical-coordinate representation of color #106DBB: hue angle of 207.37º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #106DBB is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 109 | 187 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.27 |
| HSL | 207.37º | 0.84% | 0.4% | - |
| HSV(B) | 207.37º | 0.91% | 0.73% | - |
| XYZ | 14.65 | 14.64 | 49.07 | - |
| YUV | 90.09 | 182.69 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 187 | 0.91 | 0.42 | 0 | 0.27 | 207.37 | 0.84 | 0.4 |
| Hex | 10 | 6D | BB | 5B | 2A | 0 | 1B | CF | 54 | 28 |
| Octal | 20 | 155 | 273 | 133 | 52 | 0 | 33 | 317 | 124 | 50 |
| Binary | 10000 | 1101101 | 10111011 | 1011011 | 101010 | 0 | 11011 | 11001111 | 1010100 | 101000 |
Color Harmonies of #106DBB
Complementary color
Monochromatic Colors of #106DBB
Black with #106DBB
Text Example
Text Example
White with #106DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106DBB; }
p { color: rgb(16,109,187); }
H1.HeaderClassName
{
color: #106DBB;
}
.AnyTagClassName
{
color: #106DBB;
}
</style>
background-color css
<style>
a { background-color: #106DBB; }
a { background-color: rgb(16,109,187); }
div.DivClassName
{
background-color: #106DBB;
}
.BgClassName
{
background-color: #106DBB;
}
</style>
border-color css
<style>
span { border-color: #106DBB; }
span { border-color: rgb(16,109,187); }
td.TdClassName
{
border-color: #106DBB;
}
.TagClassName
{
border-color: #106DBB;
}
</style>