#141740

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

Shades of Midnight Express #141740

Tints of Midnight Express #141740

Color information

#141740 (or 0x141740) is unknown color: approx Midnight Express. HEX triplet: 14, 17 and 40. RGB value is (20,23,64). Sum of RGB (Red+Green+Blue) = 20+23+64=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #141740 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141740 is #EBE8BF. Grayscale: #1A1A1A. Windows color (decimal): -15460544 or 4200212. OLE color: 4200212.

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

Color convert

RGB202364-
CMYK0.690.6400.75
HSL235.91º52.38%16.47%-
HSV(B)235.91º68.75%25.1%-
XYZ1.521.134.99-
YUV26.78149.01123.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.69%
GREEN value IS 23 (9.38% from 255) = 21.50%
BLUE value IS 64 (25.39% from 255) = 59.81%
R=18.69%
G=21.50%
B=59.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2023640.690.6400.75235.9152.3816.47
Hex141740454004Bec3410
Octal242710010510001133546420
Binary1010010111100000010001011000000010010111110110011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141740; }

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

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

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

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

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

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

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

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