Shades of Navy Blue #117CE0
Tints of Navy Blue #117CE0
RGB
CMYK
RGB Variations
Color information
#117CE0 (or 0x117CE0) is known color: Navy Blue. HEX triplet: 11, 7C and E0. RGB value is (17,124,224). Sum of RGB (Red+Green+Blue) = 17+124+224=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 224 (87.89% from 255 or 61.37% from 365); Max value from RGB is 224 - color contains mainly: blue. Hex color #117CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117CE0 is #EE831F. Grayscale: #666666. Windows color (decimal): -15631136 or 14711825. OLE color: 14711825.
HSL color Cylindrical-coordinate representation of color #117CE0: hue angle of 208.99º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117CE0 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 124 | 224 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.12 |
| HSL | 208.99º | 0.86% | 0.47% | - |
| HSV(B) | 208.99º | 0.92% | 0.88% | - |
| XYZ | 20.89 | 19.92 | 73.26 | - |
| YUV | 103.41 | 196.05 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 224 | 0.92 | 0.45 | 0 | 0.12 | 208.99 | 0.86 | 0.47 |
| Hex | 11 | 7C | E0 | 5C | 2D | 0 | C | D1 | 56 | 2F |
| Octal | 21 | 174 | 340 | 134 | 55 | 0 | 14 | 321 | 126 | 57 |
| Binary | 10001 | 1111100 | 11100000 | 1011100 | 101101 | 0 | 1100 | 11010001 | 1010110 | 101111 |
Color Harmonies of #117CE0
Complementary color
Monochromatic Colors of #117CE0
Black with #117CE0
Text Example
Text Example
White with #117CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117CE0; }
p { color: rgb(17,124,224); }
H1.HeaderClassName
{
color: #117CE0;
}
.AnyTagClassName
{
color: #117CE0;
}
</style>
background-color css
<style>
a { background-color: #117CE0; }
a { background-color: rgb(17,124,224); }
div.DivClassName
{
background-color: #117CE0;
}
.BgClassName
{
background-color: #117CE0;
}
</style>
border-color css
<style>
span { border-color: #117CE0; }
span { border-color: rgb(17,124,224); }
td.TdClassName
{
border-color: #117CE0;
}
.TagClassName
{
border-color: #117CE0;
}
</style>