Shades of Navy Blue #117FD6
Tints of Navy Blue #117FD6
RGB
CMYK
RGB Variations
Color information
#117FD6 (or 0x117FD6) is known color: Navy Blue. HEX triplet: 11, 7F and D6. RGB value is (17,127,214). Sum of RGB (Red+Green+Blue) = 17+127+214=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 214 (83.98% from 255 or 59.78% from 358); Max value from RGB is 214 - color contains mainly: blue. Hex color #117FD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FD6 is #EE8029. Grayscale: #676767. Windows color (decimal): -15630378 or 14057233. OLE color: 14057233.
HSL color Cylindrical-coordinate representation of color #117FD6: hue angle of 206.5º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117FD6 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 127 | 214 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.16 |
| HSL | 206.5º | 0.85% | 0.45% | - |
| HSV(B) | 206.5º | 0.92% | 0.84% | - |
| XYZ | 19.96 | 20.15 | 66.46 | - |
| YUV | 104.03 | 190.06 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 214 | 0.92 | 0.41 | 0 | 0.16 | 206.5 | 0.85 | 0.45 |
| Hex | 11 | 7F | D6 | 5C | 29 | 0 | 10 | CE | 55 | 2D |
| Octal | 21 | 177 | 326 | 134 | 51 | 0 | 20 | 316 | 125 | 55 |
| Binary | 10001 | 1111111 | 11010110 | 1011100 | 101001 | 0 | 10000 | 11001110 | 1010101 | 101101 |
Color Harmonies of #117FD6
Complementary color
Monochromatic Colors of #117FD6
Black with #117FD6
Text Example
Text Example
White with #117FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117FD6; }
p { color: rgb(17,127,214); }
H1.HeaderClassName
{
color: #117FD6;
}
.AnyTagClassName
{
color: #117FD6;
}
</style>
background-color css
<style>
a { background-color: #117FD6; }
a { background-color: rgb(17,127,214); }
div.DivClassName
{
background-color: #117FD6;
}
.BgClassName
{
background-color: #117FD6;
}
</style>
border-color css
<style>
span { border-color: #117FD6; }
span { border-color: rgb(17,127,214); }
td.TdClassName
{
border-color: #117FD6;
}
.TagClassName
{
border-color: #117FD6;
}
</style>