#116E94

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

Shades of Allports #116E94

Tints of Allports #116E94

Color information

#116E94 (or 0x116E94) is unknown color: approx Allports. HEX triplet: 11, 6E and 94. RGB value is (17,110,148). Sum of RGB (Red+Green+Blue) = 17+110+148=275 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.18% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #116E94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116E94 is #EE916B. Grayscale: #565656. Windows color (decimal): -15634796 or 9727505. OLE color: 9727505.

HSL color Cylindrical-coordinate representation of color #116E94: hue angle of 197.4º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116E94 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB17110148-
CMYK0.890.2600.42
HSL197.4º79.39%32.35%-
HSV(B)197.4º88.51%58.04%-
XYZ11.1513.4130.02-
YUV86.52162.6978.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.18%
GREEN value IS 110 (43.36% from 255) = 40%
BLUE value IS 148 (58.20% from 255) = 53.82%
R=6.18%
G=40%
B=53.82%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171101480.890.2600.42197.479.3932.35
Hex116E94591A02Ac54f20
Octal211562241313205230511740
Binary100011101110100101001011001110100101010110001011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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