#141E40

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

Shades of Midnight Express #141E40

Tints of Midnight Express #141E40

Color information

#141E40 (or 0x141E40) is unknown color: approx Midnight Express. HEX triplet: 14, 1E and 40. RGB value is (20,30,64). Sum of RGB (Red+Green+Blue) = 20+30+64=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #141E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E40 is #EBE1BF. Grayscale: #1E1E1E. Windows color (decimal): -15458752 or 4202004. OLE color: 4202004.

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

Color convert

RGB203064-
CMYK0.690.5300.75
HSL226.36º52.38%16.47%-
HSV(B)226.36º68.75%25.1%-
XYZ1.681.455.04-
YUV30.89146.69120.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.54%
GREEN value IS 30 (12.11% from 255) = 26.32%
BLUE value IS 64 (25.39% from 255) = 56.14%
R=17.54%
G=26.32%
B=56.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2030640.690.5300.75226.3652.3816.47
Hex141E40453504Be23410
Octal24361001056501133426420
Binary101001111010000001000101110101010010111110001011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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