#1E2240

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

Shades of Midnight Express #1E2240

Tints of Midnight Express #1E2240

Color information

#1E2240 (or 0x1E2240) is unknown color: approx Midnight Express. HEX triplet: 1E, 22 and 40. RGB value is (30,34,64). Sum of RGB (Red+Green+Blue) = 30+34+64=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #1E2240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2240 is #E1DDBF. Grayscale: #242424. Windows color (decimal): -14802368 or 4203038. OLE color: 4203038.

HSL color Cylindrical-coordinate representation of color #1E2240: hue angle of 232.94º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1E2240 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB303464-
CMYK0.530.4700.75
HSL232.94º36.17%18.43%-
HSV(B)232.94º53.12%25.1%-
XYZ2.031.795.09-
YUV36.22143.67123.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.44%
GREEN value IS 34 (13.67% from 255) = 26.56%
BLUE value IS 64 (25.39% from 255) = 50%
R=23.44%
G=26.56%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3034640.530.4700.75232.9436.1718.43
Hex1E2240352F04Be92412
Octal3642100655701133514422
Binary111101000101000000110101101111010010111110100110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E2240; }

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

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

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

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

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

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

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

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