#141C39

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

Shades of Midnight Express #141C39

Tints of Midnight Express #141C39

Color information

#141C39 (or 0x141C39) is unknown color: approx Midnight Express. HEX triplet: 14, 1C and 39. RGB value is (20,28,57). Sum of RGB (Red+Green+Blue) = 20+28+57=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 57 (22.66% from 255 or 54.29% from 105); Max value from RGB is 57 - color contains mainly: blue. Hex color #141C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C39 is #EBE3C6. Grayscale: #1C1C1C. Windows color (decimal): -15459271 or 3742740. OLE color: 3742740.

HSL color Cylindrical-coordinate representation of color #141C39: hue angle of 227.03º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #141C39 is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB202857-
CMYK0.650.5100.78
HSL227.03º48.05%15.1%-
HSV(B)227.03º64.91%22.35%-
XYZ1.441.274.04-
YUV28.91143.85121.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 28 (11.33% from 255) = 26.67%
BLUE value IS 57 (22.66% from 255) = 54.29%
R=19.05%
G=26.67%
B=54.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2028570.650.5100.78227.0348.0515.1
Hex141C39413304Ee330f
Octal2434711016301163436017
Binary1010011100111001100000111001101001110111000111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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