#117FC3

Color #117FC3 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #117FC3

Tints of Navy Blue #117FC3

Color information

#117FC3 (or 0x117FC3) is unknown color: approx Navy Blue. HEX triplet: 11, 7F and C3. RGB value is (17,127,195). Sum of RGB (Red+Green+Blue) = 17+127+195=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 195 (76.56% from 255 or 57.52% from 339); Max value from RGB is 195 - color contains mainly: blue. Hex color #117FC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FC3 is #EE803C. Grayscale: #656565. Windows color (decimal): -15630397 or 12812049. OLE color: 12812049.

HSL color Cylindrical-coordinate representation of color #117FC3: hue angle of 202.92º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117FC3 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17127195-
CMYK0.910.3500.24
HSL202.92º83.96%41.57%-
HSV(B)202.92º91.28%76.47%-
XYZ17.6719.2454.41-
YUV101.86180.5667.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 5.01%
GREEN value IS 127 (50% from 255) = 37.46%
BLUE value IS 195 (76.56% from 255) = 57.52%
R=5.01%
G=37.46%
B=57.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171271950.910.3500.24202.9283.9641.57
Hex117FC35B23018cb542a
Octal211773031334303031312452
Binary100011111111110000111011011100011011000110010111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117FC3; }

 p { color: rgb(17,127,195); }

 H1.HeaderClassName
 {
   color: #117FC3;
 }
 .AnyTagClassName
 {
   color: #117FC3;
 }
</style>
background-color css

<style>
 a { background-color: #117FC3; }

 a { background-color: rgb(17,127,195); }

 div.DivClassName
 {
   background-color: #117FC3;
 }
 .BgClassName
 {
   background-color: #117FC3;
 }
</style>
border-color css

<style>
 span { border-color: #117FC3; }

 span { border-color: rgb(17,127,195); }

 td.TdClassName
 {
   border-color: #117FC3;
 }
 .TagClassName
 {
   border-color: #117FC3;
 }
</style>