Shades of Navy Blue #117FDB
Tints of Navy Blue #117FDB
RGB
CMYK
RGB Variations
Color information
#117FDB (or 0x117FDB) is known color: Navy Blue. HEX triplet: 11, 7F and DB. RGB value is (17,127,219). Sum of RGB (Red+Green+Blue) = 17+127+219=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #117FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FDB is #EE8024. Grayscale: #686868. Windows color (decimal): -15630373 or 14384913. OLE color: 14384913.
HSL color Cylindrical-coordinate representation of color #117FDB: hue angle of 207.33º 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 #117FDB is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 127 | 219 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.14 |
| HSL | 207.33º | 0.86% | 0.46% | - |
| HSV(B) | 207.33º | 0.92% | 0.86% | - |
| XYZ | 20.61 | 20.41 | 69.87 | - |
| YUV | 104.6 | 192.56 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 219 | 0.92 | 0.42 | 0 | 0.14 | 207.33 | 0.86 | 0.46 |
| Hex | 11 | 7F | DB | 5C | 2A | 0 | E | CF | 56 | 2E |
| Octal | 21 | 177 | 333 | 134 | 52 | 0 | 16 | 317 | 126 | 56 |
| Binary | 10001 | 1111111 | 11011011 | 1011100 | 101010 | 0 | 1110 | 11001111 | 1010110 | 101110 |
Color Harmonies of #117FDB
Complementary color
Monochromatic Colors of #117FDB
Black with #117FDB
Text Example
Text Example
White with #117FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117FDB; }
p { color: rgb(17,127,219); }
H1.HeaderClassName
{
color: #117FDB;
}
.AnyTagClassName
{
color: #117FDB;
}
</style>
background-color css
<style>
a { background-color: #117FDB; }
a { background-color: rgb(17,127,219); }
div.DivClassName
{
background-color: #117FDB;
}
.BgClassName
{
background-color: #117FDB;
}
</style>
border-color css
<style>
span { border-color: #117FDB; }
span { border-color: rgb(17,127,219); }
td.TdClassName
{
border-color: #117FDB;
}
.TagClassName
{
border-color: #117FDB;
}
</style>