Color Hex Logo

#132789 Color Hex

#132789
(19,39,137)
0 Favorites   0 Comments

Color spaces of #132789

RGB 1939137
HSL0.640.760.31
HSV230°86°54°
CMYK 0.860.720.00   0.46
XYZ5.50943.395624.0320
Yxy3.39560.16730.1031
Hunter Lab18.427221.1209-64.4248
CIE-Lab21.563331.5942-56.1024

#132789 color RGB value is (19,39,137).

#132789 hex color red value is 19, green value is 39 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #132789 hue: 0.64 , saturation: 0.76 and the lightness value of 132789 is 0.31.

The process color (four color CMYK) of #132789 color hex is 0.86, 0.72, 0.00, 0.46. Web safe color of #132789 is #003399. Color #132789 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100111 10001001
Octal 23 47 211
Decimal 19 39 137
Hex 13 27 89

RGB Percentages of Color #132789

%9.74
%20.00
%70.26

CMYK Percentages of Color #132789

%86
%72
%0
%46

Triadic Colors of #132789

#132789 #891327 #278913

Analogous Colors of #132789

#132789 #3a1389 #136289

Monochromatic Colors of #132789

#132789

Complementary Color

#132789 #897513

#132789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132789 Color CSS Codes

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

#132789 Text Font Color

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

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


#132789 Background Color

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

This div background color is #132789


#132789 Border Color

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

This div border color is #132789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132789


Comments

No comments written yet.

Please login to write comment.