#116587

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

Shades of Allports #116587

Tints of Allports #116587

Color information

#116587 (or 0x116587) is unknown color: approx Allports. HEX triplet: 11, 65 and 87. RGB value is (17,101,135). Sum of RGB (Red+Green+Blue) = 17+101+135=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #116587 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116587 is #EE9A78. Grayscale: #4F4F4F. Windows color (decimal): -15637113 or 8873233. OLE color: 8873233.

HSL color Cylindrical-coordinate representation of color #116587: hue angle of 197.29º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #116587 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB17101135-
CMYK0.870.2500.47
HSL197.29º77.63%29.8%-
HSV(B)197.29º87.41%52.94%-
XYZ9.2611.1824.59-
YUV79.76159.1783.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.72%
GREEN value IS 101 (39.84% from 255) = 39.92%
BLUE value IS 135 (53.12% from 255) = 53.36%
R=6.72%
G=39.92%
B=53.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal171011350.870.2500.47197.2977.6329.8
Hex116587571902Fc54e1e
Octal211452071273105730511636
Binary10001110010110000111101011111001010111111000101100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116587; }

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

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

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

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

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

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

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

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