#116EDF

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

Shades of Navy Blue #116EDF

Tints of Navy Blue #116EDF

Color information

#116EDF (or 0x116EDF) is unknown color: approx Navy Blue. HEX triplet: 11, 6E and DF. RGB value is (17,110,223). Sum of RGB (Red+Green+Blue) = 17+110+223=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #116EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116EDF is #EE9120. Grayscale: #5E5E5E. Windows color (decimal): -15634721 or 14642705. OLE color: 14642705.

HSL color Cylindrical-coordinate representation of color #116EDF: hue angle of 212.91º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116EDF is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17110223-
CMYK0.920.5100.13
HSL212.91º85.83%47.06%-
HSV(B)212.91º92.38%87.45%-
XYZ19.1316.672.01-
YUV95.07200.1972.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.86%
GREEN value IS 110 (43.36% from 255) = 31.43%
BLUE value IS 223 (87.5% from 255) = 63.71%
R=4.86%
G=31.43%
B=63.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171102230.920.5100.13212.9185.8347.06
Hex116EDF5C330Dd5562f
Octal211563371346301532512657
Binary10001110111011011111101110011001101101110101011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,110,223); }

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

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

 a { background-color: rgb(17,110,223); }

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

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

 span { border-color: rgb(17,110,223); }

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