Color Hex Logo

#132040 Color Hex

#132040
(19,32,64)
0 Favorites   0 Comments

Color spaces of #132040

RGB 193264
HSL0.620.540.16
HSV223°70°25°
CMYK 0.700.500.00   0.75
XYZ1.71051.54165.0579
Yxy1.54160.20580.1855
Hunter Lab12.41612.8628-15.4614
CIE-Lab12.87016.5881-22.1192

#132040 color RGB value is (19,32,64).

#132040 hex color red value is 19, green value is 32 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #132040 hue: 0.62 , saturation: 0.54 and the lightness value of 132040 is 0.16.

The process color (four color CMYK) of #132040 color hex is 0.70, 0.50, 0.00, 0.75. Web safe color of #132040 is #003333. Color #132040 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100000 01000000
Octal 23 40 100
Decimal 19 32 64
Hex 13 20 40

RGB Percentages of Color #132040

%16.52
%27.83
%55.65

CMYK Percentages of Color #132040

%70
%50
%0
%75

Triadic Colors of #132040

#132040 #401320 #204013

Analogous Colors of #132040

#132040 #1d1340 #133740

Monochromatic Colors of #132040

#132040

Complementary Color

#132040 #403313

#132040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132040 Color CSS Codes

.mybgcolor {background-color:#132040; } 
.myforecolor {color:#132040; }
.mybordercolor {border:3px solid #132040; }

#132040 Text Font Color

<p style="color:#132040">Text here</p>

This sample text font color is #132040
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#132040 Background Color

<div style="background-color:#132040">
Div content here</div>

This div background color is #132040


#132040 Border Color

<div style="border:3px solid #132040">
Div here</div>

This div border color is #132040


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,32,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #132040; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #132040;
  -webkit-box-shadow: 1px 1px 3px 2px #132040;
  box-shadow:         1px 1px 3px 2px #132040; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,32,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #132040">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #132040;
  -webkit-box-shadow: 1px 1px 3px 2px #132040;
  box-shadow:         1px 1px 3px 2px #132040;">
Div content here</div>

This div box has shadow with color #132040


Comments

No comments written yet.

Please login to write comment.