#14204E

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

Shades of Midnight Express #14204E

Tints of Midnight Express #14204E

Color information

#14204E (or 0x14204E) is unknown color: approx Midnight Express. HEX triplet: 14, 20 and 4E. RGB value is (20,32,78). Sum of RGB (Red+Green+Blue) = 20+32+78=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 78 (30.86% from 255 or 60% from 130); Max value from RGB is 78 - color contains mainly: blue. Hex color #14204E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14204E is #EBDFB1. Grayscale: #212121. Windows color (decimal): -15458226 or 5120020. OLE color: 5120020.

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

Color convert

RGB203278-
CMYK0.740.5900.69
HSL227.59º59.18%19.22%-
HSV(B)227.59º74.36%30.59%-
XYZ2.181.737.43-
YUV33.66153.02118.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.38%
GREEN value IS 32 (12.89% from 255) = 24.62%
BLUE value IS 78 (30.86% from 255) = 60%
R=15.38%
G=24.62%
B=60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2032780.740.5900.69227.5959.1819.22
Hex14204E4A3B045e43b13
Octal24401161127301053447323
Binary1010010000010011101001010111011010001011110010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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