#117182

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

Shades of Allports #117182

Tints of Allports #117182

Color information

#117182 (or 0x117182) is unknown color: approx Allports. HEX triplet: 11, 71 and 82. RGB value is (17,113,130). Sum of RGB (Red+Green+Blue) = 17+113+130=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #117182 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117182 is #EE8E7D. Grayscale: #565656. Windows color (decimal): -15634046 or 8548625. OLE color: 8548625.

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

Color convert

RGB17113130-
CMYK0.870.1300.49
HSL189.03º76.87%28.82%-
HSV(B)189.03º86.92%50.98%-
XYZ10.1713.5423.2-
YUV86.23152.778.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.54%
GREEN value IS 113 (44.53% from 255) = 43.46%
BLUE value IS 130 (51.17% from 255) = 50%
R=6.54%
G=43.46%
B=50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal171131300.870.1300.49189.0376.8728.82
Hex11718257D031bd4d1d
Octal211612021271506127511535
Binary1000111100011000001010101111101011000110111101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117182; }

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

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

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

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

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

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

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

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