#142049

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

Shades of Midnight Express #142049

Tints of Midnight Express #142049

Color information

#142049 (or 0x142049) is unknown color: approx Midnight Express. HEX triplet: 14, 20 and 49. RGB value is (20,32,73). Sum of RGB (Red+Green+Blue) = 20+32+73=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #142049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142049 is #EBDFB6. Grayscale: #202020. Windows color (decimal): -15458231 or 4792340. OLE color: 4792340.

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

Color convert

RGB203273-
CMYK0.730.5600.71
HSL226.42º56.99%18.24%-
HSV(B)226.42º72.6%28.63%-
XYZ2.011.666.52-
YUV33.09150.52118.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 73 (28.91% from 255) = 58.4%
R=16%
G=25.6%
B=58.4%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2032730.730.5600.71226.4256.9918.24
Hex1420494938047e23912
Octal24401111117001073427122
Binary1010010000010010011001001111000010001111110001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142049; }

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

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

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

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

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

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

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

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