#142B49

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

Shades of Midnight #142B49

Tints of Midnight #142B49

Color information

#142B49 (or 0x142B49) is unknown color: approx Midnight. HEX triplet: 14, 2B and 49. RGB value is (20,43,73). Sum of RGB (Red+Green+Blue) = 20+43+73=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 73 (28.91% from 255 or 53.68% from 136); Max value from RGB is 73 - color contains mainly: blue. Hex color #142B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142B49 is #EBD4B6. Grayscale: #272727. Windows color (decimal): -15455415 or 4795156. OLE color: 4795156.

HSL color Cylindrical-coordinate representation of color #142B49: hue angle of 213.96º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #142B49 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB204373-
CMYK0.730.4100.71
HSL213.96º56.99%18.24%-
HSV(B)213.96º72.6%28.63%-
XYZ2.352.366.63-
YUV39.54146.88114.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.71%
GREEN value IS 43 (17.19% from 255) = 31.62%
BLUE value IS 73 (28.91% from 255) = 53.68%
R=14.71%
G=31.62%
B=53.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2043730.730.4100.71213.9656.9918.24
Hex142B494929047d63912
Octal24531111115101073267122
Binary1010010101110010011001001101001010001111101011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,43,73); }

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

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

 a { background-color: rgb(20,43,73); }

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

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

 span { border-color: rgb(20,43,73); }

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