#132649

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

Shades of Midnight Express #132649

Tints of Midnight Express #132649

Color information

#132649 (or 0x132649) is unknown color: approx Midnight Express. HEX triplet: 13, 26 and 49. RGB value is (19,38,73). Sum of RGB (Red+Green+Blue) = 19+38+73=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #132649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132649 is #ECD9B6. Grayscale: #242424. Windows color (decimal): -15522231 or 4793875. OLE color: 4793875.

HSL color Cylindrical-coordinate representation of color #132649: hue angle of 218.89º 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 #132649 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB193873-
CMYK0.740.4800.71
HSL218.89º58.7%18.04%-
HSV(B)218.89º73.97%28.63%-
XYZ2.162.016.58-
YUV36.31148.71115.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.62%
GREEN value IS 38 (15.23% from 255) = 29.23%
BLUE value IS 73 (28.91% from 255) = 56.15%
R=14.62%
G=29.23%
B=56.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1938730.740.4800.71218.8958.718.04
Hex1326494A30047db3b12
Octal23461111126001073337322
Binary1001110011010010011001010110000010001111101101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132649; }

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

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

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

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

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

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

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

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