Color Hex Logo

#131dbd Color Hex

#131DBD
(19,29,189)
0 Favorites   0 Comments

Color spaces of #131dbd

RGB 1929189
HSL0.660.820.41
HSV236°90°74°
CMYK 0.900.850.00   0.26
XYZ9.89324.691348.5282
Yxy4.69130.15680.0743
Hunter Lab21.659443.6281-117.6785
CIE-Lab25.836554.8695-80.6392

#131dbd color RGB value is (19,29,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011101 10111101
Octal 23 35 275
Decimal 19 29 189
Hex 13 1D BD

RGB Percentages of Color #131dbd

%8.02
%12.24
%79.75

CMYK Percentages of Color #131dbd

%90
%85
%0
%26

Triadic Colors of #131dbd

#131dbd #bd131d #1dbd13

Analogous Colors of #131dbd

#131dbd #5e13bd #1372bd

Monochromatic Colors of #131dbd

#131dbd

Complementary Color

#131dbd #bdb313

#131dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#131dbd Color CSS Codes

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

#131dbd Text Font Color

<p style="color:#131dbd">Text here</p>

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


#131dbd Background Color

<div style="background-color:#131dbd">
Div content here</div>

This div background color is #131dbd


#131dbd Border Color

<div style="border:3px solid #131dbd">
Div here</div>

This div border color is #131dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131dbd


Comments

No comments written yet.

Please login to write comment.