#132340

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

Shades of Midnight Express #132340

Tints of Midnight Express #132340

Color information

#132340 (or 0x132340) is unknown color: approx Midnight Express. HEX triplet: 13, 23 and 40. RGB value is (19,35,64). Sum of RGB (Red+Green+Blue) = 19+35+64=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #132340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132340 is #ECDCBF. Grayscale: #212121. Windows color (decimal): -15523008 or 4203283. OLE color: 4203283.

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

Color convert

RGB193564-
CMYK0.700.4500.75
HSL218.67º54.22%16.27%-
HSV(B)218.67º70.31%25.1%-
XYZ1.81.715.09-
YUV33.52145.2117.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 35 (14.06% from 255) = 29.66%
BLUE value IS 64 (25.39% from 255) = 54.24%
R=16.10%
G=29.66%
B=54.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1935640.700.4500.75218.6754.2216.27
Hex132340462D04Bdb3610
Octal23431001065501133336620
Binary1001110001110000001000110101101010010111101101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132340; }

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

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

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

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

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

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

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

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