#141D4E

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

Shades of Midnight Express #141D4E

Tints of Midnight Express #141D4E

Color information

#141D4E (or 0x141D4E) is unknown color: approx Midnight Express. HEX triplet: 14, 1D and 4E. RGB value is (20,29,78). Sum of RGB (Red+Green+Blue) = 20+29+78=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #141D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D4E is #EBE2B1. Grayscale: #1F1F1F. Windows color (decimal): -15458994 or 5119252. OLE color: 5119252.

HSL color Cylindrical-coordinate representation of color #141D4E: hue angle of 230.69º 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 #141D4E is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB202978-
CMYK0.740.6300.69
HSL230.69º59.18%19.22%-
HSV(B)230.69º74.36%30.59%-
XYZ2.11.587.4-
YUV31.9154.02119.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.75%
GREEN value IS 29 (11.72% from 255) = 22.83%
BLUE value IS 78 (30.86% from 255) = 61.42%
R=15.75%
G=22.83%
B=61.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2029780.740.6300.69230.6959.1819.22
Hex141D4E4A3F045e73b13
Octal24351161127701053477323
Binary101001110110011101001010111111010001011110011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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