Shades of Denim #106CBC
Tints of Denim #106CBC
RGB
CMYK
RGB Variations
Color information
#106CBC (or 0x106CBC) is known color: Denim. HEX triplet: 10, 6C and BC. RGB value is (16,108,188). Sum of RGB (Red+Green+Blue) = 16+108+188=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #106CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106CBC is #EF9343. Grayscale: #595959. Windows color (decimal): -15700804 or 12348432. OLE color: 12348432.
HSL color Cylindrical-coordinate representation of color #106CBC: hue angle of 207.91º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #106CBC is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 108 | 188 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.26 |
| HSL | 207.91º | 0.84% | 0.4% | - |
| HSV(B) | 207.91º | 0.91% | 0.74% | - |
| XYZ | 14.65 | 14.47 | 49.6 | - |
| YUV | 89.61 | 183.52 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 188 | 0.91 | 0.43 | 0 | 0.26 | 207.91 | 0.84 | 0.4 |
| Hex | 10 | 6C | BC | 5B | 2B | 0 | 1A | D0 | 54 | 28 |
| Octal | 20 | 154 | 274 | 133 | 53 | 0 | 32 | 320 | 124 | 50 |
| Binary | 10000 | 1101100 | 10111100 | 1011011 | 101011 | 0 | 11010 | 11010000 | 1010100 | 101000 |
Color Harmonies of #106CBC
Complementary color
Monochromatic Colors of #106CBC
Black with #106CBC
Text Example
Text Example
White with #106CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106CBC; }
p { color: rgb(16,108,188); }
H1.HeaderClassName
{
color: #106CBC;
}
.AnyTagClassName
{
color: #106CBC;
}
</style>
background-color css
<style>
a { background-color: #106CBC; }
a { background-color: rgb(16,108,188); }
div.DivClassName
{
background-color: #106CBC;
}
.BgClassName
{
background-color: #106CBC;
}
</style>
border-color css
<style>
span { border-color: #106CBC; }
span { border-color: rgb(16,108,188); }
td.TdClassName
{
border-color: #106CBC;
}
.TagClassName
{
border-color: #106CBC;
}
</style>