#116BED

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

Shades of Navy Blue #116BED

Tints of Navy Blue #116BED

Color information

#116BED (or 0x116BED) is unknown color: approx Navy Blue. HEX triplet: 11, 6B and ED. RGB value is (17,107,237). Sum of RGB (Red+Green+Blue) = 17+107+237=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #116BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116BED is #EE9412. Grayscale: #5E5E5E. Windows color (decimal): -15635475 or 15559441. OLE color: 15559441.

HSL color Cylindrical-coordinate representation of color #116BED: hue angle of 215.45º 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 #116BED is Cyan = 0.93, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17107237-
CMYK0.930.5500.07
HSL215.45º86.61%49.8%-
HSV(B)215.45º92.83%92.94%-
XYZ20.7716.7582.26-
YUV94.91208.1872.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.71%
GREEN value IS 107 (42.19% from 255) = 29.64%
BLUE value IS 237 (92.97% from 255) = 65.65%
R=4.71%
G=29.64%
B=65.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171072370.930.5500.07215.4586.6149.8
Hex116BED5D3707d75732
Octal21153355135670732712762
Binary1000111010111110110110111011101110111110101111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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