#116FED

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

Shades of Navy Blue #116FED

Tints of Navy Blue #116FED

Color information

#116FED (or 0x116FED) is unknown color: approx Navy Blue. HEX triplet: 11, 6F and ED. RGB value is (17,111,237). Sum of RGB (Red+Green+Blue) = 17+111+237=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #116FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116FED is #EE9012. Grayscale: #606060. Windows color (decimal): -15634451 or 15560465. OLE color: 15560465.

HSL color Cylindrical-coordinate representation of color #116FED: hue angle of 214.36º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116FED is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17111237-
CMYK0.930.5300.07
HSL214.36º86.61%49.8%-
HSV(B)214.36º92.83%92.94%-
XYZ21.217.682.4-
YUV97.26206.8670.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.66%
GREEN value IS 111 (43.75% from 255) = 30.41%
BLUE value IS 237 (92.97% from 255) = 64.93%
R=4.66%
G=30.41%
B=64.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171112370.930.5300.07214.3686.6149.8
Hex116FED5D3507d65732
Octal21157355135650732612762
Binary1000111011111110110110111011101010111110101101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116FED; }

 p { color: rgb(17,111,237); }

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

<style>
 a { background-color: #116FED; }

 a { background-color: rgb(17,111,237); }

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

<style>
 span { border-color: #116FED; }

 span { border-color: rgb(17,111,237); }

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