Color Hex Logo

#132bbd Color Hex

#132BBD
(19,43,189)
0 Favorites   0 Comments

Color spaces of #132bbd

RGB 1943189
HSL0.640.820.41
HSV232°90°74°
CMYK 0.900.770.00   0.26
XYZ10.31775.540348.6697
Yxy5.54030.15990.0859
Hunter Lab23.537837.0534-106.1187
CIE-Lab28.221747.9054-76.6751

#132bbd color RGB value is (19,43,189).

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

The process color (four color CMYK) of #132bbd color hex is 0.90, 0.77, 0.00, 0.26. Web safe color of #132bbd is #0033cc. Color #132bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101011 10111101
Octal 23 53 275
Decimal 19 43 189
Hex 13 2B BD

RGB Percentages of Color #132bbd

%7.57
%17.13
%75.30

CMYK Percentages of Color #132bbd

%90
%77
%0
%26

Triadic Colors of #132bbd

#132bbd #bd132b #2bbd13

Analogous Colors of #132bbd

#132bbd #5013bd #1380bd

Monochromatic Colors of #132bbd

#132bbd

Complementary Color

#132bbd #bda513

#132bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#132bbd Color CSS Codes

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

#132bbd Text Font Color

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

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


#132bbd Background Color

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

This div background color is #132bbd


#132bbd Border Color

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

This div border color is #132bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132bbd


Comments

No comments written yet.

Please login to write comment.