Shades of Navy Blue #117DCF
Tints of Navy Blue #117DCF
RGB
CMYK
RGB Variations
Color information
#117DCF (or 0x117DCF) is known color: Navy Blue. HEX triplet: 11, 7D and CF. RGB value is (17,125,207). Sum of RGB (Red+Green+Blue) = 17+125+207=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #117DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117DCF is #EE8230. Grayscale: #656565. Windows color (decimal): -15630897 or 13597969. OLE color: 13597969.
HSL color Cylindrical-coordinate representation of color #117DCF: hue angle of 205.89º 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 #117DCF is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 125 | 207 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.19 |
| HSL | 205.89º | 0.85% | 0.44% | - |
| HSV(B) | 205.89º | 0.92% | 0.81% | - |
| XYZ | 18.83 | 19.29 | 61.76 | - |
| YUV | 102.06 | 187.22 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 207 | 0.92 | 0.40 | 0 | 0.19 | 205.89 | 0.85 | 0.44 |
| Hex | 11 | 7D | CF | 5C | 28 | 0 | 13 | CE | 55 | 2C |
| Octal | 21 | 175 | 317 | 134 | 50 | 0 | 23 | 316 | 125 | 54 |
| Binary | 10001 | 1111101 | 11001111 | 1011100 | 101000 | 0 | 10011 | 11001110 | 1010101 | 101100 |
Color Harmonies of #117DCF
Complementary color
Monochromatic Colors of #117DCF
Black with #117DCF
Text Example
Text Example
White with #117DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117DCF; }
p { color: rgb(17,125,207); }
H1.HeaderClassName
{
color: #117DCF;
}
.AnyTagClassName
{
color: #117DCF;
}
</style>
background-color css
<style>
a { background-color: #117DCF; }
a { background-color: rgb(17,125,207); }
div.DivClassName
{
background-color: #117DCF;
}
.BgClassName
{
background-color: #117DCF;
}
</style>
border-color css
<style>
span { border-color: #117DCF; }
span { border-color: rgb(17,125,207); }
td.TdClassName
{
border-color: #117DCF;
}
.TagClassName
{
border-color: #117DCF;
}
</style>