#142040

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

Shades of Midnight Express #142040

Tints of Midnight Express #142040

Color information

#142040 (or 0x142040) is unknown color: approx Midnight Express. HEX triplet: 14, 20 and 40. RGB value is (20,32,64). Sum of RGB (Red+Green+Blue) = 20+32+64=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #142040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142040 is #EBDFBF. Grayscale: #1F1F1F. Windows color (decimal): -15458240 or 4202516. OLE color: 4202516.

HSL color Cylindrical-coordinate representation of color #142040: hue angle of 223.64º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #142040 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB203264-
CMYK0.690.5000.75
HSL223.64º52.38%16.47%-
HSV(B)223.64º68.75%25.1%-
XYZ1.731.555.06-
YUV32.06146.02119.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.24%
GREEN value IS 32 (12.89% from 255) = 27.59%
BLUE value IS 64 (25.39% from 255) = 55.17%
R=17.24%
G=27.59%
B=55.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2032640.690.5000.75223.6452.3816.47
Hex142040453204Be03410
Octal24401001056201133406420
Binary1010010000010000001000101110010010010111110000011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142040; }

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

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

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

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

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

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

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

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