Shades of Navy Blue #117FCB
Tints of Navy Blue #117FCB
RGB
CMYK
RGB Variations
Color information
#117FCB (or 0x117FCB) is known color: Navy Blue. HEX triplet: 11, 7F and CB. RGB value is (17,127,203). Sum of RGB (Red+Green+Blue) = 17+127+203=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #117FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FCB is #EE8034. Grayscale: #666666. Windows color (decimal): -15630389 or 13336337. OLE color: 13336337.
HSL color Cylindrical-coordinate representation of color #117FCB: hue angle of 204.52º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117FCB is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 127 | 203 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.20 |
| HSL | 204.52º | 0.85% | 0.43% | - |
| HSV(B) | 204.52º | 0.92% | 0.8% | - |
| XYZ | 18.6 | 19.61 | 59.3 | - |
| YUV | 102.77 | 184.56 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 203 | 0.92 | 0.37 | 0 | 0.20 | 204.52 | 0.85 | 0.43 |
| Hex | 11 | 7F | CB | 5C | 25 | 0 | 14 | CD | 55 | 2B |
| Octal | 21 | 177 | 313 | 134 | 45 | 0 | 24 | 315 | 125 | 53 |
| Binary | 10001 | 1111111 | 11001011 | 1011100 | 100101 | 0 | 10100 | 11001101 | 1010101 | 101011 |
Color Harmonies of #117FCB
Complementary color
Monochromatic Colors of #117FCB
Black with #117FCB
Text Example
Text Example
White with #117FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117FCB; }
p { color: rgb(17,127,203); }
H1.HeaderClassName
{
color: #117FCB;
}
.AnyTagClassName
{
color: #117FCB;
}
</style>
background-color css
<style>
a { background-color: #117FCB; }
a { background-color: rgb(17,127,203); }
div.DivClassName
{
background-color: #117FCB;
}
.BgClassName
{
background-color: #117FCB;
}
</style>
border-color css
<style>
span { border-color: #117FCB; }
span { border-color: rgb(17,127,203); }
td.TdClassName
{
border-color: #117FCB;
}
.TagClassName
{
border-color: #117FCB;
}
</style>