#116390

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

Shades of Allports #116390

Tints of Allports #116390

Color information

#116390 (or 0x116390) is unknown color: approx Allports. HEX triplet: 11, 63 and 90. RGB value is (17,99,144). Sum of RGB (Red+Green+Blue) = 17+99+144=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #116390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116390 is #EE9C6F. Grayscale: #4F4F4F. Windows color (decimal): -15637616 or 9462545. OLE color: 9462545.

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

Color convert

RGB1799144-
CMYK0.880.3100.44
HSL201.26º78.88%31.57%-
HSV(B)201.26º88.19%56.47%-
XYZ9.7311.0628.01-
YUV79.61164.3383.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.54%
GREEN value IS 99 (39.06% from 255) = 38.08%
BLUE value IS 144 (56.64% from 255) = 55.38%
R=6.54%
G=38.08%
B=55.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17991440.880.3100.44201.2678.8831.57
Hex116390581F02Cc94f20
Octal211432201303705431111740
Binary100011100011100100001011000111110101100110010011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116390; }

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

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

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

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

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

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

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

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