#111650

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

Shades of Midnight Express #111650

Tints of Midnight Express #111650

Color information

#111650 (or 0x111650) is unknown color: approx Midnight Express. HEX triplet: 11, 16 and 50. RGB value is (17,22,80). Sum of RGB (Red+Green+Blue) = 17+22+80=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 80 (31.64% from 255 or 67.23% from 119); Max value from RGB is 80 - color contains mainly: blue. Hex color #111650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111650 is #EEE9AF. Grayscale: #1A1A1A. Windows color (decimal): -15657392 or 5248529. OLE color: 5248529.

HSL color Cylindrical-coordinate representation of color #111650: hue angle of 235.24º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #111650 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB172280-
CMYK0.790.7200.69
HSL235.24º64.95%19.02%-
HSV(B)235.24º78.75%31.37%-
XYZ1.971.277.73-
YUV27.12157.84120.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.29%
GREEN value IS 22 (8.98% from 255) = 18.49%
BLUE value IS 80 (31.64% from 255) = 67.23%
R=14.29%
G=18.49%
B=67.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1722800.790.7200.69235.2464.9519.02
Hex1116504F48045eb4113
Octal2126120117110010535310123
Binary10001101101010000100111110010000100010111101011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111650; }

 p { color: rgb(17,22,80); }

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

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

 a { background-color: rgb(17,22,80); }

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

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

 span { border-color: rgb(17,22,80); }

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