Color Hex Logo

#132bab Color Hex

#132BAB
(19,43,171)
0 Favorites   0 Comments

Color spaces of #132bab

RGB 1943171
HSL0.640.800.37
HSV231°89°67°
CMYK 0.890.750.00   0.33
XYZ8.48314.806539.0087
Yxy4.80650.16220.0919
Hunter Lab21.923730.7017-90.1476
CIE-Lab26.176241.6534-69.3289

#132bab color RGB value is (19,43,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101011 10101011
Octal 23 53 253
Decimal 19 43 171
Hex 13 2B AB

RGB Percentages of Color #132bab

%8.15
%18.45
%73.39

CMYK Percentages of Color #132bab

%89
%75
%0
%33

Triadic Colors of #132bab

#132bab #ab132b #2bab13

Analogous Colors of #132bab

#132bab #4713ab #1377ab

Monochromatic Colors of #132bab

#132bab

Complementary Color

#132bab #ab9313

#132bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#132bab Color CSS Codes

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

#132bab Text Font Color

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

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


#132bab Background Color

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

This div background color is #132bab


#132bab Border Color

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

This div border color is #132bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132bab


Comments

No comments written yet.

Please login to write comment.