#141545

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

Shades of Midnight Express #141545

Tints of Midnight Express #141545

Color information

#141545 (or 0x141545) is unknown color: approx Midnight Express. HEX triplet: 14, 15 and 45. RGB value is (20,21,69). Sum of RGB (Red+Green+Blue) = 20+21+69=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 69 (27.34% from 255 or 62.73% from 110); Max value from RGB is 69 - color contains mainly: blue. Hex color #141545 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141545 is #EBEABA. Grayscale: #191919. Windows color (decimal): -15461051 or 4527380. OLE color: 4527380.

HSL color Cylindrical-coordinate representation of color #141545: hue angle of 238.78º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #141545 is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB202169-
CMYK0.710.7000.73
HSL238.78º55.06%17.45%-
HSV(B)238.78º71.01%27.06%-
XYZ1.631.115.76-
YUV26.17152.17123.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.18%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 69 (27.34% from 255) = 62.73%
R=18.18%
G=19.09%
B=62.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2021690.710.7000.73238.7855.0617.45
Hex1415454746049ef3711
Octal242510510710601113576721
Binary1010010101100010110001111000110010010011110111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141545; }

 p { color: rgb(20,21,69); }

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

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

 a { background-color: rgb(20,21,69); }

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

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

 span { border-color: rgb(20,21,69); }

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