Color Hex Logo

#132081 Color Hex

#132081
(19,32,129)
0 Favorites   0 Comments

Color spaces of #132081

RGB 1932129
HSL0.650.740.29
HSV233°85°51°
CMYK 0.850.750.00   0.49
XYZ4.74752.756421.0507
Yxy2.75640.16630.0965
Hunter Lab16.602421.9883-63.5539
CIE-Lab19.040633.1016-55.2315

#132081 color RGB value is (19,32,129).

#132081 hex color red value is 19, green value is 32 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #132081 hue: 0.65 , saturation: 0.74 and the lightness value of 132081 is 0.29.

The process color (four color CMYK) of #132081 color hex is 0.85, 0.75, 0.00, 0.49. Web safe color of #132081 is #003399. Color #132081 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100000 10000001
Octal 23 40 201
Decimal 19 32 129
Hex 13 20 81

RGB Percentages of Color #132081

%10.56
%17.78
%71.67

CMYK Percentages of Color #132081

%85
%75
%0
%49

Triadic Colors of #132081

#132081 #811320 #208113

Analogous Colors of #132081

#132081 #3d1381 #135781

Monochromatic Colors of #132081

#132081

Complementary Color

#132081 #817413

#132081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132081 Color CSS Codes

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

#132081 Text Font Color

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

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


#132081 Background Color

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

This div background color is #132081


#132081 Border Color

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

This div border color is #132081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132081


Comments

No comments written yet.

Please login to write comment.