Color Hex Logo

#1340eb Color Hex

#1340EB
(19,64,235)
0 Favorites   0 Comments

Color spaces of #1340eb

RGB 1964235
HSL0.630.850.50
HSV228°92°92°
CMYK 0.920.730.00   0.08
XYZ17.09749.803479.5884
Yxy9.80340.16060.0921
Hunter Lab31.310442.6788-128.7930
CIE-Lab37.487251.7015-87.9412

#1340eb color RGB value is (19,64,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000000 11101011
Octal 23 100 353
Decimal 19 64 235
Hex 13 40 EB

RGB Percentages of Color #1340eb

%5.97
%20.13
%73.90

CMYK Percentages of Color #1340eb

%92
%73
%0
%8

Triadic Colors of #1340eb

#1340eb #eb1340 #40eb13

Analogous Colors of #1340eb

#1340eb #5213eb #13aceb

Monochromatic Colors of #1340eb

#1340eb

Complementary Color

#1340eb #ebbe13

#1340eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1340eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1340eb Color CSS Codes

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

#1340eb Text Font Color

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

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


#1340eb Background Color

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

This div background color is #1340eb


#1340eb Border Color

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

This div border color is #1340eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1340eb


Comments

No comments written yet.

Please login to write comment.