Color Hex Logo

#131dfb Color Hex

#131DFB
(19,29,251)
0 Favorites   0 Comments

Color spaces of #131dfb

RGB 1929251
HSL0.660.970.53
HSV237°92°98°
CMYK 0.920.880.00   0.02
XYZ18.12057.982291.8525
Yxy7.98220.15360.0677
Hunter Lab28.252865.0422-172.9805
CIE-Lab33.945872.4876-102.8627

#131dfb color RGB value is (19,29,251).

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

The process color (four color CMYK) of #131dfb color hex is 0.92, 0.88, 0.00, 0.02. Web safe color of #131dfb is #0033ff. Color #131dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011101 11111011
Octal 23 35 373
Decimal 19 29 251
Hex 13 1D FB

RGB Percentages of Color #131dfb

%6.35
%9.70
%83.95

CMYK Percentages of Color #131dfb

%92
%88
%0
%2

Triadic Colors of #131dfb

#131dfb #fb131d #1dfb13

Analogous Colors of #131dfb

#131dfb #7d13fb #1391fb

Monochromatic Colors of #131dfb

#131dfb

Complementary Color

#131dfb #fbf113

#131dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#131dfb Color CSS Codes

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

#131dfb Text Font Color

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

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


#131dfb Background Color

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

This div background color is #131dfb


#131dfb Border Color

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

This div border color is #131dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131dfb


Comments

No comments written yet.

Please login to write comment.