#11778C

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

Shades of Allports #11778C

Tints of Allports #11778C

Color information

#11778C (or 0x11778C) is unknown color: approx Allports. HEX triplet: 11, 77 and 8C. RGB value is (17,119,140). Sum of RGB (Red+Green+Blue) = 17+119+140=276 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.16% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #11778C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11778C is #EE8873. Grayscale: #5A5A5A. Windows color (decimal): -15632500 or 9205521. OLE color: 9205521.

HSL color Cylindrical-coordinate representation of color #11778C: hue angle of 190.24º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11778C is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB17119140-
CMYK0.880.1500.45
HSL190.24º78.34%30.78%-
HSV(B)190.24º87.86%54.9%-
XYZ11.5615.2127.14-
YUV90.9155.7175.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.16%
GREEN value IS 119 (46.88% from 255) = 43.12%
BLUE value IS 140 (55.08% from 255) = 50.72%
R=6.16%
G=43.12%
B=50.72%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal171191400.880.1500.45190.2478.3430.78
Hex11778C58F02Dbe4e1f
Octal211672141301705527611637
Binary1000111101111000110010110001111010110110111110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11778C; }

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

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

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

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

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

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

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

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