#141D39

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

Shades of Midnight Express #141D39

Tints of Midnight Express #141D39

Color information

#141D39 (or 0x141D39) is unknown color: approx Midnight Express. HEX triplet: 14, 1D and 39. RGB value is (20,29,57). Sum of RGB (Red+Green+Blue) = 20+29+57=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 57 (22.66% from 255 or 53.77% from 106); Max value from RGB is 57 - color contains mainly: blue. Hex color #141D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D39 is #EBE2C6. Grayscale: #1D1D1D. Windows color (decimal): -15459015 or 3742996. OLE color: 3742996.

HSL color Cylindrical-coordinate representation of color #141D39: hue angle of 225.41º 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 #141D39 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB202957-
CMYK0.650.4900.78
HSL225.41º48.05%15.1%-
HSV(B)225.41º64.91%22.35%-
XYZ1.471.324.05-
YUV29.5143.52121.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.87%
GREEN value IS 29 (11.72% from 255) = 27.36%
BLUE value IS 57 (22.66% from 255) = 53.77%
R=18.87%
G=27.36%
B=53.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2029570.650.4900.78225.4148.0515.1
Hex141D39413104Ee130f
Octal2435711016101163416017
Binary1010011101111001100000111000101001110111000011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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