Shades of Navy Blue #117FC9
Tints of Navy Blue #117FC9
RGB
CMYK
RGB Variations
Color information
#117FC9 (or 0x117FC9) is known color: Navy Blue. HEX triplet: 11, 7F and C9. RGB value is (17,127,201). Sum of RGB (Red+Green+Blue) = 17+127+201=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 201 (78.91% from 255 or 58.26% from 345); Max value from RGB is 201 - color contains mainly: blue. Hex color #117FC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FC9 is #EE8036. Grayscale: #666666. Windows color (decimal): -15630391 or 13205265. OLE color: 13205265.
HSL color Cylindrical-coordinate representation of color #117FC9: hue angle of 204.13º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117FC9 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 127 | 201 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.21 |
| HSL | 204.13º | 0.84% | 0.43% | - |
| HSV(B) | 204.13º | 0.92% | 0.79% | - |
| XYZ | 18.36 | 19.51 | 58.06 | - |
| YUV | 102.55 | 183.56 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 201 | 0.92 | 0.37 | 0 | 0.21 | 204.13 | 0.84 | 0.43 |
| Hex | 11 | 7F | C9 | 5C | 25 | 0 | 15 | CC | 54 | 2B |
| Octal | 21 | 177 | 311 | 134 | 45 | 0 | 25 | 314 | 124 | 53 |
| Binary | 10001 | 1111111 | 11001001 | 1011100 | 100101 | 0 | 10101 | 11001100 | 1010100 | 101011 |
Color Harmonies of #117FC9
Complementary color
Monochromatic Colors of #117FC9
Black with #117FC9
Text Example
Text Example
White with #117FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117FC9; }
p { color: rgb(17,127,201); }
H1.HeaderClassName
{
color: #117FC9;
}
.AnyTagClassName
{
color: #117FC9;
}
</style>
background-color css
<style>
a { background-color: #117FC9; }
a { background-color: rgb(17,127,201); }
div.DivClassName
{
background-color: #117FC9;
}
.BgClassName
{
background-color: #117FC9;
}
</style>
border-color css
<style>
span { border-color: #117FC9; }
span { border-color: rgb(17,127,201); }
td.TdClassName
{
border-color: #117FC9;
}
.TagClassName
{
border-color: #117FC9;
}
</style>