#141E33

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

Shades of Midnight Express #141E33

Tints of Midnight Express #141E33

Color information

#141E33 (or 0x141E33) is unknown color: approx Midnight Express. HEX triplet: 14, 1E and 33. RGB value is (20,30,51). Sum of RGB (Red+Green+Blue) = 20+30+51=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #141E33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E33 is #EBE1CC. Grayscale: #1D1D1D. Windows color (decimal): -15458765 or 3350036. OLE color: 3350036.

HSL color Cylindrical-coordinate representation of color #141E33: hue angle of 220.65º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #141E33 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB203051-
CMYK0.610.4100.8
HSL220.65º43.66%13.92%-
HSV(B)220.65º60.78%20%-
XYZ1.351.323.31-
YUV29.4140.19121.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.80%
GREEN value IS 30 (12.11% from 255) = 29.70%
BLUE value IS 51 (20.31% from 255) = 50.50%
R=19.80%
G=29.70%
B=50.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2030510.610.4100.8220.6543.6613.92
Hex141E333D29050dd2ce
Octal243663755101203355416
Binary101001111011001111110110100101010000110111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,30,51); }

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

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

 a { background-color: rgb(20,30,51); }

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

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

 span { border-color: rgb(20,30,51); }

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