#141C4E

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

Shades of Midnight Express #141C4E

Tints of Midnight Express #141C4E

Color information

#141C4E (or 0x141C4E) is unknown color: approx Midnight Express. HEX triplet: 14, 1C and 4E. RGB value is (20,28,78). Sum of RGB (Red+Green+Blue) = 20+28+78=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #141C4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C4E is #EBE3B1. Grayscale: #1F1F1F. Windows color (decimal): -15459250 or 5118996. OLE color: 5118996.

HSL color Cylindrical-coordinate representation of color #141C4E: hue angle of 231.72º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #141C4E is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB202878-
CMYK0.740.6400.69
HSL231.72º59.18%19.22%-
HSV(B)231.72º74.36%30.59%-
XYZ2.081.537.39-
YUV31.31154.35119.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 28 (11.33% from 255) = 22.22%
BLUE value IS 78 (30.86% from 255) = 61.90%
R=15.87%
G=22.22%
B=61.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2028780.740.6400.69231.7259.1819.22
Hex141C4E4A40045e83b13
Octal243411611210001053507323
Binary1010011100100111010010101000000010001011110100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,28,78); }

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

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

 a { background-color: rgb(20,28,78); }

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

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

 span { border-color: rgb(20,28,78); }

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