#116781

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

Shades of Allports #116781

Tints of Allports #116781

Color information

#116781 (or 0x116781) is unknown color: approx Allports. HEX triplet: 11, 67 and 81. RGB value is (17,103,129). Sum of RGB (Red+Green+Blue) = 17+103+129=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #116781 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116781 is #EE987E. Grayscale: #505050. Windows color (decimal): -15636607 or 8480529. OLE color: 8480529.

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

Color convert

RGB17103129-
CMYK0.870.2000.49
HSL193.93º76.71%28.63%-
HSV(B)193.93º86.82%50.59%-
XYZ9.0411.422.49-
YUV80.25155.5182.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.83%
GREEN value IS 103 (40.62% from 255) = 41.37%
BLUE value IS 129 (50.78% from 255) = 51.81%
R=6.83%
G=41.37%
B=51.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal171031290.870.2000.49193.9376.7128.63
Hex1167815714031c24d1d
Octal211472011272406130211535
Binary10001110011110000001101011110100011000111000010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116781; }

 p { color: rgb(17,103,129); }

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

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

 a { background-color: rgb(17,103,129); }

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

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

 span { border-color: rgb(17,103,129); }

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