#141940

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

Shades of Midnight Express #141940

Tints of Midnight Express #141940

Color information

#141940 (or 0x141940) is unknown color: approx Midnight Express. HEX triplet: 14, 19 and 40. RGB value is (20,25,64). Sum of RGB (Red+Green+Blue) = 20+25+64=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 64 (25.39% from 255 or 58.72% from 109); Max value from RGB is 64 - color contains mainly: blue. Hex color #141940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141940 is #EBE6BF. Grayscale: #1B1B1B. Windows color (decimal): -15460032 or 4200724. OLE color: 4200724.

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

Color convert

RGB202564-
CMYK0.690.6100.75
HSL233.18º52.38%16.47%-
HSV(B)233.18º68.75%25.1%-
XYZ1.561.215-
YUV27.95148.34122.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 25 (10.16% from 255) = 22.94%
BLUE value IS 64 (25.39% from 255) = 58.72%
R=18.35%
G=22.94%
B=58.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2025640.690.6100.75233.1852.3816.47
Hex141940453D04Be93410
Octal24311001057501133516420
Binary101001100110000001000101111101010010111110100111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141940; }

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

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

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

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

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

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

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

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