#131440

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

Shades of Midnight Express #131440

Tints of Midnight Express #131440

Color information

#131440 (or 0x131440) is unknown color: approx Midnight Express. HEX triplet: 13, 14 and 40. RGB value is (19,20,64). Sum of RGB (Red+Green+Blue) = 19+20+64=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #131440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131440 is #ECEBBF. Grayscale: #181818. Windows color (decimal): -15526848 or 4199443. OLE color: 4199443.

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

Color convert

RGB192064-
CMYK0.700.6900.75
HSL238.67º54.22%16.27%-
HSV(B)238.67º70.31%25.1%-
XYZ1.441.014.97-
YUV24.72150.17123.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.45%
GREEN value IS 20 (8.20% from 255) = 19.42%
BLUE value IS 64 (25.39% from 255) = 62.14%
R=18.45%
G=19.42%
B=62.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1920640.700.6900.75238.6754.2216.27
Hex131440464504Bef3610
Octal232410010610501133576620
Binary1001110100100000010001101000101010010111110111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131440; }

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

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

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

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

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

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

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

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