#14254E

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

Shades of Midnight Express #14254E

Tints of Midnight Express #14254E

Color information

#14254E (or 0x14254E) is unknown color: approx Midnight Express. HEX triplet: 14, 25 and 4E. RGB value is (20,37,78). Sum of RGB (Red+Green+Blue) = 20+37+78=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 78 (30.86% from 255 or 57.78% from 135); Max value from RGB is 78 - color contains mainly: blue. Hex color #14254E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14254E is #EBDAB1. Grayscale: #242424. Windows color (decimal): -15456946 or 5121300. OLE color: 5121300.

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

Color convert

RGB203778-
CMYK0.740.5300.69
HSL222.41º59.18%19.22%-
HSV(B)222.41º74.36%30.59%-
XYZ2.332.027.48-
YUV36.59151.37116.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.81%
GREEN value IS 37 (14.84% from 255) = 27.41%
BLUE value IS 78 (30.86% from 255) = 57.78%
R=14.81%
G=27.41%
B=57.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2037780.740.5300.69222.4159.1819.22
Hex14254E4A35045de3b13
Octal24451161126501053367323
Binary1010010010110011101001010110101010001011101111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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