#116876

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

Shades of Allports #116876

Tints of Allports #116876

Color information

#116876 (or 0x116876) is unknown color: approx Allports. HEX triplet: 11, 68 and 76. RGB value is (17,104,118). Sum of RGB (Red+Green+Blue) = 17+104+118=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: blue. Hex color #116876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116876 is #EE9789. Grayscale: #4F4F4F. Windows color (decimal): -15636362 or 7759889. OLE color: 7759889.

HSL color Cylindrical-coordinate representation of color #116876: hue angle of 188.32º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116876 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB17104118-
CMYK0.860.1200.54
HSL188.32º74.81%26.47%-
HSV(B)188.32º85.59%46.27%-
XYZ8.4511.3318.88-
YUV79.58149.6883.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.11%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 118 (46.48% from 255) = 49.37%
R=7.11%
G=43.51%
B=49.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal171041180.860.1200.54188.3274.8126.47
Hex11687656C036bc4b1a
Octal211501661261406627411332
Binary100011101000111011010101101100011011010111100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116876; }

 p { color: rgb(17,104,118); }

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

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

 a { background-color: rgb(17,104,118); }

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

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

 span { border-color: rgb(17,104,118); }

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