#116E7D

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

Shades of Allports #116E7D

Tints of Allports #116E7D

Color information

#116E7D (or 0x116E7D) is unknown color: approx Allports. HEX triplet: 11, 6E and 7D. RGB value is (17,110,125). Sum of RGB (Red+Green+Blue) = 17+110+125=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 110 (43.36% from 255 or 43.65% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #116E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116E7D is #EE9182. Grayscale: #535353. Windows color (decimal): -15634819 or 8220177. OLE color: 8220177.

HSL color Cylindrical-coordinate representation of color #116E7D: hue angle of 188.33º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116E7D is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB17110125-
CMYK0.860.1200.51
HSL188.33º76.06%27.84%-
HSV(B)188.33º86.4%49.02%-
XYZ9.5112.7521.36-
YUV83.9151.1980.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.75%
GREEN value IS 110 (43.36% from 255) = 43.65%
BLUE value IS 125 (49.22% from 255) = 49.60%
R=6.75%
G=43.65%
B=49.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal171101250.860.1200.51188.3376.0627.84
Hex116E7D56C033bc4c1c
Octal211561751261406327411434
Binary100011101110111110110101101100011001110111100100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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