#116F8C

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

Shades of Allports #116F8C

Tints of Allports #116F8C

Color information

#116F8C (or 0x116F8C) is unknown color: approx Allports. HEX triplet: 11, 6F and 8C. RGB value is (17,111,140). Sum of RGB (Red+Green+Blue) = 17+111+140=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #116F8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116F8C is #EE9073. Grayscale: #555555. Windows color (decimal): -15634548 or 9203473. OLE color: 9203473.

HSL color Cylindrical-coordinate representation of color #116F8C: hue angle of 194.15º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116F8C is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB17111140-
CMYK0.880.2100.45
HSL194.15º78.34%30.78%-
HSV(B)194.15º87.86%54.9%-
XYZ10.6513.3826.83-
YUV86.2158.3678.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.34%
GREEN value IS 111 (43.75% from 255) = 41.42%
BLUE value IS 140 (55.08% from 255) = 52.24%
R=6.34%
G=41.42%
B=52.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal171111400.880.2100.45194.1578.3430.78
Hex116F8C581502Dc24e1f
Octal211572141302505530211637
Binary10001110111110001100101100010101010110111000010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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