Shades of Navy Blue #117FCA
Tints of Navy Blue #117FCA
RGB
CMYK
RGB Variations
Color information
#117FCA (or 0x117FCA) is known color: Navy Blue. HEX triplet: 11, 7F and CA. RGB value is (17,127,202). Sum of RGB (Red+Green+Blue) = 17+127+202=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #117FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FCA is #EE8035. Grayscale: #666666. Windows color (decimal): -15630390 or 13270801. OLE color: 13270801.
HSL color Cylindrical-coordinate representation of color #117FCA: hue angle of 204.32º 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 #117FCA is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 127 | 202 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.21 |
| HSL | 204.32º | 0.84% | 0.43% | - |
| HSV(B) | 204.32º | 0.92% | 0.79% | - |
| XYZ | 18.48 | 19.56 | 58.68 | - |
| YUV | 102.66 | 184.06 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 202 | 0.92 | 0.37 | 0 | 0.21 | 204.32 | 0.84 | 0.43 |
| Hex | 11 | 7F | CA | 5C | 25 | 0 | 15 | CC | 54 | 2B |
| Octal | 21 | 177 | 312 | 134 | 45 | 0 | 25 | 314 | 124 | 53 |
| Binary | 10001 | 1111111 | 11001010 | 1011100 | 100101 | 0 | 10101 | 11001100 | 1010100 | 101011 |
Color Harmonies of #117FCA
Complementary color
Monochromatic Colors of #117FCA
Black with #117FCA
Text Example
Text Example
White with #117FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117FCA; }
p { color: rgb(17,127,202); }
H1.HeaderClassName
{
color: #117FCA;
}
.AnyTagClassName
{
color: #117FCA;
}
</style>
background-color css
<style>
a { background-color: #117FCA; }
a { background-color: rgb(17,127,202); }
div.DivClassName
{
background-color: #117FCA;
}
.BgClassName
{
background-color: #117FCA;
}
</style>
border-color css
<style>
span { border-color: #117FCA; }
span { border-color: rgb(17,127,202); }
td.TdClassName
{
border-color: #117FCA;
}
.TagClassName
{
border-color: #117FCA;
}
</style>