#116F83

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

Shades of Allports #116F83

Tints of Allports #116F83

Color information

#116F83 (or 0x116F83) is unknown color: approx Allports. HEX triplet: 11, 6F and 83. RGB value is (17,111,131). Sum of RGB (Red+Green+Blue) = 17+111+131=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 131 (51.56% from 255 or 50.58% from 259); Max value from RGB is 131 - color contains mainly: blue. Hex color #116F83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116F83 is #EE907C. Grayscale: #545454. Windows color (decimal): -15634557 or 8613649. OLE color: 8613649.

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

Color convert

RGB17111131-
CMYK0.870.1500.49
HSL190.53º77.03%29.02%-
HSV(B)190.53º87.02%51.37%-
XYZ10.0113.1323.48-
YUV85.17153.8679.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.56%
GREEN value IS 111 (43.75% from 255) = 42.86%
BLUE value IS 131 (51.56% from 255) = 50.58%
R=6.56%
G=42.86%
B=50.58%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal171111310.870.1500.49190.5377.0329.02
Hex116F8357F031bf4d1d
Octal211572031271706127711535
Binary1000111011111000001110101111111011000110111111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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