#117193

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

Shades of Allports #117193

Tints of Allports #117193

Color information

#117193 (or 0x117193) is unknown color: approx Allports. HEX triplet: 11, 71 and 93. RGB value is (17,113,147). Sum of RGB (Red+Green+Blue) = 17+113+147=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #117193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117193 is #EE8E6C. Grayscale: #575757. Windows color (decimal): -15634029 or 9662737. OLE color: 9662737.

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

Color convert

RGB17113147-
CMYK0.880.2300.42
HSL195.69º79.27%32.16%-
HSV(B)195.69º88.44%57.65%-
XYZ11.414.0429.71-
YUV88.17161.277.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.14%
GREEN value IS 113 (44.53% from 255) = 40.79%
BLUE value IS 147 (57.81% from 255) = 53.07%
R=6.14%
G=40.79%
B=53.07%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal171131470.880.2300.42195.6979.2732.16
Hex117193581702Ac44f20
Octal211612231302705230411740
Binary100011110001100100111011000101110101010110001001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117193; }

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

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

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

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

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

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

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

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