#141E46

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

Shades of Midnight Express #141E46

Tints of Midnight Express #141E46

Color information

#141E46 (or 0x141E46) is unknown color: approx Midnight Express. HEX triplet: 14, 1E and 46. RGB value is (20,30,70). Sum of RGB (Red+Green+Blue) = 20+30+70=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 70 (27.73% from 255 or 58.33% from 120); Max value from RGB is 70 - color contains mainly: blue. Hex color #141E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E46 is #EBE1B9. Grayscale: #1F1F1F. Windows color (decimal): -15458746 or 4595220. OLE color: 4595220.

HSL color Cylindrical-coordinate representation of color #141E46: hue angle of 228º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #141E46 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB203070-
CMYK0.710.5700.73
HSL228º55.56%17.65%-
HSV(B)228º71.43%27.45%-
XYZ1.861.525.99-
YUV31.57149.69119.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.67%
GREEN value IS 30 (12.11% from 255) = 25%
BLUE value IS 70 (27.73% from 255) = 58.33%
R=16.67%
G=25%
B=58.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2030700.710.5700.7322855.5617.65
Hex141E464739049e43812
Octal24361061077101113447022
Binary101001111010001101000111111001010010011110010011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,30,70); }

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

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

 a { background-color: rgb(20,30,70); }

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

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

 span { border-color: rgb(20,30,70); }

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