#141D45

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

Shades of Midnight Express #141D45

Tints of Midnight Express #141D45

Color information

#141D45 (or 0x141D45) is unknown color: approx Midnight Express. HEX triplet: 14, 1D and 45. RGB value is (20,29,69). Sum of RGB (Red+Green+Blue) = 20+29+69=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 69 (27.34% from 255 or 58.47% from 118); Max value from RGB is 69 - color contains mainly: blue. Hex color #141D45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D45 is #EBE2BA. Grayscale: #1E1E1E. Windows color (decimal): -15459003 or 4529428. OLE color: 4529428.

HSL color Cylindrical-coordinate representation of color #141D45: hue angle of 228.98º 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 #141D45 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB202969-
CMYK0.710.5800.73
HSL228.98º55.06%17.45%-
HSV(B)228.98º71.01%27.06%-
XYZ1.81.465.82-
YUV30.87149.52120.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.95%
GREEN value IS 29 (11.72% from 255) = 24.58%
BLUE value IS 69 (27.34% from 255) = 58.47%
R=16.95%
G=24.58%
B=58.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2029690.710.5800.73228.9855.0617.45
Hex141D45473A049e53711
Octal24351051077201113456721
Binary101001110110001011000111111010010010011110010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141D45; }

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

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

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

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

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

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

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

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