Shades of Denim #106BAE
Tints of Denim #106BAE
RGB
CMYK
RGB Variations
Color information
#106BAE (or 0x106BAE) is known color: Denim. HEX triplet: 10, 6B and AE. RGB value is (16,107,174). Sum of RGB (Red+Green+Blue) = 16+107+174=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #106BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106BAE is #EF9451. Grayscale: #575757. Windows color (decimal): -15701074 or 11430672. OLE color: 11430672.
HSL color Cylindrical-coordinate representation of color #106BAE: hue angle of 205.44º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #106BAE is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 107 | 174 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.32 |
| HSL | 205.44º | 0.83% | 0.37% | - |
| HSV(B) | 205.44º | 0.91% | 0.68% | - |
| XYZ | 13.11 | 13.68 | 41.99 | - |
| YUV | 87.43 | 176.85 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 107 | 174 | 0.91 | 0.39 | 0 | 0.32 | 205.44 | 0.83 | 0.37 |
| Hex | 10 | 6B | AE | 5B | 27 | 0 | 20 | CD | 53 | 25 |
| Octal | 20 | 153 | 256 | 133 | 47 | 0 | 40 | 315 | 123 | 45 |
| Binary | 10000 | 1101011 | 10101110 | 1011011 | 100111 | 0 | 100000 | 11001101 | 1010011 | 100101 |
Color Harmonies of #106BAE
Complementary color
Monochromatic Colors of #106BAE
Black with #106BAE
Text Example
Text Example
White with #106BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106BAE; }
p { color: rgb(16,107,174); }
H1.HeaderClassName
{
color: #106BAE;
}
.AnyTagClassName
{
color: #106BAE;
}
</style>
background-color css
<style>
a { background-color: #106BAE; }
a { background-color: rgb(16,107,174); }
div.DivClassName
{
background-color: #106BAE;
}
.BgClassName
{
background-color: #106BAE;
}
</style>
border-color css
<style>
span { border-color: #106BAE; }
span { border-color: rgb(16,107,174); }
td.TdClassName
{
border-color: #106BAE;
}
.TagClassName
{
border-color: #106BAE;
}
</style>