#14224E

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

Shades of Midnight Express #14224E

Tints of Midnight Express #14224E

Color information

#14224E (or 0x14224E) is unknown color: approx Midnight Express. HEX triplet: 14, 22 and 4E. RGB value is (20,34,78). Sum of RGB (Red+Green+Blue) = 20+34+78=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #14224E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14224E is #EBDDB1. Grayscale: #222222. Windows color (decimal): -15457714 or 5120532. OLE color: 5120532.

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

Color convert

RGB203478-
CMYK0.740.5600.69
HSL225.52º59.18%19.22%-
HSV(B)225.52º74.36%30.59%-
XYZ2.241.847.45-
YUV34.83152.36117.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.15%
GREEN value IS 34 (13.67% from 255) = 25.76%
BLUE value IS 78 (30.86% from 255) = 59.09%
R=15.15%
G=25.76%
B=59.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2034780.740.5600.69225.5259.1819.22
Hex14224E4A38045e23b13
Octal24421161127001053427323
Binary1010010001010011101001010111000010001011110001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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