Shades of Navy Blue #107EC6
Tints of Navy Blue #107EC6
RGB
CMYK
RGB Variations
Color information
#107EC6 (or 0x107EC6) is known color: Navy Blue. HEX triplet: 10, 7E and C6. RGB value is (16,126,198). Sum of RGB (Red+Green+Blue) = 16+126+198=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 198 (77.73% from 255 or 58.24% from 340); Max value from RGB is 198 - color contains mainly: blue. Hex color #107EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107EC6 is #EF8139. Grayscale: #646464. Windows color (decimal): -15696186 or 13008400. OLE color: 13008400.
HSL color Cylindrical-coordinate representation of color #107EC6: hue angle of 203.74º 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 #107EC6 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 16 | 126 | 198 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.22 |
| HSL | 203.74º | 0.85% | 0.42% | - |
| HSV(B) | 203.74º | 0.92% | 0.78% | - |
| XYZ | 17.87 | 19.11 | 56.17 | - |
| YUV | 101.32 | 182.56 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 126 | 198 | 0.92 | 0.36 | 0 | 0.22 | 203.74 | 0.85 | 0.42 |
| Hex | 10 | 7E | C6 | 5C | 24 | 0 | 16 | CC | 55 | 2A |
| Octal | 20 | 176 | 306 | 134 | 44 | 0 | 26 | 314 | 125 | 52 |
| Binary | 10000 | 1111110 | 11000110 | 1011100 | 100100 | 0 | 10110 | 11001100 | 1010101 | 101010 |
Color Harmonies of #107EC6
Complementary color
Monochromatic Colors of #107EC6
Black with #107EC6
Text Example
Text Example
White with #107EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107EC6; }
p { color: rgb(16,126,198); }
H1.HeaderClassName
{
color: #107EC6;
}
.AnyTagClassName
{
color: #107EC6;
}
</style>
background-color css
<style>
a { background-color: #107EC6; }
a { background-color: rgb(16,126,198); }
div.DivClassName
{
background-color: #107EC6;
}
.BgClassName
{
background-color: #107EC6;
}
</style>
border-color css
<style>
span { border-color: #107EC6; }
span { border-color: rgb(16,126,198); }
td.TdClassName
{
border-color: #107EC6;
}
.TagClassName
{
border-color: #107EC6;
}
</style>