Shades of Navy Blue #117EDB
Tints of Navy Blue #117EDB
RGB
CMYK
RGB Variations
Color information
#117EDB (or 0x117EDB) is known color: Navy Blue. HEX triplet: 11, 7E and DB. RGB value is (17,126,219). Sum of RGB (Red+Green+Blue) = 17+126+219=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 126 (49.61% from 255 or 34.81% 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 #117EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117EDB is #EE8124. Grayscale: #676767. Windows color (decimal): -15630629 or 14384657. OLE color: 14384657.
HSL color Cylindrical-coordinate representation of color #117EDB: hue angle of 207.62º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117EDB is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 126 | 219 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.14 |
| HSL | 207.62º | 0.86% | 0.46% | - |
| HSV(B) | 207.62º | 0.92% | 0.86% | - |
| XYZ | 20.48 | 20.16 | 69.83 | - |
| YUV | 104.01 | 192.89 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 219 | 0.92 | 0.42 | 0 | 0.14 | 207.62 | 0.86 | 0.46 |
| Hex | 11 | 7E | DB | 5C | 2A | 0 | E | D0 | 56 | 2E |
| Octal | 21 | 176 | 333 | 134 | 52 | 0 | 16 | 320 | 126 | 56 |
| Binary | 10001 | 1111110 | 11011011 | 1011100 | 101010 | 0 | 1110 | 11010000 | 1010110 | 101110 |
Color Harmonies of #117EDB
Complementary color
Monochromatic Colors of #117EDB
Black with #117EDB
Text Example
Text Example
White with #117EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117EDB; }
p { color: rgb(17,126,219); }
H1.HeaderClassName
{
color: #117EDB;
}
.AnyTagClassName
{
color: #117EDB;
}
</style>
background-color css
<style>
a { background-color: #117EDB; }
a { background-color: rgb(17,126,219); }
div.DivClassName
{
background-color: #117EDB;
}
.BgClassName
{
background-color: #117EDB;
}
</style>
border-color css
<style>
span { border-color: #117EDB; }
span { border-color: rgb(17,126,219); }
td.TdClassName
{
border-color: #117EDB;
}
.TagClassName
{
border-color: #117EDB;
}
</style>