#117490

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

Shades of Allports #117490

Tints of Allports #117490

Color information

#117490 (or 0x117490) is unknown color: approx Allports. HEX triplet: 11, 74 and 90. RGB value is (17,116,144). Sum of RGB (Red+Green+Blue) = 17+116+144=277 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.14% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #117490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117490 is #EE8B6F. Grayscale: #595959. Windows color (decimal): -15633264 or 9466897. OLE color: 9466897.

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

Color convert

RGB17116144-
CMYK0.880.1900.44
HSL193.23º78.88%31.57%-
HSV(B)193.23º88.19%56.47%-
XYZ11.5114.6228.6-
YUV89.59158.776.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.14%
GREEN value IS 116 (45.70% from 255) = 41.88%
BLUE value IS 144 (56.64% from 255) = 51.99%
R=6.14%
G=41.88%
B=51.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal171161440.880.1900.44193.2378.8831.57
Hex117490581302Cc14f20
Octal211642201302305430111740
Binary100011110100100100001011000100110101100110000011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117490; }

 p { color: rgb(17,116,144); }

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

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

 a { background-color: rgb(17,116,144); }

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

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

 span { border-color: rgb(17,116,144); }

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