#14243E

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

Shades of Midnight Express #14243E

Tints of Midnight Express #14243E

Color information

#14243E (or 0x14243E) is unknown color: approx Midnight Express. HEX triplet: 14, 24 and 3E. RGB value is (20,36,62). Sum of RGB (Red+Green+Blue) = 20+36+62=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 62 (24.61% from 255 or 52.54% from 118); Max value from RGB is 62 - color contains mainly: blue. Hex color #14243E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14243E is #EBDBC1. Grayscale: #222222. Windows color (decimal): -15457218 or 4072468. OLE color: 4072468.

HSL color Cylindrical-coordinate representation of color #14243E: hue angle of 217.14º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14243E is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB203662-
CMYK0.680.4200.76
HSL217.14º51.22%16.08%-
HSV(B)217.14º67.74%24.31%-
XYZ1.791.764.8-
YUV34.18143.7117.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.95%
GREEN value IS 36 (14.45% from 255) = 30.51%
BLUE value IS 62 (24.61% from 255) = 52.54%
R=16.95%
G=30.51%
B=52.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2036620.680.4200.76217.1451.2216.08
Hex14243E442A04Cd93310
Octal2444761045201143316320
Binary101001001001111101000100101010010011001101100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14243E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14243E; }

 p { color: rgb(20,36,62); }

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

<style>
 a { background-color: #14243E; }

 a { background-color: rgb(20,36,62); }

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

<style>
 span { border-color: #14243E; }

 span { border-color: rgb(20,36,62); }

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