#142E4C

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

Shades of Midnight #142E4C

Tints of Midnight #142E4C

Color information

#142E4C (or 0x142E4C) is unknown color: approx Midnight. HEX triplet: 14, 2E and 4C. RGB value is (20,46,76). Sum of RGB (Red+Green+Blue) = 20+46+76=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 76 (30.08% from 255 or 53.52% from 142); Max value from RGB is 76 - color contains mainly: blue. Hex color #142E4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142E4C is #EBD1B3. Grayscale: #292929. Windows color (decimal): -15454644 or 4992532. OLE color: 4992532.

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

Color convert

RGB204676-
CMYK0.740.3900.70
HSL212.14º58.33%18.82%-
HSV(B)212.14º73.68%29.8%-
XYZ2.572.627.21-
YUV41.65147.39112.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.08%
GREEN value IS 46 (18.36% from 255) = 32.39%
BLUE value IS 76 (30.08% from 255) = 53.52%
R=14.08%
G=32.39%
B=53.52%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2046760.740.3900.70212.1458.3318.82
Hex142E4C4A27046d43a13
Octal24561141124701063247223
Binary1010010111010011001001010100111010001101101010011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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