Color Hex Logo

#1340bb Color Hex

#1340BB
(19,64,187)
0 Favorites   0 Comments

Color spaces of #1340bb

RGB 1964187
HSL0.620.820.40
HSV224°90°73°
CMYK 0.900.660.00   0.27
XYZ11.07167.393147.8572
Yxy7.39310.16690.1115
Hunter Lab27.190325.1005-85.3223
CIE-Lab32.685634.3381-68.1231

#1340bb color RGB value is (19,64,187).

#1340bb hex color red value is 19, green value is 64 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #1340bb hue: 0.62 , saturation: 0.82 and the lightness value of 1340bb is 0.40.

The process color (four color CMYK) of #1340bb color hex is 0.90, 0.66, 0.00, 0.27. Web safe color of #1340bb is #0033cc. Color #1340bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000000 10111011
Octal 23 100 273
Decimal 19 64 187
Hex 13 40 BB

RGB Percentages of Color #1340bb

%7.04
%23.70
%69.26

CMYK Percentages of Color #1340bb

%90
%66
%0
%27

Triadic Colors of #1340bb

#1340bb #bb1340 #40bb13

Analogous Colors of #1340bb

#1340bb #3a13bb #1394bb

Monochromatic Colors of #1340bb

#1340bb

Complementary Color

#1340bb #bb8e13

#1340bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1340bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1340bb Color CSS Codes

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

#1340bb Text Font Color

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

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


#1340bb Background Color

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

This div background color is #1340bb


#1340bb Border Color

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

This div border color is #1340bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1340bb


Comments

No comments written yet.

Please login to write comment.