#141340

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

Shades of Midnight Express #141340

Tints of Midnight Express #141340

Color information

#141340 (or 0x141340) is unknown color: approx Midnight Express. HEX triplet: 14, 13 and 40. RGB value is (20,19,64). Sum of RGB (Red+Green+Blue) = 20+19+64=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #141340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141340 is #EBECBF. Grayscale: #181818. Windows color (decimal): -15461568 or 4199188. OLE color: 4199188.

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

Color convert

RGB201964-
CMYK0.690.7000.75
HSL241.33º54.22%16.27%-
HSV(B)241.33º70.31%25.1%-
XYZ1.450.984.96-
YUV24.43150.33124.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.42%
GREEN value IS 19 (7.81% from 255) = 18.45%
BLUE value IS 64 (25.39% from 255) = 62.14%
R=19.42%
G=18.45%
B=62.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2019640.690.7000.75241.3354.2216.27
Hex141340454604Bf13610
Octal242310010510601133616620
Binary1010010011100000010001011000110010010111111000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141340; }

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

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

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

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

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

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

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

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