#116A79

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

Shades of Allports #116A79

Tints of Allports #116A79

Color information

#116A79 (or 0x116A79) is unknown color: approx Allports. HEX triplet: 11, 6A and 79. RGB value is (17,106,121). Sum of RGB (Red+Green+Blue) = 17+106+121=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 106 (41.80% from 255 or 43.44% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: blue. Hex color #116A79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116A79 is #EE9586. Grayscale: #505050. Windows color (decimal): -15635847 or 7957009. OLE color: 7957009.

HSL color Cylindrical-coordinate representation of color #116A79: hue angle of 188.65º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116A79 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB17106121-
CMYK0.860.1200.53
HSL188.65º75.36%27.06%-
HSV(B)188.65º85.95%47.45%-
XYZ8.8411.8119.9-
YUV81.1150.5182.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.97%
GREEN value IS 106 (41.80% from 255) = 43.44%
BLUE value IS 121 (47.66% from 255) = 49.59%
R=6.97%
G=43.44%
B=49.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal171061210.860.1200.53188.6575.3627.06
Hex116A7956C035bd4b1b
Octal211521711261406527511333
Binary100011101010111100110101101100011010110111101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,106,121); }

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

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

 a { background-color: rgb(17,106,121); }

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

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

 span { border-color: rgb(17,106,121); }

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