#117482

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

Shades of Allports #117482

Tints of Allports #117482

Color information

#117482 (or 0x117482) is unknown color: approx Allports. HEX triplet: 11, 74 and 82. RGB value is (17,116,130). Sum of RGB (Red+Green+Blue) = 17+116+130=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #117482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117482 is #EE8B7D. Grayscale: #575757. Windows color (decimal): -15633278 or 8549393. OLE color: 8549393.

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

Color convert

RGB17116130-
CMYK0.870.1100.49
HSL187.43º76.87%28.82%-
HSV(B)187.43º86.92%50.98%-
XYZ10.5114.2223.31-
YUV88151.777.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.46%
GREEN value IS 116 (45.70% from 255) = 44.11%
BLUE value IS 130 (51.17% from 255) = 49.43%
R=6.46%
G=44.11%
B=49.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal171161300.870.1100.49187.4376.8728.82
Hex11748257B031bb4d1d
Octal211642021271306127311535
Binary1000111101001000001010101111011011000110111011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117482; }

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

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

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

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

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

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

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

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