Color Hex Logo

#132bac Color Hex

#132BAC
(19,43,172)
0 Favorites   0 Comments

Color spaces of #132bac

RGB 1943172
HSL0.640.800.37
HSV231°89°67°
CMYK 0.890.750.00   0.33
XYZ8.57884.844839.5127
Yxy4.84480.16210.0915
Hunter Lab22.010931.0517-91.0263
CIE-Lab26.287942.0089-69.7454

#132bac color RGB value is (19,43,172).

#132bac hex color red value is 19, green value is 43 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #132bac hue: 0.64 , saturation: 0.80 and the lightness value of 132bac is 0.37.

The process color (four color CMYK) of #132bac color hex is 0.89, 0.75, 0.00, 0.33. Web safe color of #132bac is #003399. Color #132bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101011 10101100
Octal 23 53 254
Decimal 19 43 172
Hex 13 2B AC

RGB Percentages of Color #132bac

%8.12
%18.38
%73.50

CMYK Percentages of Color #132bac

%89
%75
%0
%33

Triadic Colors of #132bac

#132bac #ac132b #2bac13

Analogous Colors of #132bac

#132bac #4713ac #1378ac

Monochromatic Colors of #132bac

#132bac

Complementary Color

#132bac #ac9413

#132bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#132bac Color CSS Codes

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

#132bac Text Font Color

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

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


#132bac Background Color

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

This div background color is #132bac


#132bac Border Color

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

This div border color is #132bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132bac


Comments

No comments written yet.

Please login to write comment.