#14244E

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

Shades of Midnight Express #14244E

Tints of Midnight Express #14244E

Color information

#14244E (or 0x14244E) is unknown color: approx Midnight Express. HEX triplet: 14, 24 and 4E. RGB value is (20,36,78). Sum of RGB (Red+Green+Blue) = 20+36+78=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 78 (30.86% from 255 or 58.21% from 134); Max value from RGB is 78 - color contains mainly: blue. Hex color #14244E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14244E is #EBDBB1. Grayscale: #232323. Windows color (decimal): -15457202 or 5121044. OLE color: 5121044.

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

Color convert

RGB203678-
CMYK0.740.5400.69
HSL223.45º59.18%19.22%-
HSV(B)223.45º74.36%30.59%-
XYZ2.291.967.47-
YUV36151.7116.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.93%
GREEN value IS 36 (14.45% from 255) = 26.87%
BLUE value IS 78 (30.86% from 255) = 58.21%
R=14.93%
G=26.87%
B=58.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2036780.740.5400.69223.4559.1819.22
Hex14244E4A36045df3b13
Octal24441161126601053377323
Binary1010010010010011101001010110110010001011101111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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