Shades of Navy Blue #107EDB
Tints of Navy Blue #107EDB
RGB
CMYK
RGB Variations
Color information
#107EDB (or 0x107EDB) is known color: Navy Blue. HEX triplet: 10, 7E and DB. RGB value is (16,126,219). Sum of RGB (Red+Green+Blue) = 16+126+219=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #107EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107EDB is #EF8124. Grayscale: #676767. Windows color (decimal): -15696165 or 14384656. OLE color: 14384656.
HSL color Cylindrical-coordinate representation of color #107EDB: hue angle of 207.49º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #107EDB is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 126 | 219 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.14 |
| HSL | 207.49º | 0.86% | 0.46% | - |
| HSV(B) | 207.49º | 0.93% | 0.86% | - |
| XYZ | 20.46 | 20.15 | 69.83 | - |
| YUV | 103.71 | 193.06 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 126 | 219 | 0.93 | 0.42 | 0 | 0.14 | 207.49 | 0.86 | 0.46 |
| Hex | 10 | 7E | DB | 5D | 2A | 0 | E | CF | 56 | 2E |
| Octal | 20 | 176 | 333 | 135 | 52 | 0 | 16 | 317 | 126 | 56 |
| Binary | 10000 | 1111110 | 11011011 | 1011101 | 101010 | 0 | 1110 | 11001111 | 1010110 | 101110 |
Color Harmonies of #107EDB
Complementary color
Monochromatic Colors of #107EDB
Black with #107EDB
Text Example
Text Example
White with #107EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107EDB; }
p { color: rgb(16,126,219); }
H1.HeaderClassName
{
color: #107EDB;
}
.AnyTagClassName
{
color: #107EDB;
}
</style>
background-color css
<style>
a { background-color: #107EDB; }
a { background-color: rgb(16,126,219); }
div.DivClassName
{
background-color: #107EDB;
}
.BgClassName
{
background-color: #107EDB;
}
</style>
border-color css
<style>
span { border-color: #107EDB; }
span { border-color: rgb(16,126,219); }
td.TdClassName
{
border-color: #107EDB;
}
.TagClassName
{
border-color: #107EDB;
}
</style>