#115E82

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

Shades of Allports #115E82

Tints of Allports #115E82

Color information

#115E82 (or 0x115E82) is unknown color: approx Allports. HEX triplet: 11, 5E and 82. RGB value is (17,94,130). Sum of RGB (Red+Green+Blue) = 17+94+130=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #115E82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115E82 is #EEA17D. Grayscale: #4A4A4A. Windows color (decimal): -15638910 or 8543761. OLE color: 8543761.

HSL color Cylindrical-coordinate representation of color #115E82: hue angle of 199.12º 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 #115E82 is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1794130-
CMYK0.870.2800.49
HSL199.12º76.87%28.82%-
HSV(B)199.12º86.92%50.98%-
XYZ8.269.7422.56-
YUV75.08158.9986.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 94 (37.11% from 255) = 39.00%
BLUE value IS 130 (51.17% from 255) = 53.94%
R=7.05%
G=39.00%
B=53.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17941300.870.2800.49199.1276.8728.82
Hex115E82571C031c74d1d
Octal211362021273406130711535
Binary10001101111010000010101011111100011000111000111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115E82; }

 p { color: rgb(17,94,130); }

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

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

 a { background-color: rgb(17,94,130); }

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

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

 span { border-color: rgb(17,94,130); }

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