#14204D

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

Shades of Midnight Express #14204D

Tints of Midnight Express #14204D

Color information

#14204D (or 0x14204D) is unknown color: approx Midnight Express. HEX triplet: 14, 20 and 4D. RGB value is (20,32,77). Sum of RGB (Red+Green+Blue) = 20+32+77=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #14204D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14204D is #EBDFB2. Grayscale: #212121. Windows color (decimal): -15458227 or 5054484. OLE color: 5054484.

HSL color Cylindrical-coordinate representation of color #14204D: hue angle of 227.37º 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 #14204D is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB203277-
CMYK0.740.5800.70
HSL227.37º58.76%19.02%-
HSV(B)227.37º74.03%30.2%-
XYZ2.141.727.24-
YUV33.54152.52118.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.50%
GREEN value IS 32 (12.89% from 255) = 24.81%
BLUE value IS 77 (30.47% from 255) = 59.69%
R=15.50%
G=24.81%
B=59.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2032770.740.5800.70227.3758.7619.02
Hex14204D4A3A046e33b13
Octal24401151127201063437323
Binary1010010000010011011001010111010010001101110001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14204D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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