Shades of Navy Blue #117FD1
Tints of Navy Blue #117FD1
RGB
CMYK
RGB Variations
Color information
#117FD1 (or 0x117FD1) is known color: Navy Blue. HEX triplet: 11, 7F and D1. RGB value is (17,127,209). Sum of RGB (Red+Green+Blue) = 17+127+209=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 209 (82.03% from 255 or 59.21% from 353); Max value from RGB is 209 - color contains mainly: blue. Hex color #117FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FD1 is #EE802E. Grayscale: #676767. Windows color (decimal): -15630383 or 13729553. OLE color: 13729553.
HSL color Cylindrical-coordinate representation of color #117FD1: hue angle of 205.62º degrees, saturation: 0.85, 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 #117FD1 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 127 | 209 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.18 |
| HSL | 205.63º | 0.85% | 0.44% | - |
| HSV(B) | 205.63º | 0.92% | 0.82% | - |
| XYZ | 19.33 | 19.9 | 63.14 | - |
| YUV | 103.46 | 187.56 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 209 | 0.92 | 0.39 | 0 | 0.18 | 205.63 | 0.85 | 0.44 |
| Hex | 11 | 7F | D1 | 5C | 27 | 0 | 12 | CE | 55 | 2C |
| Octal | 21 | 177 | 321 | 134 | 47 | 0 | 22 | 316 | 125 | 54 |
| Binary | 10001 | 1111111 | 11010001 | 1011100 | 100111 | 0 | 10010 | 11001110 | 1010101 | 101100 |
Color Harmonies of #117FD1
Complementary color
Monochromatic Colors of #117FD1
Black with #117FD1
Text Example
Text Example
White with #117FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117FD1; }
p { color: rgb(17,127,209); }
H1.HeaderClassName
{
color: #117FD1;
}
.AnyTagClassName
{
color: #117FD1;
}
</style>
background-color css
<style>
a { background-color: #117FD1; }
a { background-color: rgb(17,127,209); }
div.DivClassName
{
background-color: #117FD1;
}
.BgClassName
{
background-color: #117FD1;
}
</style>
border-color css
<style>
span { border-color: #117FD1; }
span { border-color: rgb(17,127,209); }
td.TdClassName
{
border-color: #117FD1;
}
.TagClassName
{
border-color: #117FD1;
}
</style>