Shades of Navy Blue #117BE0
Tints of Navy Blue #117BE0
RGB
CMYK
RGB Variations
Color information
#117BE0 (or 0x117BE0) is known color: Navy Blue. HEX triplet: 11, 7B and E0. RGB value is (17,123,224). Sum of RGB (Red+Green+Blue) = 17+123+224=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 224 (87.89% from 255 or 61.54% from 364); Max value from RGB is 224 - color contains mainly: blue. Hex color #117BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BE0 is #EE841F. Grayscale: #666666. Windows color (decimal): -15631392 or 14711569. OLE color: 14711569.
HSL color Cylindrical-coordinate representation of color #117BE0: hue angle of 209.28º 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 #117BE0 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 123 | 224 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.12 |
| HSL | 209.28º | 0.86% | 0.47% | - |
| HSV(B) | 209.28º | 0.92% | 0.88% | - |
| XYZ | 20.77 | 19.67 | 73.22 | - |
| YUV | 102.82 | 196.38 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 224 | 0.92 | 0.45 | 0 | 0.12 | 209.28 | 0.86 | 0.47 |
| Hex | 11 | 7B | E0 | 5C | 2D | 0 | C | D1 | 56 | 2F |
| Octal | 21 | 173 | 340 | 134 | 55 | 0 | 14 | 321 | 126 | 57 |
| Binary | 10001 | 1111011 | 11100000 | 1011100 | 101101 | 0 | 1100 | 11010001 | 1010110 | 101111 |
Color Harmonies of #117BE0
Complementary color
Monochromatic Colors of #117BE0
Black with #117BE0
Text Example
Text Example
White with #117BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BE0; }
p { color: rgb(17,123,224); }
H1.HeaderClassName
{
color: #117BE0;
}
.AnyTagClassName
{
color: #117BE0;
}
</style>
background-color css
<style>
a { background-color: #117BE0; }
a { background-color: rgb(17,123,224); }
div.DivClassName
{
background-color: #117BE0;
}
.BgClassName
{
background-color: #117BE0;
}
</style>
border-color css
<style>
span { border-color: #117BE0; }
span { border-color: rgb(17,123,224); }
td.TdClassName
{
border-color: #117BE0;
}
.TagClassName
{
border-color: #117BE0;
}
</style>