Shades of Denim #106EBD
Tints of Denim #106EBD
RGB
CMYK
RGB Variations
Color information
#106EBD (or 0x106EBD) is known color: Denim. HEX triplet: 10, 6E and BD. RGB value is (16,110,189). Sum of RGB (Red+Green+Blue) = 16+110+189=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #106EBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106EBD is #EF9142. Grayscale: #5A5A5A. Windows color (decimal): -15700291 or 12414480. OLE color: 12414480.
HSL color Cylindrical-coordinate representation of color #106EBD: hue angle of 207.4º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #106EBD is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 110 | 189 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.26 |
| HSL | 207.4º | 0.84% | 0.4% | - |
| HSV(B) | 207.4º | 0.92% | 0.74% | - |
| XYZ | 14.97 | 14.94 | 50.24 | - |
| YUV | 90.9 | 183.36 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 110 | 189 | 0.92 | 0.42 | 0 | 0.26 | 207.4 | 0.84 | 0.4 |
| Hex | 10 | 6E | BD | 5C | 2A | 0 | 1A | CF | 54 | 28 |
| Octal | 20 | 156 | 275 | 134 | 52 | 0 | 32 | 317 | 124 | 50 |
| Binary | 10000 | 1101110 | 10111101 | 1011100 | 101010 | 0 | 11010 | 11001111 | 1010100 | 101000 |
Color Harmonies of #106EBD
Complementary color
Monochromatic Colors of #106EBD
Black with #106EBD
Text Example
Text Example
White with #106EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106EBD; }
p { color: rgb(16,110,189); }
H1.HeaderClassName
{
color: #106EBD;
}
.AnyTagClassName
{
color: #106EBD;
}
</style>
background-color css
<style>
a { background-color: #106EBD; }
a { background-color: rgb(16,110,189); }
div.DivClassName
{
background-color: #106EBD;
}
.BgClassName
{
background-color: #106EBD;
}
</style>
border-color css
<style>
span { border-color: #106EBD; }
span { border-color: rgb(16,110,189); }
td.TdClassName
{
border-color: #106EBD;
}
.TagClassName
{
border-color: #106EBD;
}
</style>