Shades of Denim #106DB4
Tints of Denim #106DB4
RGB
CMYK
RGB Variations
Color information
#106DB4 (or 0x106DB4) is known color: Denim. HEX triplet: 10, 6D and B4. RGB value is (16,109,180). Sum of RGB (Red+Green+Blue) = 16+109+180=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 180 (70.70% from 255 or 59.02% from 305); Max value from RGB is 180 - color contains mainly: blue. Hex color #106DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106DB4 is #EF924B. Grayscale: #585858. Windows color (decimal): -15700556 or 11824400. OLE color: 11824400.
HSL color Cylindrical-coordinate representation of color #106DB4: hue angle of 205.98º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #106DB4 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 109 | 180 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.29 |
| HSL | 205.98º | 0.84% | 0.38% | - |
| HSV(B) | 205.98º | 0.91% | 0.71% | - |
| XYZ | 13.92 | 14.34 | 45.21 | - |
| YUV | 89.29 | 179.19 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 180 | 0.91 | 0.39 | 0 | 0.29 | 205.98 | 0.84 | 0.38 |
| Hex | 10 | 6D | B4 | 5B | 27 | 0 | 1D | CE | 54 | 26 |
| Octal | 20 | 155 | 264 | 133 | 47 | 0 | 35 | 316 | 124 | 46 |
| Binary | 10000 | 1101101 | 10110100 | 1011011 | 100111 | 0 | 11101 | 11001110 | 1010100 | 100110 |
Color Harmonies of #106DB4
Complementary color
Monochromatic Colors of #106DB4
Black with #106DB4
Text Example
Text Example
White with #106DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106DB4; }
p { color: rgb(16,109,180); }
H1.HeaderClassName
{
color: #106DB4;
}
.AnyTagClassName
{
color: #106DB4;
}
</style>
background-color css
<style>
a { background-color: #106DB4; }
a { background-color: rgb(16,109,180); }
div.DivClassName
{
background-color: #106DB4;
}
.BgClassName
{
background-color: #106DB4;
}
</style>
border-color css
<style>
span { border-color: #106DB4; }
span { border-color: rgb(16,109,180); }
td.TdClassName
{
border-color: #106DB4;
}
.TagClassName
{
border-color: #106DB4;
}
</style>