#141F40

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

Shades of Midnight Express #141F40

Tints of Midnight Express #141F40

Color information

#141F40 (or 0x141F40) is unknown color: approx Midnight Express. HEX triplet: 14, 1F and 40. RGB value is (20,31,64). Sum of RGB (Red+Green+Blue) = 20+31+64=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #141F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F40 is #EBE0BF. Grayscale: #1F1F1F. Windows color (decimal): -15458496 or 4202260. OLE color: 4202260.

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

Color convert

RGB203164-
CMYK0.690.5200.75
HSL225º52.38%16.47%-
HSV(B)225º68.75%25.1%-
XYZ1.71.55.05-
YUV31.47146.36119.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 31 (12.5% from 255) = 26.96%
BLUE value IS 64 (25.39% from 255) = 55.65%
R=17.39%
G=26.96%
B=55.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2031640.690.5200.7522552.3816.47
Hex141F40453404Be13410
Octal24371001056401133416420
Binary101001111110000001000101110100010010111110000111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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