Shades of Navy Blue #117EC8
Tints of Navy Blue #117EC8
RGB
CMYK
RGB Variations
Color information
#117EC8 (or 0x117EC8) is known color: Navy Blue. HEX triplet: 11, 7E and C8. RGB value is (17,126,200). Sum of RGB (Red+Green+Blue) = 17+126+200=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 200 (78.52% from 255 or 58.31% from 343); Max value from RGB is 200 - color contains mainly: blue. Hex color #117EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117EC8 is #EE8137. Grayscale: #656565. Windows color (decimal): -15630648 or 13139473. OLE color: 13139473.
HSL color Cylindrical-coordinate representation of color #117EC8: hue angle of 204.26º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117EC8 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 126 | 200 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.22 |
| HSL | 204.26º | 0.84% | 0.43% | - |
| HSV(B) | 204.26º | 0.92% | 0.78% | - |
| XYZ | 18.12 | 19.21 | 57.4 | - |
| YUV | 101.85 | 183.39 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 200 | 0.92 | 0.37 | 0 | 0.22 | 204.26 | 0.84 | 0.43 |
| Hex | 11 | 7E | C8 | 5C | 25 | 0 | 16 | CC | 54 | 2B |
| Octal | 21 | 176 | 310 | 134 | 45 | 0 | 26 | 314 | 124 | 53 |
| Binary | 10001 | 1111110 | 11001000 | 1011100 | 100101 | 0 | 10110 | 11001100 | 1010100 | 101011 |
Color Harmonies of #117EC8
Complementary color
Monochromatic Colors of #117EC8
Black with #117EC8
Text Example
Text Example
White with #117EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117EC8; }
p { color: rgb(17,126,200); }
H1.HeaderClassName
{
color: #117EC8;
}
.AnyTagClassName
{
color: #117EC8;
}
</style>
background-color css
<style>
a { background-color: #117EC8; }
a { background-color: rgb(17,126,200); }
div.DivClassName
{
background-color: #117EC8;
}
.BgClassName
{
background-color: #117EC8;
}
</style>
border-color css
<style>
span { border-color: #117EC8; }
span { border-color: rgb(17,126,200); }
td.TdClassName
{
border-color: #117EC8;
}
.TagClassName
{
border-color: #117EC8;
}
</style>