#141939

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

Shades of Midnight Express #141939

Tints of Midnight Express #141939

Color information

#141939 (or 0x141939) is unknown color: approx Midnight Express. HEX triplet: 14, 19 and 39. RGB value is (20,25,57). Sum of RGB (Red+Green+Blue) = 20+25+57=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 57 (22.66% from 255 or 55.88% from 102); Max value from RGB is 57 - color contains mainly: blue. Hex color #141939 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141939 is #EBE6C6. Grayscale: #1B1B1B. Windows color (decimal): -15460039 or 3741972. OLE color: 3741972.

HSL color Cylindrical-coordinate representation of color #141939: hue angle of 231.89º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #141939 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB202557-
CMYK0.650.5600.78
HSL231.89º48.05%15.1%-
HSV(B)231.89º64.91%22.35%-
XYZ1.371.144.02-
YUV27.15144.84122.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.61%
GREEN value IS 25 (10.16% from 255) = 24.51%
BLUE value IS 57 (22.66% from 255) = 55.88%
R=19.61%
G=24.51%
B=55.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2025570.650.5600.78231.8948.0515.1
Hex141939413804Ee830f
Octal2431711017001163506017
Binary1010011001111001100000111100001001110111010001100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141939; }

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

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

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

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

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

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

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

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