#141A47

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

Shades of Midnight Express #141A47

Tints of Midnight Express #141A47

Color information

#141A47 (or 0x141A47) is unknown color: approx Midnight Express. HEX triplet: 14, 1A and 47. RGB value is (20,26,71). Sum of RGB (Red+Green+Blue) = 20+26+71=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 71 (28.12% from 255 or 60.68% from 117); Max value from RGB is 71 - color contains mainly: blue. Hex color #141A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A47 is #EBE5B8. Grayscale: #1D1D1D. Windows color (decimal): -15459769 or 4659732. OLE color: 4659732.

HSL color Cylindrical-coordinate representation of color #141A47: hue angle of 232.94º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #141A47 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB202671-
CMYK0.720.6300.72
HSL232.94º56.04%17.84%-
HSV(B)232.94º71.83%27.84%-
XYZ1.81.346.13-
YUV29.34151.51121.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.09%
GREEN value IS 26 (10.55% from 255) = 22.22%
BLUE value IS 71 (28.12% from 255) = 60.68%
R=17.09%
G=22.22%
B=60.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2026710.720.6300.72232.9456.0417.84
Hex141A47483F048e93812
Octal24321071107701103517022
Binary101001101010001111001000111111010010001110100111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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