#116995

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

Shades of Allports #116995

Tints of Allports #116995

Color information

#116995 (or 0x116995) is unknown color: approx Allports. HEX triplet: 11, 69 and 95. RGB value is (17,105,149). Sum of RGB (Red+Green+Blue) = 17+105+149=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #116995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116995 is #EE966A. Grayscale: #535353. Windows color (decimal): -15636075 or 9791761. OLE color: 9791761.

HSL color Cylindrical-coordinate representation of color #116995: hue angle of 200º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116995 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB17105149-
CMYK0.890.3000.42
HSL200º79.52%32.55%-
HSV(B)200º88.59%58.43%-
XYZ10.7112.3930.26-
YUV83.7164.8580.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.27%
GREEN value IS 105 (41.41% from 255) = 38.75%
BLUE value IS 149 (58.59% from 255) = 54.98%
R=6.27%
G=38.75%
B=54.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171051490.890.3000.4220079.5232.55
Hex116995591E02Ac85021
Octal211512251313605231012041
Binary100011101001100101011011001111100101010110010001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116995; }

 p { color: rgb(17,105,149); }

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

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

 a { background-color: rgb(17,105,149); }

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

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

 span { border-color: rgb(17,105,149); }

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