#14234D

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

Shades of Midnight Express #14234D

Tints of Midnight Express #14234D

Color information

#14234D (or 0x14234D) is unknown color: approx Midnight Express. HEX triplet: 14, 23 and 4D. RGB value is (20,35,77). Sum of RGB (Red+Green+Blue) = 20+35+77=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 35 (14.06% from 255 or 26.52% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #14234D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14234D is #EBDCB2. Grayscale: #232323. Windows color (decimal): -15457459 or 5055252. OLE color: 5055252.

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

Color convert

RGB203577-
CMYK0.740.5500.70
HSL224.21º58.76%19.02%-
HSV(B)224.21º74.03%30.2%-
XYZ2.231.897.27-
YUV35.3151.53117.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.15%
GREEN value IS 35 (14.06% from 255) = 26.52%
BLUE value IS 77 (30.47% from 255) = 58.33%
R=15.15%
G=26.52%
B=58.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2035770.740.5500.70224.2158.7619.02
Hex14234D4A37046e03b13
Octal24431151126701063407323
Binary1010010001110011011001010110111010001101110000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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