Color Hex Logo

#1340df Color Hex

#1340DF
(19,64,223)
0 Favorites   0 Comments

Color spaces of #1340df

RGB 1964223
HSL0.630.840.47
HSV227°91°87°
CMYK 0.910.710.00   0.13
XYZ15.42129.133070.7621
Yxy9.13300.16180.0958
Hunter Lab30.220938.1991-117.6729
CIE-Lab36.239147.5386-83.1707

#1340df color RGB value is (19,64,223).

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

The process color (four color CMYK) of #1340df color hex is 0.91, 0.71, 0.00, 0.13. Web safe color of #1340df is #0033cc. Color #1340df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000000 11011111
Octal 23 100 337
Decimal 19 64 223
Hex 13 40 DF

RGB Percentages of Color #1340df

%6.21
%20.92
%72.88

CMYK Percentages of Color #1340df

%91
%71
%0
%13

Triadic Colors of #1340df

#1340df #df1340 #40df13

Analogous Colors of #1340df

#1340df #4c13df #13a6df

Monochromatic Colors of #1340df

#1340df

Complementary Color

#1340df #dfb213

#1340df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1340df Color Preview on White Background

Lorem ipsum dolor sit amet.

#1340df Color CSS Codes

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

#1340df Text Font Color

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

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


#1340df Background Color

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

This div background color is #1340df


#1340df Border Color

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

This div border color is #1340df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1340df


Comments

No comments written yet.

Please login to write comment.