Color Hex Logo

#132a75 Color Hex

#132A75
(19,42,117)
0 Favorites   0 Comments

Color spaces of #132a75

RGB 1942117
HSL0.630.720.27
HSV226°84°46°
CMYK 0.840.640.00   0.54
XYZ4.30743.078717.1969
Yxy3.07870.17520.1252
Hunter Lab17.546213.1138-45.8272
CIE-Lab20.356421.5550-45.4252

#132a75 color RGB value is (19,42,117).

#132a75 hex color red value is 19, green value is 42 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #132a75 hue: 0.63 , saturation: 0.72 and the lightness value of 132a75 is 0.27.

The process color (four color CMYK) of #132a75 color hex is 0.84, 0.64, 0.00, 0.54. Web safe color of #132a75 is #003366. Color #132a75 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101010 01110101
Octal 23 52 165
Decimal 19 42 117
Hex 13 2A 75

RGB Percentages of Color #132a75

%10.67
%23.60
%65.73

CMYK Percentages of Color #132a75

%84
%64
%0
%54

Triadic Colors of #132a75

#132a75 #75132a #2a7513

Analogous Colors of #132a75

#132a75 #2d1375 #135b75

Monochromatic Colors of #132a75

#132a75

Complementary Color

#132a75 #755e13

#132a75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132a75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132a75 Color CSS Codes

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

#132a75 Text Font Color

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

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


#132a75 Background Color

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

This div background color is #132a75


#132a75 Border Color

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

This div border color is #132a75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132a75


Comments

No comments written yet.

Please login to write comment.