Shades of Navy Blue #117FCF
Tints of Navy Blue #117FCF
RGB
CMYK
RGB Variations
Color information
#117FCF (or 0x117FCF) is known color: Navy Blue. HEX triplet: 11, 7F and CF. RGB value is (17,127,207). Sum of RGB (Red+Green+Blue) = 17+127+207=351 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.84% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #117FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FCF is #EE8030. Grayscale: #666666. Windows color (decimal): -15630385 or 13598481. OLE color: 13598481.
HSL color Cylindrical-coordinate representation of color #117FCF: hue angle of 205.26º 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 #117FCF is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 127 | 207 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.19 |
| HSL | 205.26º | 0.85% | 0.44% | - |
| HSV(B) | 205.26º | 0.92% | 0.81% | - |
| XYZ | 19.08 | 19.8 | 61.85 | - |
| YUV | 103.23 | 186.56 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 207 | 0.92 | 0.39 | 0 | 0.19 | 205.26 | 0.85 | 0.44 |
| Hex | 11 | 7F | CF | 5C | 27 | 0 | 13 | CD | 55 | 2C |
| Octal | 21 | 177 | 317 | 134 | 47 | 0 | 23 | 315 | 125 | 54 |
| Binary | 10001 | 1111111 | 11001111 | 1011100 | 100111 | 0 | 10011 | 11001101 | 1010101 | 101100 |
Color Harmonies of #117FCF
Complementary color
Monochromatic Colors of #117FCF
Black with #117FCF
Text Example
Text Example
White with #117FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117FCF; }
p { color: rgb(17,127,207); }
H1.HeaderClassName
{
color: #117FCF;
}
.AnyTagClassName
{
color: #117FCF;
}
</style>
background-color css
<style>
a { background-color: #117FCF; }
a { background-color: rgb(17,127,207); }
div.DivClassName
{
background-color: #117FCF;
}
.BgClassName
{
background-color: #117FCF;
}
</style>
border-color css
<style>
span { border-color: #117FCF; }
span { border-color: rgb(17,127,207); }
td.TdClassName
{
border-color: #117FCF;
}
.TagClassName
{
border-color: #117FCF;
}
</style>