#141C47

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

Shades of Midnight Express #141C47

Tints of Midnight Express #141C47

Color information

#141C47 (or 0x141C47) is unknown color: approx Midnight Express. HEX triplet: 14, 1C and 47. RGB value is (20,28,71). Sum of RGB (Red+Green+Blue) = 20+28+71=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 28 (11.33% from 255 or 23.53% from 119); Blue value is 71 (28.12% from 255 or 59.66% from 119); Max value from RGB is 71 - color contains mainly: blue. Hex color #141C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C47 is #EBE3B8. Grayscale: #1E1E1E. Windows color (decimal): -15459257 or 4660244. OLE color: 4660244.

HSL color Cylindrical-coordinate representation of color #141C47: hue angle of 230.59º 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 #141C47 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB202871-
CMYK0.720.6100.72
HSL230.59º56.04%17.84%-
HSV(B)230.59º71.83%27.84%-
XYZ1.841.436.14-
YUV30.51150.85120.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 28 (11.33% from 255) = 23.53%
BLUE value IS 71 (28.12% from 255) = 59.66%
R=16.81%
G=23.53%
B=59.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2028710.720.6100.72230.5956.0417.84
Hex141C47483D048e73812
Octal24341071107501103477022
Binary101001110010001111001000111101010010001110011111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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