#132346

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

Shades of Midnight Express #132346

Tints of Midnight Express #132346

Color information

#132346 (or 0x132346) is unknown color: approx Midnight Express. HEX triplet: 13, 23 and 46. RGB value is (19,35,70). Sum of RGB (Red+Green+Blue) = 19+35+70=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 70 (27.73% from 255 or 56.45% from 124); Max value from RGB is 70 - color contains mainly: blue. Hex color #132346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132346 is #ECDCB9. Grayscale: #222222. Windows color (decimal): -15523002 or 4596499. OLE color: 4596499.

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

Color convert

RGB193570-
CMYK0.730.500.73
HSL221.18º57.3%17.45%-
HSV(B)221.18º72.86%27.45%-
XYZ1.981.786.03-
YUV34.21148.2117.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 35 (14.06% from 255) = 28.23%
BLUE value IS 70 (27.73% from 255) = 56.45%
R=15.32%
G=28.23%
B=56.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1935700.730.500.73221.1857.317.45
Hex1323464932049dd3911
Octal23431061116201113357121
Binary1001110001110001101001001110010010010011101110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132346; }

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

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

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

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

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

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

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

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