#141E47

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

Shades of Midnight Express #141E47

Tints of Midnight Express #141E47

Color information

#141E47 (or 0x141E47) is unknown color: approx Midnight Express. HEX triplet: 14, 1E and 47. RGB value is (20,30,71). Sum of RGB (Red+Green+Blue) = 20+30+71=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 71 (28.12% from 255 or 58.68% from 121); Max value from RGB is 71 - color contains mainly: blue. Hex color #141E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E47 is #EBE1B8. Grayscale: #1F1F1F. Windows color (decimal): -15458745 or 4660756. OLE color: 4660756.

HSL color Cylindrical-coordinate representation of color #141E47: hue angle of 228.24º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #141E47 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB203071-
CMYK0.720.5800.72
HSL228.24º56.04%17.84%-
HSV(B)228.24º71.83%27.84%-
XYZ1.891.536.16-
YUV31.68150.19119.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 30 (12.11% from 255) = 24.79%
BLUE value IS 71 (28.12% from 255) = 58.68%
R=16.53%
G=24.79%
B=58.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2030710.720.5800.72228.2456.0417.84
Hex141E47483A048e43812
Octal24361071107201103447022
Binary101001111010001111001000111010010010001110010011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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