#142340

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

Shades of Midnight Express #142340

Tints of Midnight Express #142340

Color information

#142340 (or 0x142340) is unknown color: approx Midnight Express. HEX triplet: 14, 23 and 40. RGB value is (20,35,64). Sum of RGB (Red+Green+Blue) = 20+35+64=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #142340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142340 is #EBDCBF. Grayscale: #212121. Windows color (decimal): -15457472 or 4203284. OLE color: 4203284.

HSL color Cylindrical-coordinate representation of color #142340: hue angle of 219.55º 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 #142340 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB203564-
CMYK0.690.4500.75
HSL219.55º52.38%16.47%-
HSV(B)219.55º68.75%25.1%-
XYZ1.811.725.09-
YUV33.82145.03118.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 35 (14.06% from 255) = 29.41%
BLUE value IS 64 (25.39% from 255) = 53.78%
R=16.81%
G=29.41%
B=53.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2035640.690.4500.75219.5552.3816.47
Hex142340452D04Bdc3410
Octal24431001055501133346420
Binary1010010001110000001000101101101010010111101110011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142340; }

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

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

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

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

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

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

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

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