#116582

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

Shades of Allports #116582

Tints of Allports #116582

Color information

#116582 (or 0x116582) is unknown color: approx Allports. HEX triplet: 11, 65 and 82. RGB value is (17,101,130). Sum of RGB (Red+Green+Blue) = 17+101+130=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #116582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116582 is #EE9A7D. Grayscale: #4E4E4E. Windows color (decimal): -15637118 or 8545553. OLE color: 8545553.

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

Color convert

RGB17101130-
CMYK0.870.2200.49
HSL195.4º76.87%28.82%-
HSV(B)195.4º86.92%50.98%-
XYZ8.9111.0422.78-
YUV79.19156.6783.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.85%
GREEN value IS 101 (39.84% from 255) = 40.73%
BLUE value IS 130 (51.17% from 255) = 52.42%
R=6.85%
G=40.73%
B=52.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal171011300.870.2200.49195.476.8728.82
Hex1165825716031c34d1d
Octal211452021272606130311535
Binary10001110010110000010101011110110011000111000011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116582; }

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

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

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

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

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

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

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

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