#132049

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

Shades of Midnight Express #132049

Tints of Midnight Express #132049

Color information

#132049 (or 0x132049) is unknown color: approx Midnight Express. HEX triplet: 13, 20 and 49. RGB value is (19,32,73). Sum of RGB (Red+Green+Blue) = 19+32+73=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #132049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132049 is #ECDFB6. Grayscale: #202020. Windows color (decimal): -15523767 or 4792339. OLE color: 4792339.

HSL color Cylindrical-coordinate representation of color #132049: hue angle of 225.56º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #132049 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB193273-
CMYK0.740.5600.71
HSL225.56º58.7%18.04%-
HSV(B)225.56º73.97%28.63%-
XYZ1.991.656.52-
YUV32.79150.69118.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.32%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 73 (28.91% from 255) = 58.87%
R=15.32%
G=25.81%
B=58.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1932730.740.5600.71225.5658.718.04
Hex1320494A38047e23b12
Octal23401111127001073427322
Binary1001110000010010011001010111000010001111110001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132049; }

 p { color: rgb(19,32,73); }

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

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

 a { background-color: rgb(19,32,73); }

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

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

 span { border-color: rgb(19,32,73); }

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