Shades of Navy Blue #117AE0
Tints of Navy Blue #117AE0
RGB
CMYK
RGB Variations
Color information
#117AE0 (or 0x117AE0) is known color: Navy Blue. HEX triplet: 11, 7A and E0. RGB value is (17,122,224). Sum of RGB (Red+Green+Blue) = 17+122+224=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 224 (87.89% from 255 or 61.71% from 363); Max value from RGB is 224 - color contains mainly: blue. Hex color #117AE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117AE0 is #EE851F. Grayscale: #656565. Windows color (decimal): -15631648 or 14711313. OLE color: 14711313.
HSL color Cylindrical-coordinate representation of color #117AE0: hue angle of 209.57º 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 #117AE0 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 122 | 224 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.12 |
| HSL | 209.57º | 0.86% | 0.47% | - |
| HSV(B) | 209.57º | 0.92% | 0.88% | - |
| XYZ | 20.65 | 19.42 | 73.18 | - |
| YUV | 102.23 | 196.71 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 224 | 0.92 | 0.46 | 0 | 0.12 | 209.57 | 0.86 | 0.47 |
| Hex | 11 | 7A | E0 | 5C | 2E | 0 | C | D2 | 56 | 2F |
| Octal | 21 | 172 | 340 | 134 | 56 | 0 | 14 | 322 | 126 | 57 |
| Binary | 10001 | 1111010 | 11100000 | 1011100 | 101110 | 0 | 1100 | 11010010 | 1010110 | 101111 |
Color Harmonies of #117AE0
Complementary color
Monochromatic Colors of #117AE0
Black with #117AE0
Text Example
Text Example
White with #117AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117AE0; }
p { color: rgb(17,122,224); }
H1.HeaderClassName
{
color: #117AE0;
}
.AnyTagClassName
{
color: #117AE0;
}
</style>
background-color css
<style>
a { background-color: #117AE0; }
a { background-color: rgb(17,122,224); }
div.DivClassName
{
background-color: #117AE0;
}
.BgClassName
{
background-color: #117AE0;
}
</style>
border-color css
<style>
span { border-color: #117AE0; }
span { border-color: rgb(17,122,224); }
td.TdClassName
{
border-color: #117AE0;
}
.TagClassName
{
border-color: #117AE0;
}
</style>