#141B4E

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

Shades of Midnight Express #141B4E

Tints of Midnight Express #141B4E

Color information

#141B4E (or 0x141B4E) is unknown color: approx Midnight Express. HEX triplet: 14, 1B and 4E. RGB value is (20,27,78). Sum of RGB (Red+Green+Blue) = 20+27+78=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 78 (30.86% from 255 or 62.4% from 125); Max value from RGB is 78 - color contains mainly: blue. Hex color #141B4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141B4E is #EBE4B1. Grayscale: #1E1E1E. Windows color (decimal): -15459506 or 5118740. OLE color: 5118740.

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

Color convert

RGB202778-
CMYK0.740.6500.69
HSL232.76º59.18%19.22%-
HSV(B)232.76º74.36%30.59%-
XYZ2.061.487.39-
YUV30.72154.68120.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16%
GREEN value IS 27 (10.94% from 255) = 21.6%
BLUE value IS 78 (30.86% from 255) = 62.4%
R=16%
G=21.6%
B=62.4%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2027780.740.6500.69232.7659.1819.22
Hex141B4E4A41045e93b13
Octal243311611210101053517323
Binary1010011011100111010010101000001010001011110100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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