Color Hex Logo

#132bbe Color Hex

#132BBE
(19,43,190)
0 Favorites   0 Comments

Color spaces of #132bbe

RGB 1943190
HSL0.640.820.41
HSV232°90°75°
CMYK 0.900.770.00   0.25
XYZ10.42675.583949.2435
Yxy5.58390.15980.0856
Hunter Lab23.630337.4089-107.0142
CIE-Lab28.337448.2437-77.0743

#132bbe color RGB value is (19,43,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101011 10111110
Octal 23 53 276
Decimal 19 43 190
Hex 13 2B BE

RGB Percentages of Color #132bbe

%7.54
%17.06
%75.40

CMYK Percentages of Color #132bbe

%90
%77
%0
%25

Triadic Colors of #132bbe

#132bbe #be132b #2bbe13

Analogous Colors of #132bbe

#132bbe #5013be #1381be

Monochromatic Colors of #132bbe

#132bbe

Complementary Color

#132bbe #bea613

#132bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#132bbe Color CSS Codes

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

#132bbe Text Font Color

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

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


#132bbe Background Color

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

This div background color is #132bbe


#132bbe Border Color

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

This div border color is #132bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132bbe


Comments

No comments written yet.

Please login to write comment.