#116788

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

Shades of Allports #116788

Tints of Allports #116788

Color information

#116788 (or 0x116788) is unknown color: approx Allports. HEX triplet: 11, 67 and 88. RGB value is (17,103,136). Sum of RGB (Red+Green+Blue) = 17+103+136=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #116788 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116788 is #EE9877. Grayscale: #505050. Windows color (decimal): -15636600 or 8939281. OLE color: 8939281.

HSL color Cylindrical-coordinate representation of color #116788: hue angle of 196.64º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116788 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB17103136-
CMYK0.870.2400.47
HSL196.64º77.78%30%-
HSV(B)196.64º87.5%53.33%-
XYZ9.5311.625.03-
YUV81.05159.0182.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.64%
GREEN value IS 103 (40.62% from 255) = 40.23%
BLUE value IS 136 (53.52% from 255) = 53.12%
R=6.64%
G=40.23%
B=53.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal171031360.870.2400.47196.6477.7830
Hex116788571802Fc54e1e
Octal211472101273005730511636
Binary10001110011110001000101011111000010111111000101100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116788; }

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

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

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

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

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

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

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

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