Color Hex Logo

#132572 Color Hex

#132572
(19,37,114)
0 Favorites   0 Comments

Color spaces of #132572

RGB 1937114
HSL0.640.710.26
HSV229°83°45°
CMYK 0.830.680.00   0.55
XYZ3.96742.676516.2271
Yxy2.67650.17350.1170
Hunter Lab16.360014.6573-47.3563
CIE-Lab18.698723.8804-46.2115

#132572 color RGB value is (19,37,114).

#132572 hex color red value is 19, green value is 37 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #132572 hue: 0.64 , saturation: 0.71 and the lightness value of 132572 is 0.26.

The process color (four color CMYK) of #132572 color hex is 0.83, 0.68, 0.00, 0.55. Web safe color of #132572 is #003366. Color #132572 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100101 01110010
Octal 23 45 162
Decimal 19 37 114
Hex 13 25 72

RGB Percentages of Color #132572

%11.18
%21.76
%67.06

CMYK Percentages of Color #132572

%83
%68
%0
%55

Triadic Colors of #132572

#132572 #721325 #257213

Analogous Colors of #132572

#132572 #311372 #135572

Monochromatic Colors of #132572

#132572

Complementary Color

#132572 #726013

#132572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132572 Color CSS Codes

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

#132572 Text Font Color

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

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


#132572 Background Color

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

This div background color is #132572


#132572 Border Color

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

This div border color is #132572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132572


Comments

No comments written yet.

Please login to write comment.