Shades of Navy Blue #117FC7
Tints of Navy Blue #117FC7
RGB
CMYK
RGB Variations
Color information
#117FC7 (or 0x117FC7) is known color: Navy Blue. HEX triplet: 11, 7F and C7. RGB value is (17,127,199). Sum of RGB (Red+Green+Blue) = 17+127+199=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 199 (78.12% from 255 or 58.02% from 343); Max value from RGB is 199 - color contains mainly: blue. Hex color #117FC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FC7 is #EE8038. Grayscale: #656565. Windows color (decimal): -15630393 or 13074193. OLE color: 13074193.
HSL color Cylindrical-coordinate representation of color #117FC7: hue angle of 203.74º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117FC7 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 127 | 199 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.22 |
| HSL | 203.74º | 0.84% | 0.42% | - |
| HSV(B) | 203.74º | 0.91% | 0.78% | - |
| XYZ | 18.13 | 19.42 | 56.83 | - |
| YUV | 102.32 | 182.56 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 199 | 0.91 | 0.36 | 0 | 0.22 | 203.74 | 0.84 | 0.42 |
| Hex | 11 | 7F | C7 | 5B | 24 | 0 | 16 | CC | 54 | 2A |
| Octal | 21 | 177 | 307 | 133 | 44 | 0 | 26 | 314 | 124 | 52 |
| Binary | 10001 | 1111111 | 11000111 | 1011011 | 100100 | 0 | 10110 | 11001100 | 1010100 | 101010 |
Color Harmonies of #117FC7
Complementary color
Monochromatic Colors of #117FC7
Black with #117FC7
Text Example
Text Example
White with #117FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117FC7; }
p { color: rgb(17,127,199); }
H1.HeaderClassName
{
color: #117FC7;
}
.AnyTagClassName
{
color: #117FC7;
}
</style>
background-color css
<style>
a { background-color: #117FC7; }
a { background-color: rgb(17,127,199); }
div.DivClassName
{
background-color: #117FC7;
}
.BgClassName
{
background-color: #117FC7;
}
</style>
border-color css
<style>
span { border-color: #117FC7; }
span { border-color: rgb(17,127,199); }
td.TdClassName
{
border-color: #117FC7;
}
.TagClassName
{
border-color: #117FC7;
}
</style>