#116878

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

Shades of Allports #116878

Tints of Allports #116878

Color information

#116878 (or 0x116878) is unknown color: approx Allports. HEX triplet: 11, 68 and 78. RGB value is (17,104,120). Sum of RGB (Red+Green+Blue) = 17+104+120=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #116878 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116878 is #EE9787. Grayscale: #4F4F4F. Windows color (decimal): -15636360 or 7890961. OLE color: 7890961.

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

Color convert

RGB17104120-
CMYK0.860.1300.53
HSL189.32º75.18%26.86%-
HSV(B)189.32º85.83%47.06%-
XYZ8.5711.3819.51-
YUV79.81150.6883.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 120 (47.27% from 255) = 49.79%
R=7.05%
G=43.15%
B=49.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal171041200.860.1300.53189.3275.1826.86
Hex11687856D035bd4b1b
Octal211501701261506527511333
Binary100011101000111100010101101101011010110111101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116878; }

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

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

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

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

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

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

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

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