#141A4D

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

Shades of Midnight Express #141A4D

Tints of Midnight Express #141A4D

Color information

#141A4D (or 0x141A4D) is unknown color: approx Midnight Express. HEX triplet: 14, 1A and 4D. RGB value is (20,26,77). Sum of RGB (Red+Green+Blue) = 20+26+77=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #141A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141A4D is #EBE5B2. Grayscale: #1D1D1D. Windows color (decimal): -15459763 or 5052948. OLE color: 5052948.

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

Color convert

RGB202677-
CMYK0.740.6600.70
HSL233.68º58.76%19.02%-
HSV(B)233.68º74.03%30.2%-
XYZ21.427.19-
YUV30.02154.51120.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.26%
GREEN value IS 26 (10.55% from 255) = 21.14%
BLUE value IS 77 (30.47% from 255) = 62.60%
R=16.26%
G=21.14%
B=62.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2026770.740.6600.70233.6858.7619.02
Hex141A4D4A42046ea3b13
Octal243211511210201063527323
Binary1010011010100110110010101000010010001101110101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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