Shades of Navy Blue #117EC6
Tints of Navy Blue #117EC6
RGB
CMYK
RGB Variations
Color information
#117EC6 (or 0x117EC6) is known color: Navy Blue. HEX triplet: 11, 7E and C6. RGB value is (17,126,198). Sum of RGB (Red+Green+Blue) = 17+126+198=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 198 (77.73% from 255 or 58.06% from 341); Max value from RGB is 198 - color contains mainly: blue. Hex color #117EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117EC6 is #EE8139. Grayscale: #656565. Windows color (decimal): -15630650 or 13008401. OLE color: 13008401.
HSL color Cylindrical-coordinate representation of color #117EC6: hue angle of 203.87º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117EC6 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 126 | 198 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.22 |
| HSL | 203.87º | 0.84% | 0.42% | - |
| HSV(B) | 203.87º | 0.91% | 0.78% | - |
| XYZ | 17.89 | 19.12 | 56.17 | - |
| YUV | 101.62 | 182.39 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 198 | 0.91 | 0.36 | 0 | 0.22 | 203.87 | 0.84 | 0.42 |
| Hex | 11 | 7E | C6 | 5B | 24 | 0 | 16 | CC | 54 | 2A |
| Octal | 21 | 176 | 306 | 133 | 44 | 0 | 26 | 314 | 124 | 52 |
| Binary | 10001 | 1111110 | 11000110 | 1011011 | 100100 | 0 | 10110 | 11001100 | 1010100 | 101010 |
Color Harmonies of #117EC6
Complementary color
Monochromatic Colors of #117EC6
Black with #117EC6
Text Example
Text Example
White with #117EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117EC6; }
p { color: rgb(17,126,198); }
H1.HeaderClassName
{
color: #117EC6;
}
.AnyTagClassName
{
color: #117EC6;
}
</style>
background-color css
<style>
a { background-color: #117EC6; }
a { background-color: rgb(17,126,198); }
div.DivClassName
{
background-color: #117EC6;
}
.BgClassName
{
background-color: #117EC6;
}
</style>
border-color css
<style>
span { border-color: #117EC6; }
span { border-color: rgb(17,126,198); }
td.TdClassName
{
border-color: #117EC6;
}
.TagClassName
{
border-color: #117EC6;
}
</style>