Color Hex Logo

#1513eb Color Hex

#1513EB
(21,19,235)
0 Favorites   0 Comments

Color spaces of #1513eb

RGB 2119235
HSL0.670.850.50
HSV241°92°92°
CMYK 0.910.920.00   0.08
XYZ15.53756.623379.0568
Yxy6.62330.15350.0654
Hunter Lab25.735862.7285-164.1158
CIE-Lab30.933571.0915-98.8388

#1513eb color RGB value is (21,19,235).

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

The process color (four color CMYK) of #1513eb color hex is 0.91, 0.92, 0.00, 0.08. Web safe color of #1513eb is #0000ff. Color #1513eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00010011 11101011
Octal 25 23 353
Decimal 21 19 235
Hex 15 13 EB

RGB Percentages of Color #1513eb

%7.64
%6.91
%85.45

CMYK Percentages of Color #1513eb

%91
%92
%0
%8

Triadic Colors of #1513eb

#1513eb #eb1513 #13eb15

Analogous Colors of #1513eb

#1513eb #8113eb #137deb

Monochromatic Colors of #1513eb

#1513eb

Complementary Color

#1513eb #e9eb13

#1513eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1513eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1513eb Color CSS Codes

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

#1513eb Text Font Color

<p style="color:#1513eb">Text here</p>

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


#1513eb Background Color

<div style="background-color:#1513eb">
Div content here</div>

This div background color is #1513eb


#1513eb Border Color

<div style="border:3px solid #1513eb">
Div here</div>

This div border color is #1513eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1513eb


Comments

No comments written yet.

Please login to write comment.