Shades of Navy Blue #117CCE
Tints of Navy Blue #117CCE
RGB
CMYK
RGB Variations
Color information
#117CCE (or 0x117CCE) is known color: Navy Blue. HEX triplet: 11, 7C and CE. RGB value is (17,124,206). Sum of RGB (Red+Green+Blue) = 17+124+206=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #117CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117CCE is #EE8331. Grayscale: #646464. Windows color (decimal): -15631154 or 13532177. OLE color: 13532177.
HSL color Cylindrical-coordinate representation of color #117CCE: hue angle of 206.03º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117CCE is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 124 | 206 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.19 |
| HSL | 206.03º | 0.85% | 0.44% | - |
| HSV(B) | 206.03º | 0.92% | 0.81% | - |
| XYZ | 18.58 | 18.99 | 61.08 | - |
| YUV | 101.36 | 187.05 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 206 | 0.92 | 0.40 | 0 | 0.19 | 206.03 | 0.85 | 0.44 |
| Hex | 11 | 7C | CE | 5C | 28 | 0 | 13 | CE | 55 | 2C |
| Octal | 21 | 174 | 316 | 134 | 50 | 0 | 23 | 316 | 125 | 54 |
| Binary | 10001 | 1111100 | 11001110 | 1011100 | 101000 | 0 | 10011 | 11001110 | 1010101 | 101100 |
Color Harmonies of #117CCE
Complementary color
Monochromatic Colors of #117CCE
Black with #117CCE
Text Example
Text Example
White with #117CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117CCE; }
p { color: rgb(17,124,206); }
H1.HeaderClassName
{
color: #117CCE;
}
.AnyTagClassName
{
color: #117CCE;
}
</style>
background-color css
<style>
a { background-color: #117CCE; }
a { background-color: rgb(17,124,206); }
div.DivClassName
{
background-color: #117CCE;
}
.BgClassName
{
background-color: #117CCE;
}
</style>
border-color css
<style>
span { border-color: #117CCE; }
span { border-color: rgb(17,124,206); }
td.TdClassName
{
border-color: #117CCE;
}
.TagClassName
{
border-color: #117CCE;
}
</style>