#141D43

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

Shades of Midnight Express #141D43

Tints of Midnight Express #141D43

Color information

#141D43 (or 0x141D43) is unknown color: approx Midnight Express. HEX triplet: 14, 1D and 43. RGB value is (20,29,67). Sum of RGB (Red+Green+Blue) = 20+29+67=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 67 (26.56% from 255 or 57.76% from 116); Max value from RGB is 67 - color contains mainly: blue. Hex color #141D43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D43 is #EBE2BC. Grayscale: #1E1E1E. Windows color (decimal): -15459005 or 4398356. OLE color: 4398356.

HSL color Cylindrical-coordinate representation of color #141D43: hue angle of 228.51º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #141D43 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB202967-
CMYK0.700.5700.74
HSL228.51º54.02%17.06%-
HSV(B)228.51º70.15%26.27%-
XYZ1.741.435.49-
YUV30.64148.52120.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.24%
GREEN value IS 29 (11.72% from 255) = 25%
BLUE value IS 67 (26.56% from 255) = 57.76%
R=17.24%
G=25%
B=57.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2029670.700.5700.74228.5154.0217.06
Hex141D43463904Ae53611
Octal24351031067101123456621
Binary101001110110000111000110111001010010101110010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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