#116993

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

Shades of Allports #116993

Tints of Allports #116993

Color information

#116993 (or 0x116993) is unknown color: approx Allports. HEX triplet: 11, 69 and 93. RGB value is (17,105,147). Sum of RGB (Red+Green+Blue) = 17+105+147=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #116993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116993 is #EE966C. Grayscale: #535353. Windows color (decimal): -15636077 or 9660689. OLE color: 9660689.

HSL color Cylindrical-coordinate representation of color #116993: hue angle of 199.38º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116993 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB17105147-
CMYK0.880.2900.42
HSL199.38º79.27%32.16%-
HSV(B)199.38º88.44%57.65%-
XYZ10.5512.3329.43-
YUV83.48163.8580.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.32%
GREEN value IS 105 (41.41% from 255) = 39.03%
BLUE value IS 147 (57.81% from 255) = 54.65%
R=6.32%
G=39.03%
B=54.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171051470.880.2900.42199.3879.2732.16
Hex116993581D02Ac74f20
Octal211512231303505230711740
Binary100011101001100100111011000111010101010110001111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116993; }

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

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

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

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

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

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

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

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