#116677

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

Shades of Allports #116677

Tints of Allports #116677

Color information

#116677 (or 0x116677) is unknown color: approx Allports. HEX triplet: 11, 66 and 77. RGB value is (17,102,119). Sum of RGB (Red+Green+Blue) = 17+102+119=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #116677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116677 is #EE9988. Grayscale: #4E4E4E. Windows color (decimal): -15636873 or 7824913. OLE color: 7824913.

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

Color convert

RGB17102119-
CMYK0.860.1400.53
HSL190º75%26.67%-
HSV(B)190º85.71%46.67%-
XYZ8.3110.9519.13-
YUV78.52150.8484.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.14%
GREEN value IS 102 (40.23% from 255) = 42.86%
BLUE value IS 119 (46.88% from 255) = 50%
R=7.14%
G=42.86%
B=50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal171021190.860.1400.531907526.67
Hex11667756E035be4b1b
Octal211461671261606527611333
Binary100011100110111011110101101110011010110111110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116677; }

 p { color: rgb(17,102,119); }

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

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

 a { background-color: rgb(17,102,119); }

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

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

 span { border-color: rgb(17,102,119); }

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