Shades of Navy Blue #117CDE
Tints of Navy Blue #117CDE
RGB
CMYK
RGB Variations
Color information
#117CDE (or 0x117CDE) is known color: Navy Blue. HEX triplet: 11, 7C and DE. RGB value is (17,124,222). Sum of RGB (Red+Green+Blue) = 17+124+222=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #117CDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117CDE is #EE8321. Grayscale: #666666. Windows color (decimal): -15631138 or 14580753. OLE color: 14580753.
HSL color Cylindrical-coordinate representation of color #117CDE: hue angle of 208.68º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117CDE is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 124 | 222 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.13 |
| HSL | 208.68º | 0.86% | 0.47% | - |
| HSV(B) | 208.68º | 0.92% | 0.87% | - |
| XYZ | 20.62 | 19.81 | 71.84 | - |
| YUV | 103.18 | 195.05 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 222 | 0.92 | 0.44 | 0 | 0.13 | 208.68 | 0.86 | 0.47 |
| Hex | 11 | 7C | DE | 5C | 2C | 0 | D | D1 | 56 | 2F |
| Octal | 21 | 174 | 336 | 134 | 54 | 0 | 15 | 321 | 126 | 57 |
| Binary | 10001 | 1111100 | 11011110 | 1011100 | 101100 | 0 | 1101 | 11010001 | 1010110 | 101111 |
Color Harmonies of #117CDE
Complementary color
Monochromatic Colors of #117CDE
Black with #117CDE
Text Example
Text Example
White with #117CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117CDE; }
p { color: rgb(17,124,222); }
H1.HeaderClassName
{
color: #117CDE;
}
.AnyTagClassName
{
color: #117CDE;
}
</style>
background-color css
<style>
a { background-color: #117CDE; }
a { background-color: rgb(17,124,222); }
div.DivClassName
{
background-color: #117CDE;
}
.BgClassName
{
background-color: #117CDE;
}
</style>
border-color css
<style>
span { border-color: #117CDE; }
span { border-color: rgb(17,124,222); }
td.TdClassName
{
border-color: #117CDE;
}
.TagClassName
{
border-color: #117CDE;
}
</style>