Shades of Navy Blue #117FDF
Tints of Navy Blue #117FDF
RGB
CMYK
RGB Variations
Color information
#117FDF (or 0x117FDF) is known color: Navy Blue. HEX triplet: 11, 7F and DF. RGB value is (17,127,223). Sum of RGB (Red+Green+Blue) = 17+127+223=367 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.63% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #117FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FDF is #EE8020. Grayscale: #686868. Windows color (decimal): -15630369 or 14647057. OLE color: 14647057.
HSL color Cylindrical-coordinate representation of color #117FDF: hue angle of 207.96º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117FDF is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 127 | 223 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.13 |
| HSL | 207.96º | 0.86% | 0.47% | - |
| HSV(B) | 207.96º | 0.92% | 0.87% | - |
| XYZ | 21.14 | 20.63 | 72.68 | - |
| YUV | 105.05 | 194.56 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 223 | 0.92 | 0.43 | 0 | 0.13 | 207.96 | 0.86 | 0.47 |
| Hex | 11 | 7F | DF | 5C | 2B | 0 | D | D0 | 56 | 2F |
| Octal | 21 | 177 | 337 | 134 | 53 | 0 | 15 | 320 | 126 | 57 |
| Binary | 10001 | 1111111 | 11011111 | 1011100 | 101011 | 0 | 1101 | 11010000 | 1010110 | 101111 |
Color Harmonies of #117FDF
Complementary color
Monochromatic Colors of #117FDF
Black with #117FDF
Text Example
Text Example
White with #117FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117FDF; }
p { color: rgb(17,127,223); }
H1.HeaderClassName
{
color: #117FDF;
}
.AnyTagClassName
{
color: #117FDF;
}
</style>
background-color css
<style>
a { background-color: #117FDF; }
a { background-color: rgb(17,127,223); }
div.DivClassName
{
background-color: #117FDF;
}
.BgClassName
{
background-color: #117FDF;
}
</style>
border-color css
<style>
span { border-color: #117FDF; }
span { border-color: rgb(17,127,223); }
td.TdClassName
{
border-color: #117FDF;
}
.TagClassName
{
border-color: #117FDF;
}
</style>