#132446

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

Shades of Midnight Express #132446

Tints of Midnight Express #132446

Color information

#132446 (or 0x132446) is unknown color: approx Midnight Express. HEX triplet: 13, 24 and 46. RGB value is (19,36,70). Sum of RGB (Red+Green+Blue) = 19+36+70=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 70 (27.73% from 255 or 56% from 125); Max value from RGB is 70 - color contains mainly: blue. Hex color #132446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132446 is #ECDBB9. Grayscale: #222222. Windows color (decimal): -15522746 or 4596755. OLE color: 4596755.

HSL color Cylindrical-coordinate representation of color #132446: hue angle of 220º 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 #132446 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB193670-
CMYK0.730.4900.73
HSL220º57.3%17.45%-
HSV(B)220º72.86%27.45%-
XYZ21.846.04-
YUV34.79147.87116.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.2%
GREEN value IS 36 (14.45% from 255) = 28.8%
BLUE value IS 70 (27.73% from 255) = 56%
R=15.2%
G=28.8%
B=56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1936700.730.4900.7322057.317.45
Hex1324464931049dc3911
Octal23441061116101113347121
Binary1001110010010001101001001110001010010011101110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132446; }

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

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

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

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

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

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

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

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