Color Hex Logo

#132a6c Color Hex

#132A6C
(19,42,108)
0 Favorites   0 Comments

Color spaces of #132a6c

RGB 1942108
HSL0.620.700.25
HSV224°82°42°
CMYK 0.820.610.00   0.58
XYZ3.80332.877114.5422
Yxy2.87710.17920.1356
Hunter Lab16.962010.3405-38.9582
CIE-Lab19.544817.8085-40.9478

#132a6c color RGB value is (19,42,108).

#132a6c hex color red value is 19, green value is 42 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #132a6c hue: 0.62 , saturation: 0.70 and the lightness value of 132a6c is 0.25.

The process color (four color CMYK) of #132a6c color hex is 0.82, 0.61, 0.00, 0.58. Web safe color of #132a6c is #003366. Color #132a6c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101010 01101100
Octal 23 52 154
Decimal 19 42 108
Hex 13 2A 6C

RGB Percentages of Color #132a6c

%11.24
%24.85
%63.91

CMYK Percentages of Color #132a6c

%82
%61
%0
%58

Triadic Colors of #132a6c

#132a6c #6c132a #2a6c13

Analogous Colors of #132a6c

#132a6c #29136c #13576c

Monochromatic Colors of #132a6c

#132a6c

Complementary Color

#132a6c #6c5513

#132a6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132a6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#132a6c Color CSS Codes

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

#132a6c Text Font Color

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

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


#132a6c Background Color

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

This div background color is #132a6c


#132a6c Border Color

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

This div border color is #132a6c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,42,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #132a6c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #132a6c;
  -webkit-box-shadow: 1px 1px 3px 2px #132a6c;
  box-shadow:         1px 1px 3px 2px #132a6c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132a6c


Comments

No comments written yet.

Please login to write comment.