Shades of Navy Blue #117DD0
Tints of Navy Blue #117DD0
RGB
CMYK
RGB Variations
Color information
#117DD0 (or 0x117DD0) is known color: Navy Blue. HEX triplet: 11, 7D and D0. RGB value is (17,125,208). Sum of RGB (Red+Green+Blue) = 17+125+208=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 208 (81.64% from 255 or 59.43% from 350); Max value from RGB is 208 - color contains mainly: blue. Hex color #117DD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117DD0 is #EE822F. Grayscale: #656565. Windows color (decimal): -15630896 or 13663505. OLE color: 13663505.
HSL color Cylindrical-coordinate representation of color #117DD0: hue angle of 206.07º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117DD0 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 125 | 208 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.18 |
| HSL | 206.07º | 0.85% | 0.44% | - |
| HSV(B) | 206.07º | 0.92% | 0.82% | - |
| XYZ | 18.95 | 19.34 | 62.41 | - |
| YUV | 102.17 | 187.72 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 208 | 0.92 | 0.40 | 0 | 0.18 | 206.07 | 0.85 | 0.44 |
| Hex | 11 | 7D | D0 | 5C | 28 | 0 | 12 | CE | 55 | 2C |
| Octal | 21 | 175 | 320 | 134 | 50 | 0 | 22 | 316 | 125 | 54 |
| Binary | 10001 | 1111101 | 11010000 | 1011100 | 101000 | 0 | 10010 | 11001110 | 1010101 | 101100 |
Color Harmonies of #117DD0
Complementary color
Monochromatic Colors of #117DD0
Black with #117DD0
Text Example
Text Example
White with #117DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117DD0; }
p { color: rgb(17,125,208); }
H1.HeaderClassName
{
color: #117DD0;
}
.AnyTagClassName
{
color: #117DD0;
}
</style>
background-color css
<style>
a { background-color: #117DD0; }
a { background-color: rgb(17,125,208); }
div.DivClassName
{
background-color: #117DD0;
}
.BgClassName
{
background-color: #117DD0;
}
</style>
border-color css
<style>
span { border-color: #117DD0; }
span { border-color: rgb(17,125,208); }
td.TdClassName
{
border-color: #117DD0;
}
.TagClassName
{
border-color: #117DD0;
}
</style>