#14234E

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

Shades of Midnight Express #14234E

Tints of Midnight Express #14234E

Color information

#14234E (or 0x14234E) is unknown color: approx Midnight Express. HEX triplet: 14, 23 and 4E. RGB value is (20,35,78). Sum of RGB (Red+Green+Blue) = 20+35+78=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 35 (14.06% from 255 or 26.32% from 133); Blue value is 78 (30.86% from 255 or 58.65% from 133); Max value from RGB is 78 - color contains mainly: blue. Hex color #14234E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14234E is #EBDCB1. Grayscale: #232323. Windows color (decimal): -15457458 or 5120788. OLE color: 5120788.

HSL color Cylindrical-coordinate representation of color #14234E: hue angle of 224.48º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14234E is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB203578-
CMYK0.740.5500.69
HSL224.48º59.18%19.22%-
HSV(B)224.48º74.36%30.59%-
XYZ2.261.97.46-
YUV35.42152.03117-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 35 (14.06% from 255) = 26.32%
BLUE value IS 78 (30.86% from 255) = 58.65%
R=15.04%
G=26.32%
B=58.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2035780.740.5500.69224.4859.1819.22
Hex14234E4A37045e03b13
Octal24431161126701053407323
Binary1010010001110011101001010110111010001011110000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,35,78); }

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

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

 a { background-color: rgb(20,35,78); }

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

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

 span { border-color: rgb(20,35,78); }

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