#141A4E

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

Shades of Midnight Express #141A4E

Tints of Midnight Express #141A4E

Color information

#141A4E (or 0x141A4E) is unknown color: approx Midnight Express. HEX triplet: 14, 1A and 4E. RGB value is (20,26,78). Sum of RGB (Red+Green+Blue) = 20+26+78=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 78 (30.86% from 255 or 62.90% from 124); Max value from RGB is 78 - color contains mainly: blue. Hex color #141A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141A4E is #EBE5B1. Grayscale: #1D1D1D. Windows color (decimal): -15459762 or 5118484. OLE color: 5118484.

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

Color convert

RGB202678-
CMYK0.740.6700.69
HSL233.79º59.18%19.22%-
HSV(B)233.79º74.36%30.59%-
XYZ2.031.447.38-
YUV30.13155.01120.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.13%
GREEN value IS 26 (10.55% from 255) = 20.97%
BLUE value IS 78 (30.86% from 255) = 62.90%
R=16.13%
G=20.97%
B=62.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2026780.740.6700.69233.7959.1819.22
Hex141A4E4A43045ea3b13
Octal243211611210301053527323
Binary1010011010100111010010101000011010001011110101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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