Color Hex Logo

#131eeb Color Hex

#131EEB
(19,30,235)
0 Favorites   0 Comments

Color spaces of #131eeb

RGB 1930235
HSL0.660.850.50
HSV237°92°92°
CMYK 0.920.870.00   0.08
XYZ15.72827.065279.1320
Yxy7.06520.15430.0693
Hunter Lab26.580459.1064-157.9045
CIE-Lab31.954967.8029-97.1348

#131eeb color RGB value is (19,30,235).

#131eeb hex color red value is 19, green value is 30 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #131eeb hue: 0.66 , saturation: 0.85 and the lightness value of 131eeb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011110 11101011
Octal 23 36 353
Decimal 19 30 235
Hex 13 1E EB

RGB Percentages of Color #131eeb

%6.69
%10.56
%82.75

CMYK Percentages of Color #131eeb

%92
%87
%0
%8

Triadic Colors of #131eeb

#131eeb #eb131e #1eeb13

Analogous Colors of #131eeb

#131eeb #7413eb #138aeb

Monochromatic Colors of #131eeb

#131eeb

Complementary Color

#131eeb #ebe013

#131eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#131eeb Color CSS Codes

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

#131eeb Text Font Color

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

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


#131eeb Background Color

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

This div background color is #131eeb


#131eeb Border Color

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

This div border color is #131eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131eeb


Comments

No comments written yet.

Please login to write comment.