Shades of Navy Blue #107ED0
Tints of Navy Blue #107ED0
RGB
CMYK
RGB Variations
Color information
#107ED0 (or 0x107ED0) is known color: Navy Blue. HEX triplet: 10, 7E and D0. RGB value is (16,126,208). Sum of RGB (Red+Green+Blue) = 16+126+208=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 208 (81.64% from 255 or 59.43% from 350); Max value from RGB is 208 - color contains mainly: blue. Hex color #107ED0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107ED0 is #EF812F. Grayscale: #666666. Windows color (decimal): -15696176 or 13663760. OLE color: 13663760.
HSL color Cylindrical-coordinate representation of color #107ED0: hue angle of 205.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #107ED0 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 126 | 208 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.18 |
| HSL | 205.63º | 0.86% | 0.44% | - |
| HSV(B) | 205.63º | 0.92% | 0.82% | - |
| XYZ | 19.06 | 19.59 | 62.45 | - |
| YUV | 102.46 | 187.56 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 126 | 208 | 0.92 | 0.39 | 0 | 0.18 | 205.63 | 0.86 | 0.44 |
| Hex | 10 | 7E | D0 | 5C | 27 | 0 | 12 | CE | 56 | 2C |
| Octal | 20 | 176 | 320 | 134 | 47 | 0 | 22 | 316 | 126 | 54 |
| Binary | 10000 | 1111110 | 11010000 | 1011100 | 100111 | 0 | 10010 | 11001110 | 1010110 | 101100 |
Color Harmonies of #107ED0
Complementary color
Monochromatic Colors of #107ED0
Black with #107ED0
Text Example
Text Example
White with #107ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107ED0; }
p { color: rgb(16,126,208); }
H1.HeaderClassName
{
color: #107ED0;
}
.AnyTagClassName
{
color: #107ED0;
}
</style>
background-color css
<style>
a { background-color: #107ED0; }
a { background-color: rgb(16,126,208); }
div.DivClassName
{
background-color: #107ED0;
}
.BgClassName
{
background-color: #107ED0;
}
</style>
border-color css
<style>
span { border-color: #107ED0; }
span { border-color: rgb(16,126,208); }
td.TdClassName
{
border-color: #107ED0;
}
.TagClassName
{
border-color: #107ED0;
}
</style>