#116795

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

Shades of Allports #116795

Tints of Allports #116795

Color information

#116795 (or 0x116795) is unknown color: approx Allports. HEX triplet: 11, 67 and 95. RGB value is (17,103,149). Sum of RGB (Red+Green+Blue) = 17+103+149=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #116795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116795 is #EE986A. Grayscale: #525252. Windows color (decimal): -15636587 or 9791249. OLE color: 9791249.

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

Color convert

RGB17103149-
CMYK0.890.3100.42
HSL200.91º79.52%32.55%-
HSV(B)200.91º88.59%58.43%-
XYZ10.5111.9930.19-
YUV82.53165.5181.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.32%
GREEN value IS 103 (40.62% from 255) = 38.29%
BLUE value IS 149 (58.59% from 255) = 55.39%
R=6.32%
G=38.29%
B=55.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171031490.890.3100.42200.9179.5232.55
Hex116795591F02Ac95021
Octal211472251313705231112041
Binary100011100111100101011011001111110101010110010011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116795; }

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

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

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

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

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

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

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

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