Shades of Navy Blue #106EC7
Tints of Navy Blue #106EC7
RGB
CMYK
RGB Variations
Color information
#106EC7 (or 0x106EC7) is known color: Navy Blue. HEX triplet: 10, 6E and C7. RGB value is (16,110,199). Sum of RGB (Red+Green+Blue) = 16+110+199=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 199 (78.12% from 255 or 61.23% from 325); Max value from RGB is 199 - color contains mainly: blue. Hex color #106EC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #106EC7 is #EF9138. Grayscale: #5B5B5B. Windows color (decimal): -15700281 or 13069840. OLE color: 13069840.
HSL color Cylindrical-coordinate representation of color #106EC7: hue angle of 209.18º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #106EC7 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 110 | 199 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.22 |
| HSL | 209.18º | 0.85% | 0.42% | - |
| HSV(B) | 209.18º | 0.92% | 0.78% | - |
| XYZ | 16.1 | 15.39 | 56.15 | - |
| YUV | 92.04 | 188.36 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 110 | 199 | 0.92 | 0.45 | 0 | 0.22 | 209.18 | 0.85 | 0.42 |
| Hex | 10 | 6E | C7 | 5C | 2D | 0 | 16 | D1 | 55 | 2A |
| Octal | 20 | 156 | 307 | 134 | 55 | 0 | 26 | 321 | 125 | 52 |
| Binary | 10000 | 1101110 | 11000111 | 1011100 | 101101 | 0 | 10110 | 11010001 | 1010101 | 101010 |
Color Harmonies of #106EC7
Complementary color
Monochromatic Colors of #106EC7
Black with #106EC7
Text Example
Text Example
White with #106EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106EC7; }
p { color: rgb(16,110,199); }
H1.HeaderClassName
{
color: #106EC7;
}
.AnyTagClassName
{
color: #106EC7;
}
</style>
background-color css
<style>
a { background-color: #106EC7; }
a { background-color: rgb(16,110,199); }
div.DivClassName
{
background-color: #106EC7;
}
.BgClassName
{
background-color: #106EC7;
}
</style>
border-color css
<style>
span { border-color: #106EC7; }
span { border-color: rgb(16,110,199); }
td.TdClassName
{
border-color: #106EC7;
}
.TagClassName
{
border-color: #106EC7;
}
</style>