Color Hex Logo

#132840 Color Hex

#132840
(19,40,64)
0 Favorites   0 Comments

Color spaces of #132840

RGB 194064
HSL0.590.540.16
HSV212°70°25°
CMYK 0.700.380.00   0.75
XYZ1.95282.02625.1387
Yxy2.02620.21420.2222
Hunter Lab14.2345-0.4222-11.4398
CIE-Lab15.62410.6331-17.7517

#132840 color RGB value is (19,40,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101000 01000000
Octal 23 50 100
Decimal 19 40 64
Hex 13 28 40

RGB Percentages of Color #132840

%15.45
%32.52
%52.03

CMYK Percentages of Color #132840

%70
%38
%0
%75

Triadic Colors of #132840

#132840 #401328 #284013

Analogous Colors of #132840

#132840 #151340 #133f40

Monochromatic Colors of #132840

#132840

Complementary Color

#132840 #402b13

#132840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132840 Color CSS Codes

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

#132840 Text Font Color

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

This sample text font color is #132840
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.


#132840 Background Color

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

This div background color is #132840


#132840 Border Color

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

This div border color is #132840


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,40,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 #132840">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132840

#132840 Color Palettes


Comments

No comments written yet.

Please login to write comment.