#116895

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

Shades of Allports #116895

Tints of Allports #116895

Color information

#116895 (or 0x116895) is unknown color: approx Allports. HEX triplet: 11, 68 and 95. RGB value is (17,104,149). Sum of RGB (Red+Green+Blue) = 17+104+149=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #116895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116895 is #EE976A. Grayscale: #525252. Windows color (decimal): -15636331 or 9791505. OLE color: 9791505.

HSL color Cylindrical-coordinate representation of color #116895: hue angle of 200.45º 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 #116895 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB17104149-
CMYK0.890.3000.42
HSL200.45º79.52%32.55%-
HSV(B)200.45º88.59%58.43%-
XYZ10.6112.1930.23-
YUV83.12165.1880.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.30%
GREEN value IS 104 (41.02% from 255) = 38.52%
BLUE value IS 149 (58.59% from 255) = 55.19%
R=6.30%
G=38.52%
B=55.19%

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
Decimal171041490.890.3000.42200.4579.5232.55
Hex116895591E02Ac85021
Octal211502251313605231012041
Binary100011101000100101011011001111100101010110010001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116895; }

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

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

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

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

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

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

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

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