Color Hex Logo

#132fbd Color Hex

#132FBD
(19,47,189)
0 Favorites   0 Comments

Color spaces of #132fbd

RGB 1947189
HSL0.640.820.41
HSV230°90°74°
CMYK 0.900.750.00   0.26
XYZ10.47045.845648.7206
Yxy5.84560.16100.0899
Hunter Lab24.177734.9904-102.5513
CIE-Lab29.019545.6375-75.3529

#132fbd color RGB value is (19,47,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101111 10111101
Octal 23 57 275
Decimal 19 47 189
Hex 13 2F BD

RGB Percentages of Color #132fbd

%7.45
%18.43
%74.12

CMYK Percentages of Color #132fbd

%90
%75
%0
%26

Triadic Colors of #132fbd

#132fbd #bd132f #2fbd13

Analogous Colors of #132fbd

#132fbd #4c13bd #1384bd

Monochromatic Colors of #132fbd

#132fbd

Complementary Color

#132fbd #bda113

#132fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#132fbd Color CSS Codes

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

#132fbd Text Font Color

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

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


#132fbd Background Color

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

This div background color is #132fbd


#132fbd Border Color

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

This div border color is #132fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,47,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 #132fbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132fbd


Comments

No comments written yet.

Please login to write comment.