#116F94

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

Shades of Allports #116F94

Tints of Allports #116F94

Color information

#116F94 (or 0x116F94) is unknown color: approx Allports. HEX triplet: 11, 6F and 94. RGB value is (17,111,148). Sum of RGB (Red+Green+Blue) = 17+111+148=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #116F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116F94 is #EE906B. Grayscale: #565656. Windows color (decimal): -15634540 or 9727761. OLE color: 9727761.

HSL color Cylindrical-coordinate representation of color #116F94: hue angle of 196.95º 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 #116F94 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB17111148-
CMYK0.890.2500.42
HSL196.95º79.39%32.35%-
HSV(B)196.95º88.51%58.04%-
XYZ11.2613.6330.05-
YUV87.11162.3677.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.16%
GREEN value IS 111 (43.75% from 255) = 40.22%
BLUE value IS 148 (58.20% from 255) = 53.62%
R=6.16%
G=40.22%
B=53.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171111480.890.2500.42196.9579.3932.35
Hex116F94591902Ac54f20
Octal211572241313105230511740
Binary100011101111100101001011001110010101010110001011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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