#116682

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

Shades of Allports #116682

Tints of Allports #116682

Color information

#116682 (or 0x116682) is unknown color: approx Allports. HEX triplet: 11, 66 and 82. RGB value is (17,102,130). Sum of RGB (Red+Green+Blue) = 17+102+130=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 130 (51.17% from 255 or 52.21% from 249); Max value from RGB is 130 - color contains mainly: blue. Hex color #116682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116682 is #EE997D. Grayscale: #4F4F4F. Windows color (decimal): -15636862 or 8545809. OLE color: 8545809.

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

Color convert

RGB17102130-
CMYK0.870.2200.49
HSL194.87º76.87%28.82%-
HSV(B)194.87º86.92%50.98%-
XYZ9.0111.2322.81-
YUV79.78156.3483.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.83%
GREEN value IS 102 (40.23% from 255) = 40.96%
BLUE value IS 130 (51.17% from 255) = 52.21%
R=6.83%
G=40.96%
B=52.21%

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
Decimal171021300.870.2200.49194.8776.8728.82
Hex1166825716031c34d1d
Octal211462021272606130311535
Binary10001110011010000010101011110110011000111000011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116682; }

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

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

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

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

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

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

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

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