#111750

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

Shades of Midnight Express #111750

Tints of Midnight Express #111750

Color information

#111750 (or 0x111750) is unknown color: approx Midnight Express. HEX triplet: 11, 17 and 50. RGB value is (17,23,80). Sum of RGB (Red+Green+Blue) = 17+23+80=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #111750 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111750 is #EEE8AF. Grayscale: #1B1B1B. Windows color (decimal): -15657136 or 5248785. OLE color: 5248785.

HSL color Cylindrical-coordinate representation of color #111750: hue angle of 234.29º 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 #111750 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB172380-
CMYK0.790.7100.69
HSL234.29º64.95%19.02%-
HSV(B)234.29º78.75%31.37%-
XYZ1.991.317.74-
YUV27.7157.51120.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.17%
GREEN value IS 23 (9.38% from 255) = 19.17%
BLUE value IS 80 (31.64% from 255) = 66.67%
R=14.17%
G=19.17%
B=66.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1723800.790.7100.69234.2964.9519.02
Hex1117504F47045ea4113
Octal2127120117107010535210123
Binary10001101111010000100111110001110100010111101010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111750; }

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

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

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

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

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

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

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

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