Shades of Navy Blue #117EE0
Tints of Navy Blue #117EE0
RGB
CMYK
RGB Variations
Color information
#117EE0 (or 0x117EE0) is known color: Navy Blue. HEX triplet: 11, 7E and E0. RGB value is (17,126,224). Sum of RGB (Red+Green+Blue) = 17+126+224=367 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.63% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 224 (87.89% from 255 or 61.04% from 367); Max value from RGB is 224 - color contains mainly: blue. Hex color #117EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117EE0 is #EE811F. Grayscale: #686868. Windows color (decimal): -15630624 or 14712337. OLE color: 14712337.
HSL color Cylindrical-coordinate representation of color #117EE0: hue angle of 208.41º 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 #117EE0 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 126 | 224 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.12 |
| HSL | 208.41º | 0.86% | 0.47% | - |
| HSV(B) | 208.41º | 0.92% | 0.88% | - |
| XYZ | 21.15 | 20.42 | 73.35 | - |
| YUV | 104.58 | 195.39 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 224 | 0.92 | 0.44 | 0 | 0.12 | 208.41 | 0.86 | 0.47 |
| Hex | 11 | 7E | E0 | 5C | 2C | 0 | C | D0 | 56 | 2F |
| Octal | 21 | 176 | 340 | 134 | 54 | 0 | 14 | 320 | 126 | 57 |
| Binary | 10001 | 1111110 | 11100000 | 1011100 | 101100 | 0 | 1100 | 11010000 | 1010110 | 101111 |
Color Harmonies of #117EE0
Complementary color
Monochromatic Colors of #117EE0
Black with #117EE0
Text Example
Text Example
White with #117EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117EE0; }
p { color: rgb(17,126,224); }
H1.HeaderClassName
{
color: #117EE0;
}
.AnyTagClassName
{
color: #117EE0;
}
</style>
background-color css
<style>
a { background-color: #117EE0; }
a { background-color: rgb(17,126,224); }
div.DivClassName
{
background-color: #117EE0;
}
.BgClassName
{
background-color: #117EE0;
}
</style>
border-color css
<style>
span { border-color: #117EE0; }
span { border-color: rgb(17,126,224); }
td.TdClassName
{
border-color: #117EE0;
}
.TagClassName
{
border-color: #117EE0;
}
</style>