#116580

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

Shades of Allports #116580

Tints of Allports #116580

Color information

#116580 (or 0x116580) is unknown color: approx Allports. HEX triplet: 11, 65 and 80. RGB value is (17,101,128). Sum of RGB (Red+Green+Blue) = 17+101+128=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #116580 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116580 is #EE9A7F. Grayscale: #4E4E4E. Windows color (decimal): -15637120 or 8414481. OLE color: 8414481.

HSL color Cylindrical-coordinate representation of color #116580: hue angle of 194.59º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #116580 is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB17101128-
CMYK0.870.2100.50
HSL194.59º76.55%28.43%-
HSV(B)194.59º86.72%50.2%-
XYZ8.7810.9922.08-
YUV78.96155.6783.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.91%
GREEN value IS 101 (39.84% from 255) = 41.06%
BLUE value IS 128 (50.39% from 255) = 52.03%
R=6.91%
G=41.06%
B=52.03%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal171011280.870.2100.50194.5976.5528.43
Hex1165805715032c34d1c
Octal211452001272506230311534
Binary10001110010110000000101011110101011001011000011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116580; }

 p { color: rgb(17,101,128); }

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

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

 a { background-color: rgb(17,101,128); }

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

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

 span { border-color: rgb(17,101,128); }

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