#131E40

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

Shades of Midnight Express #131E40

Tints of Midnight Express #131E40

Color information

#131E40 (or 0x131E40) is unknown color: approx Midnight Express. HEX triplet: 13, 1E and 40. RGB value is (19,30,64). Sum of RGB (Red+Green+Blue) = 19+30+64=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 64 (25.39% from 255 or 56.64% from 113); Max value from RGB is 64 - color contains mainly: blue. Hex color #131E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E40 is #ECE1BF. Grayscale: #1E1E1E. Windows color (decimal): -15524288 or 4202003. OLE color: 4202003.

HSL color Cylindrical-coordinate representation of color #131E40: hue angle of 225.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #131E40 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB193064-
CMYK0.700.5300.75
HSL225.33º54.22%16.27%-
HSV(B)225.33º70.31%25.1%-
XYZ1.661.445.04-
YUV30.59146.86119.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.81%
GREEN value IS 30 (12.11% from 255) = 26.55%
BLUE value IS 64 (25.39% from 255) = 56.64%
R=16.81%
G=26.55%
B=56.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1930640.700.5300.75225.3354.2216.27
Hex131E40463504Be13610
Octal23361001066501133416620
Binary100111111010000001000110110101010010111110000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131E40; }

 p { color: rgb(19,30,64); }

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

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

 a { background-color: rgb(19,30,64); }

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

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

 span { border-color: rgb(19,30,64); }

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