#142139

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

Shades of Midnight Express #142139

Tints of Midnight Express #142139

Color information

#142139 (or 0x142139) is unknown color: approx Midnight Express. HEX triplet: 14, 21 and 39. RGB value is (20,33,57). Sum of RGB (Red+Green+Blue) = 20+33+57=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 57 (22.66% from 255 or 51.82% from 110); Max value from RGB is 57 - color contains mainly: blue. Hex color #142139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142139 is #EBDEC6. Grayscale: #1F1F1F. Windows color (decimal): -15457991 or 3744020. OLE color: 3744020.

HSL color Cylindrical-coordinate representation of color #142139: hue angle of 218.92º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #142139 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB203357-
CMYK0.650.4200.78
HSL218.92º48.05%15.1%-
HSV(B)218.92º64.91%22.35%-
XYZ1.571.534.08-
YUV31.85142.19119.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.18%
GREEN value IS 33 (13.28% from 255) = 30%
BLUE value IS 57 (22.66% from 255) = 51.82%
R=18.18%
G=30%
B=51.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2033570.650.4200.78218.9248.0515.1
Hex142139412A04Edb30f
Octal2441711015201163336017
Binary10100100001111001100000110101001001110110110111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142139; }

 p { color: rgb(20,33,57); }

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

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

 a { background-color: rgb(20,33,57); }

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

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

 span { border-color: rgb(20,33,57); }

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