#142C49

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

Shades of Midnight #142C49

Tints of Midnight #142C49

Color information

#142C49 (or 0x142C49) is unknown color: approx Midnight. HEX triplet: 14, 2C and 49. RGB value is (20,44,73). Sum of RGB (Red+Green+Blue) = 20+44+73=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 73 (28.91% from 255 or 53.28% from 137); Max value from RGB is 73 - color contains mainly: blue. Hex color #142C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142C49 is #EBD3B6. Grayscale: #272727. Windows color (decimal): -15455159 or 4795412. OLE color: 4795412.

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

Color convert

RGB204473-
CMYK0.730.4000.71
HSL212.83º56.99%18.24%-
HSV(B)212.83º72.6%28.63%-
XYZ2.392.436.65-
YUV40.13146.55113.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.60%
GREEN value IS 44 (17.58% from 255) = 32.12%
BLUE value IS 73 (28.91% from 255) = 53.28%
R=14.60%
G=32.12%
B=53.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2044730.730.4000.71212.8356.9918.24
Hex142C494928047d53912
Octal24541111115001073257122
Binary1010010110010010011001001101000010001111101010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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