#14204A

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

Shades of Midnight Express #14204A

Tints of Midnight Express #14204A

Color information

#14204A (or 0x14204A) is unknown color: approx Midnight Express. HEX triplet: 14, 20 and 4A. RGB value is (20,32,74). Sum of RGB (Red+Green+Blue) = 20+32+74=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 74 (29.30% from 255 or 58.73% from 126); Max value from RGB is 74 - color contains mainly: blue. Hex color #14204A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14204A is #EBDFB5. Grayscale: #212121. Windows color (decimal): -15458230 or 4857876. OLE color: 4857876.

HSL color Cylindrical-coordinate representation of color #14204A: hue angle of 226.67º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #14204A is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB203274-
CMYK0.730.5700.71
HSL226.67º57.45%18.43%-
HSV(B)226.67º72.97%29.02%-
XYZ2.041.686.69-
YUV33.2151.02118.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.87%
GREEN value IS 32 (12.89% from 255) = 25.40%
BLUE value IS 74 (29.30% from 255) = 58.73%
R=15.87%
G=25.40%
B=58.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2032740.730.5700.71226.6757.4518.43
Hex14204A4939047e33912
Octal24401121117101073437122
Binary1010010000010010101001001111001010001111110001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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