#1E2138

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

Shades of Midnight Express #1E2138

Tints of Midnight Express #1E2138

Color information

#1E2138 (or 0x1E2138) is unknown color: approx Midnight Express. HEX triplet: 1E, 21 and 38. RGB value is (30,33,56). Sum of RGB (Red+Green+Blue) = 30+33+56=119 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.21% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 56 (22.27% from 255 or 47.06% from 119); Max value from RGB is 56 - color contains mainly: blue. Hex color #1E2138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2138 is #E1DEC7. Grayscale: #222222. Windows color (decimal): -14802632 or 3678494. OLE color: 3678494.

HSL color Cylindrical-coordinate representation of color #1E2138: hue angle of 233.08º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1E2138 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB303356-
CMYK0.460.4100.78
HSL233.08º30.23%16.86%-
HSV(B)233.08º46.43%21.96%-
XYZ1.791.653.97-
YUV34.72140.01124.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25.21%
GREEN value IS 33 (13.28% from 255) = 27.73%
BLUE value IS 56 (22.27% from 255) = 47.06%
R=25.21%
G=27.73%
B=47.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3033560.460.4100.78233.0830.2316.86
Hex1E21382E2904Ee91e11
Octal364170565101163513621
Binary1111010000111100010111010100101001110111010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,33,56); }

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

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

 a { background-color: rgb(30,33,56); }

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

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

 span { border-color: rgb(30,33,56); }

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