Color Hex Logo

#132a59 Color Hex

#132A59
(19,42,89)
0 Favorites   0 Comments

Color spaces of #132a59

RGB 194289
HSL0.610.650.21
HSV220°79°35°
CMYK 0.790.530.00   0.65
XYZ2.89972.51569.7839
Yxy2.51560.19080.1655
Hunter Lab15.86064.8779-25.4716
CIE-Lab17.98909.7294-30.9789

#132a59 color RGB value is (19,42,89).

#132a59 hex color red value is 19, green value is 42 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #132a59 hue: 0.61 , saturation: 0.65 and the lightness value of 132a59 is 0.21.

The process color (four color CMYK) of #132a59 color hex is 0.79, 0.53, 0.00, 0.65. Web safe color of #132a59 is #003366. Color #132a59 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101010 01011001
Octal 23 52 131
Decimal 19 42 89
Hex 13 2A 59

RGB Percentages of Color #132a59

%12.67
%28.00
%59.33

CMYK Percentages of Color #132a59

%79
%53
%0
%65

Triadic Colors of #132a59

#132a59 #59132a #2a5913

Analogous Colors of #132a59

#132a59 #1f1359 #134d59

Monochromatic Colors of #132a59

#132a59

Complementary Color

#132a59 #594213

#132a59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132a59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132a59 Color CSS Codes

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

#132a59 Text Font Color

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

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


#132a59 Background Color

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

This div background color is #132a59


#132a59 Border Color

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

This div border color is #132a59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132a59


Comments

No comments written yet.

Please login to write comment.