Shades of Denim #106BBA
Tints of Denim #106BBA
RGB
CMYK
RGB Variations
Color information
#106BBA (or 0x106BBA) is known color: Denim. HEX triplet: 10, 6B and BA. RGB value is (16,107,186). Sum of RGB (Red+Green+Blue) = 16+107+186=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #106BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106BBA is #EF9445. Grayscale: #585858. Windows color (decimal): -15701062 or 12217104. OLE color: 12217104.
HSL color Cylindrical-coordinate representation of color #106BBA: hue angle of 207.88º 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 #106BBA is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 107 | 186 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.27 |
| HSL | 207.88º | 0.84% | 0.4% | - |
| HSV(B) | 207.88º | 0.91% | 0.73% | - |
| XYZ | 14.33 | 14.17 | 48.43 | - |
| YUV | 88.8 | 182.85 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 107 | 186 | 0.91 | 0.42 | 0 | 0.27 | 207.88 | 0.84 | 0.4 |
| Hex | 10 | 6B | BA | 5B | 2A | 0 | 1B | D0 | 54 | 28 |
| Octal | 20 | 153 | 272 | 133 | 52 | 0 | 33 | 320 | 124 | 50 |
| Binary | 10000 | 1101011 | 10111010 | 1011011 | 101010 | 0 | 11011 | 11010000 | 1010100 | 101000 |
Color Harmonies of #106BBA
Complementary color
Monochromatic Colors of #106BBA
Black with #106BBA
Text Example
Text Example
White with #106BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106BBA; }
p { color: rgb(16,107,186); }
H1.HeaderClassName
{
color: #106BBA;
}
.AnyTagClassName
{
color: #106BBA;
}
</style>
background-color css
<style>
a { background-color: #106BBA; }
a { background-color: rgb(16,107,186); }
div.DivClassName
{
background-color: #106BBA;
}
.BgClassName
{
background-color: #106BBA;
}
</style>
border-color css
<style>
span { border-color: #106BBA; }
span { border-color: rgb(16,107,186); }
td.TdClassName
{
border-color: #106BBA;
}
.TagClassName
{
border-color: #106BBA;
}
</style>