Shades of Denim #106DB3
Tints of Denim #106DB3
RGB
CMYK
RGB Variations
Color information
#106DB3 (or 0x106DB3) is known color: Denim. HEX triplet: 10, 6D and B3. RGB value is (16,109,179). Sum of RGB (Red+Green+Blue) = 16+109+179=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 179 (70.31% from 255 or 58.88% from 304); Max value from RGB is 179 - color contains mainly: blue. Hex color #106DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106DB3 is #EF924C. Grayscale: #585858. Windows color (decimal): -15700557 or 11758864. OLE color: 11758864.
HSL color Cylindrical-coordinate representation of color #106DB3: hue angle of 205.77º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #106DB3 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 16 | 109 | 179 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.30 |
| HSL | 205.77º | 0.84% | 0.38% | - |
| HSV(B) | 205.77º | 0.91% | 0.7% | - |
| XYZ | 13.82 | 14.3 | 44.68 | - |
| YUV | 89.17 | 178.69 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 179 | 0.91 | 0.39 | 0 | 0.30 | 205.77 | 0.84 | 0.38 |
| Hex | 10 | 6D | B3 | 5B | 27 | 0 | 1E | CE | 54 | 26 |
| Octal | 20 | 155 | 263 | 133 | 47 | 0 | 36 | 316 | 124 | 46 |
| Binary | 10000 | 1101101 | 10110011 | 1011011 | 100111 | 0 | 11110 | 11001110 | 1010100 | 100110 |
Color Harmonies of #106DB3
Complementary color
Monochromatic Colors of #106DB3
Black with #106DB3
Text Example
Text Example
White with #106DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106DB3; }
p { color: rgb(16,109,179); }
H1.HeaderClassName
{
color: #106DB3;
}
.AnyTagClassName
{
color: #106DB3;
}
</style>
background-color css
<style>
a { background-color: #106DB3; }
a { background-color: rgb(16,109,179); }
div.DivClassName
{
background-color: #106DB3;
}
.BgClassName
{
background-color: #106DB3;
}
</style>
border-color css
<style>
span { border-color: #106DB3; }
span { border-color: rgb(16,109,179); }
td.TdClassName
{
border-color: #106DB3;
}
.TagClassName
{
border-color: #106DB3;
}
</style>