Shades of Navy Blue #107FDB
Tints of Navy Blue #107FDB
RGB
CMYK
RGB Variations
Color information
#107FDB (or 0x107FDB) is known color: Navy Blue. HEX triplet: 10, 7F and DB. RGB value is (16,127,219). Sum of RGB (Red+Green+Blue) = 16+127+219=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #107FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #107FDB is #EF8024. Grayscale: #676767. Windows color (decimal): -15695909 or 14384912. OLE color: 14384912.
HSL color Cylindrical-coordinate representation of color #107FDB: hue angle of 207.19º 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 #107FDB is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 127 | 219 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.14 |
| HSL | 207.19º | 0.86% | 0.46% | - |
| HSV(B) | 207.19º | 0.93% | 0.86% | - |
| XYZ | 20.59 | 20.4 | 69.87 | - |
| YUV | 104.3 | 192.73 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 127 | 219 | 0.93 | 0.42 | 0 | 0.14 | 207.19 | 0.86 | 0.46 |
| Hex | 10 | 7F | DB | 5D | 2A | 0 | E | CF | 56 | 2E |
| Octal | 20 | 177 | 333 | 135 | 52 | 0 | 16 | 317 | 126 | 56 |
| Binary | 10000 | 1111111 | 11011011 | 1011101 | 101010 | 0 | 1110 | 11001111 | 1010110 | 101110 |
Color Harmonies of #107FDB
Complementary color
Monochromatic Colors of #107FDB
Black with #107FDB
Text Example
Text Example
White with #107FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107FDB; }
p { color: rgb(16,127,219); }
H1.HeaderClassName
{
color: #107FDB;
}
.AnyTagClassName
{
color: #107FDB;
}
</style>
background-color css
<style>
a { background-color: #107FDB; }
a { background-color: rgb(16,127,219); }
div.DivClassName
{
background-color: #107FDB;
}
.BgClassName
{
background-color: #107FDB;
}
</style>
border-color css
<style>
span { border-color: #107FDB; }
span { border-color: rgb(16,127,219); }
td.TdClassName
{
border-color: #107FDB;
}
.TagClassName
{
border-color: #107FDB;
}
</style>