#142E4D

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

Shades of Midnight #142E4D

Tints of Midnight #142E4D

Color information

#142E4D (or 0x142E4D) is unknown color: approx Midnight. HEX triplet: 14, 2E and 4D. RGB value is (20,46,77). Sum of RGB (Red+Green+Blue) = 20+46+77=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #142E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142E4D is #EBD1B2. Grayscale: #292929. Windows color (decimal): -15454643 or 5058068. OLE color: 5058068.

HSL color Cylindrical-coordinate representation of color #142E4D: hue angle of 212.63º 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 #142E4D is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB204677-
CMYK0.740.4000.70
HSL212.63º58.76%19.02%-
HSV(B)212.63º74.03%30.2%-
XYZ2.612.647.39-
YUV41.76147.89112.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 46 (18.36% from 255) = 32.17%
BLUE value IS 77 (30.47% from 255) = 53.85%
R=13.99%
G=32.17%
B=53.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2046770.740.4000.70212.6358.7619.02
Hex142E4D4A28046d53b13
Octal24561151125001063257323
Binary1010010111010011011001010101000010001101101010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142E4D; }

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

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

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

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

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

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

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

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