#14254D

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

Shades of Midnight Express #14254D

Tints of Midnight Express #14254D

Color information

#14254D (or 0x14254D) is unknown color: approx Midnight Express. HEX triplet: 14, 25 and 4D. RGB value is (20,37,77). Sum of RGB (Red+Green+Blue) = 20+37+77=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #14254D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14254D is #EBDAB2. Grayscale: #242424. Windows color (decimal): -15456947 or 5055764. OLE color: 5055764.

HSL color Cylindrical-coordinate representation of color #14254D: hue angle of 222.11º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14254D is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB203777-
CMYK0.740.5200.70
HSL222.11º58.76%19.02%-
HSV(B)222.11º74.03%30.2%-
XYZ2.292.017.29-
YUV36.48150.87116.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.93%
GREEN value IS 37 (14.84% from 255) = 27.61%
BLUE value IS 77 (30.47% from 255) = 57.46%
R=14.93%
G=27.61%
B=57.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2037770.740.5200.70222.1158.7619.02
Hex14254D4A34046de3b13
Octal24451151126401063367323
Binary1010010010110011011001010110100010001101101111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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