Shades of Denim #106DB5
Tints of Denim #106DB5
RGB
CMYK
RGB Variations
Color information
#106DB5 (or 0x106DB5) is known color: Denim. HEX triplet: 10, 6D and B5. RGB value is (16,109,181). Sum of RGB (Red+Green+Blue) = 16+109+181=306 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.23% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 181 (71.09% from 255 or 59.15% from 306); Max value from RGB is 181 - color contains mainly: blue. Hex color #106DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106DB5 is #EF924A. Grayscale: #595959. Windows color (decimal): -15700555 or 11889936. OLE color: 11889936.
HSL color Cylindrical-coordinate representation of color #106DB5: hue angle of 206.18º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #106DB5 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 109 | 181 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.29 |
| HSL | 206.18º | 0.84% | 0.39% | - |
| HSV(B) | 206.18º | 0.91% | 0.71% | - |
| XYZ | 14.02 | 14.38 | 45.75 | - |
| YUV | 89.4 | 179.69 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 181 | 0.91 | 0.40 | 0 | 0.29 | 206.18 | 0.84 | 0.39 |
| Hex | 10 | 6D | B5 | 5B | 28 | 0 | 1D | CE | 54 | 27 |
| Octal | 20 | 155 | 265 | 133 | 50 | 0 | 35 | 316 | 124 | 47 |
| Binary | 10000 | 1101101 | 10110101 | 1011011 | 101000 | 0 | 11101 | 11001110 | 1010100 | 100111 |
Color Harmonies of #106DB5
Complementary color
Monochromatic Colors of #106DB5
Black with #106DB5
Text Example
Text Example
White with #106DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106DB5; }
p { color: rgb(16,109,181); }
H1.HeaderClassName
{
color: #106DB5;
}
.AnyTagClassName
{
color: #106DB5;
}
</style>
background-color css
<style>
a { background-color: #106DB5; }
a { background-color: rgb(16,109,181); }
div.DivClassName
{
background-color: #106DB5;
}
.BgClassName
{
background-color: #106DB5;
}
</style>
border-color css
<style>
span { border-color: #106DB5; }
span { border-color: rgb(16,109,181); }
td.TdClassName
{
border-color: #106DB5;
}
.TagClassName
{
border-color: #106DB5;
}
</style>