#116F88

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

Shades of Allports #116F88

Tints of Allports #116F88

Color information

#116F88 (or 0x116F88) is unknown color: approx Allports. HEX triplet: 11, 6F and 88. RGB value is (17,111,136). Sum of RGB (Red+Green+Blue) = 17+111+136=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #116F88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116F88 is #EE9077. Grayscale: #555555. Windows color (decimal): -15634552 or 8941329. OLE color: 8941329.

HSL color Cylindrical-coordinate representation of color #116F88: hue angle of 192.61º 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 #116F88 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB17111136-
CMYK0.870.1800.47
HSL192.61º77.78%30%-
HSV(B)192.61º87.5%53.33%-
XYZ10.3613.2725.31-
YUV85.74156.3678.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.44%
GREEN value IS 111 (43.75% from 255) = 42.05%
BLUE value IS 136 (53.52% from 255) = 51.52%
R=6.44%
G=42.05%
B=51.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal171111360.870.1800.47192.6177.7830
Hex116F88571202Fc14e1e
Octal211572101272205730111636
Binary10001110111110001000101011110010010111111000001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116F88; }

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

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

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

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

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

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

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

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