#141D4D

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

Shades of Midnight Express #141D4D

Tints of Midnight Express #141D4D

Color information

#141D4D (or 0x141D4D) is unknown color: approx Midnight Express. HEX triplet: 14, 1D and 4D. RGB value is (20,29,77). Sum of RGB (Red+Green+Blue) = 20+29+77=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #141D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D4D is #EBE2B2. Grayscale: #1F1F1F. Windows color (decimal): -15458995 or 5053716. OLE color: 5053716.

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

Color convert

RGB202977-
CMYK0.740.6200.70
HSL230.53º58.76%19.02%-
HSV(B)230.53º74.03%30.2%-
XYZ2.071.567.21-
YUV31.78153.52119.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 29 (11.72% from 255) = 23.02%
BLUE value IS 77 (30.47% from 255) = 61.11%
R=15.87%
G=23.02%
B=61.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2029770.740.6200.70230.5358.7619.02
Hex141D4D4A3E046e73b13
Octal24351151127601063477323
Binary101001110110011011001010111110010001101110011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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