#1E203A

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

Shades of Midnight Express #1E203A

Tints of Midnight Express #1E203A

Color information

#1E203A (or 0x1E203A) is unknown color: approx Midnight Express. HEX triplet: 1E, 20 and 3A. RGB value is (30,32,58). Sum of RGB (Red+Green+Blue) = 30+32+58=120 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 58 - color contains mainly: blue. Hex color #1E203A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E203A is #E1DFC5. Grayscale: #222222. Windows color (decimal): -14802886 or 3809310. OLE color: 3809310.

HSL color Cylindrical-coordinate representation of color #1E203A: hue angle of 235.71º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1E203A is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB303258-
CMYK0.480.4500.77
HSL235.71º31.82%17.25%-
HSV(B)235.71º48.28%22.75%-
XYZ1.821.614.22-
YUV34.37141.34124.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 25%
GREEN value IS 32 (12.89% from 255) = 26.67%
BLUE value IS 58 (23.05% from 255) = 48.33%
R=25%
G=26.67%
B=48.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3032580.480.4500.77235.7131.8217.25
Hex1E203A302D04Dec2011
Octal364072605501153544021
Binary11110100000111010110000101101010011011110110010000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,32,58); }

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

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

 a { background-color: rgb(30,32,58); }

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

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

 span { border-color: rgb(30,32,58); }

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