#132549

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

Shades of Midnight Express #132549

Tints of Midnight Express #132549

Color information

#132549 (or 0x132549) is unknown color: approx Midnight Express. HEX triplet: 13, 25 and 49. RGB value is (19,37,73). Sum of RGB (Red+Green+Blue) = 19+37+73=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 73 (28.91% from 255 or 56.59% from 129); Max value from RGB is 73 - color contains mainly: blue. Hex color #132549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132549 is #ECDAB6. Grayscale: #232323. Windows color (decimal): -15522487 or 4793619. OLE color: 4793619.

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

Color convert

RGB193773-
CMYK0.740.4900.71
HSL220º58.7%18.04%-
HSV(B)220º73.97%28.63%-
XYZ2.131.946.57-
YUV35.72149.04116.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.73%
GREEN value IS 37 (14.84% from 255) = 28.68%
BLUE value IS 73 (28.91% from 255) = 56.59%
R=14.73%
G=28.68%
B=56.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1937730.740.4900.7122058.718.04
Hex1325494A31047dc3b12
Octal23451111126101073347322
Binary1001110010110010011001010110001010001111101110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132549; }

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

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

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

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

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

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

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

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