#142547

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

Shades of Midnight Express #142547

Tints of Midnight Express #142547

Color information

#142547 (or 0x142547) is unknown color: approx Midnight Express. HEX triplet: 14, 25 and 47. RGB value is (20,37,71). Sum of RGB (Red+Green+Blue) = 20+37+71=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 71 (28.12% from 255 or 55.47% from 128); Max value from RGB is 71 - color contains mainly: blue. Hex color #142547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142547 is #EBDAB8. Grayscale: #232323. Windows color (decimal): -15456953 or 4662548. OLE color: 4662548.

HSL color Cylindrical-coordinate representation of color #142547: hue angle of 220º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #142547 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB203771-
CMYK0.720.4800.72
HSL220º56.04%17.84%-
HSV(B)220º71.83%27.84%-
XYZ2.091.936.22-
YUV35.79147.87116.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.62%
GREEN value IS 37 (14.84% from 255) = 28.91%
BLUE value IS 71 (28.12% from 255) = 55.47%
R=15.62%
G=28.91%
B=55.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2037710.720.4800.7222056.0417.84
Hex1425474830048dc3812
Octal24451071106001103347022
Binary1010010010110001111001000110000010010001101110011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142547; }

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

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

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

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

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

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

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

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