#141640

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

Shades of Midnight Express #141640

Tints of Midnight Express #141640

Color information

#141640 (or 0x141640) is unknown color: approx Midnight Express. HEX triplet: 14, 16 and 40. RGB value is (20,22,64). Sum of RGB (Red+Green+Blue) = 20+22+64=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #141640 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141640 is #EBE9BF. Grayscale: #1A1A1A. Windows color (decimal): -15460800 or 4199956. OLE color: 4199956.

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

Color convert

RGB202264-
CMYK0.690.6600.75
HSL237.27º52.38%16.47%-
HSV(B)237.27º68.75%25.1%-
XYZ1.51.094.98-
YUV26.19149.34123.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.87%
GREEN value IS 22 (8.98% from 255) = 20.75%
BLUE value IS 64 (25.39% from 255) = 60.38%
R=18.87%
G=20.75%
B=60.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2022640.690.6600.75237.2752.3816.47
Hex141640454204Bed3410
Octal242610010510201133556420
Binary1010010110100000010001011000010010010111110110111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141640; }

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

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

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

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

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

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

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

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