#141A32

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

Shades of Midnight Express #141A32

Tints of Midnight Express #141A32

Color information

#141A32 (or 0x141A32) is unknown color: approx Midnight Express. HEX triplet: 14, 1A and 32. RGB value is (20,26,50). Sum of RGB (Red+Green+Blue) = 20+26+50=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 50 (19.92% from 255 or 52.08% from 96); Max value from RGB is 50 - color contains mainly: blue. Hex color #141A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A32 is #EBE5CD. Grayscale: #1A1A1A. Windows color (decimal): -15459790 or 3283476. OLE color: 3283476.

HSL color Cylindrical-coordinate representation of color #141A32: hue angle of 228º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #141A32 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB202650-
CMYK0.600.4800.80
HSL228º42.86%13.73%-
HSV(B)228º60%19.61%-
XYZ1.231.123.17-
YUV26.94141.01123.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.83%
GREEN value IS 26 (10.55% from 255) = 27.08%
BLUE value IS 50 (19.92% from 255) = 52.08%
R=20.83%
G=27.08%
B=52.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2026500.600.4800.8022842.8613.73
Hex141A323C30050e42be
Octal243262746001203445316
Binary101001101011001011110011000001010000111001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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