#116A78

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

Shades of Allports #116A78

Tints of Allports #116A78

Color information

#116A78 (or 0x116A78) is unknown color: approx Allports. HEX triplet: 11, 6A and 78. RGB value is (17,106,120). Sum of RGB (Red+Green+Blue) = 17+106+120=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 120 (47.27% from 255 or 49.38% from 243); Max value from RGB is 120 - color contains mainly: blue. Hex color #116A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116A78 is #EE9587. Grayscale: #505050. Windows color (decimal): -15635848 or 7891473. OLE color: 7891473.

HSL color Cylindrical-coordinate representation of color #116A78: hue angle of 188.16º 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 #116A78 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB17106120-
CMYK0.860.1200.53
HSL188.16º75.18%26.86%-
HSV(B)188.16º85.83%47.06%-
XYZ8.7811.7819.58-
YUV80.98150.0182.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.00%
GREEN value IS 106 (41.80% from 255) = 43.62%
BLUE value IS 120 (47.27% from 255) = 49.38%
R=7.00%
G=43.62%
B=49.38%

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
Decimal171061200.860.1200.53188.1675.1826.86
Hex116A7856C035bc4b1b
Octal211521701261406527411333
Binary100011101010111100010101101100011010110111100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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