#111E40

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

Shades of Midnight Express #111E40

Tints of Midnight Express #111E40

Color information

#111E40 (or 0x111E40) is unknown color: approx Midnight Express. HEX triplet: 11, 1E and 40. RGB value is (17,30,64). Sum of RGB (Red+Green+Blue) = 17+30+64=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 64 (25.39% from 255 or 57.66% from 111); Max value from RGB is 64 - color contains mainly: blue. Hex color #111E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E40 is #EEE1BF. Grayscale: #1D1D1D. Windows color (decimal): -15655360 or 4202001. OLE color: 4202001.

HSL color Cylindrical-coordinate representation of color #111E40: hue angle of 223.4º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #111E40 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB173064-
CMYK0.730.5300.75
HSL223.4º58.02%15.88%-
HSV(B)223.4º73.44%25.1%-
XYZ1.621.425.04-
YUV29.99147.19118.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.32%
GREEN value IS 30 (12.11% from 255) = 27.03%
BLUE value IS 64 (25.39% from 255) = 57.66%
R=15.32%
G=27.03%
B=57.66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1730640.730.5300.75223.458.0215.88
Hex111E40493504Bdf3a10
Octal21361001116501133377220
Binary100011111010000001001001110101010010111101111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111E40; }

 p { color: rgb(17,30,64); }

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

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

 a { background-color: rgb(17,30,64); }

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

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

 span { border-color: rgb(17,30,64); }

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