#116181

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

Shades of Allports #116181

Tints of Allports #116181

Color information

#116181 (or 0x116181) is unknown color: approx Allports. HEX triplet: 11, 61 and 81. RGB value is (17,97,129). Sum of RGB (Red+Green+Blue) = 17+97+129=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 129 (50.78% from 255 or 53.09% from 243); Max value from RGB is 129 - color contains mainly: blue. Hex color #116181 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116181 is #EE9E7E. Grayscale: #4C4C4C. Windows color (decimal): -15638143 or 8478993. OLE color: 8478993.

HSL color Cylindrical-coordinate representation of color #116181: hue angle of 197.14º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #116181 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1797129-
CMYK0.870.2500.49
HSL197.14º76.71%28.63%-
HSV(B)197.14º86.82%50.59%-
XYZ8.4710.2522.3-
YUV76.73157.585.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.00%
GREEN value IS 97 (38.28% from 255) = 39.92%
BLUE value IS 129 (50.78% from 255) = 53.09%
R=7.00%
G=39.92%
B=53.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17971290.870.2500.49197.1476.7128.63
Hex1161815719031c54d1d
Octal211412011273106130511535
Binary10001110000110000001101011111001011000111000101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116181; }

 p { color: rgb(17,97,129); }

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

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

 a { background-color: rgb(17,97,129); }

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

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

 span { border-color: rgb(17,97,129); }

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