#117382

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

Shades of Allports #117382

Tints of Allports #117382

Color information

#117382 (or 0x117382) is unknown color: approx Allports. HEX triplet: 11, 73 and 82. RGB value is (17,115,130). Sum of RGB (Red+Green+Blue) = 17+115+130=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #117382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117382 is #EE8C7D. Grayscale: #575757. Windows color (decimal): -15633534 or 8549137. OLE color: 8549137.

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

Color convert

RGB17115130-
CMYK0.870.1200.49
HSL187.96º76.87%28.82%-
HSV(B)187.96º86.92%50.98%-
XYZ10.3913.9923.27-
YUV87.41152.0377.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.49%
GREEN value IS 115 (45.31% from 255) = 43.89%
BLUE value IS 130 (51.17% from 255) = 49.62%
R=6.49%
G=43.89%
B=49.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal171151300.870.1200.49187.9676.8728.82
Hex11738257C031bc4d1d
Octal211632021271406127411535
Binary1000111100111000001010101111100011000110111100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117382; }

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

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

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

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

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

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

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

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