Color Hex Logo

#1340ac Color Hex

#1340AC
(19,64,172)
0 Favorites   0 Comments

Color spaces of #1340ac

RGB 1964172
HSL0.620.800.37
HSV222°89°67°
CMYK 0.890.630.00   0.33
XYZ9.54836.783839.8359
Yxy6.78380.17000.1208
Hunter Lab26.045719.8576-72.4497
CIE-Lab31.309628.5132-61.4753

#1340ac color RGB value is (19,64,172).

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

The process color (four color CMYK) of #1340ac color hex is 0.89, 0.63, 0.00, 0.33. Web safe color of #1340ac is #003399. Color #1340ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000000 10101100
Octal 23 100 254
Decimal 19 64 172
Hex 13 40 AC

RGB Percentages of Color #1340ac

%7.45
%25.10
%67.45

CMYK Percentages of Color #1340ac

%89
%63
%0
%33

Triadic Colors of #1340ac

#1340ac #ac1340 #40ac13

Analogous Colors of #1340ac

#1340ac #3213ac #138dac

Monochromatic Colors of #1340ac

#1340ac

Complementary Color

#1340ac #ac7f13

#1340ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1340ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#1340ac Color CSS Codes

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

#1340ac Text Font Color

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

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


#1340ac Background Color

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

This div background color is #1340ac


#1340ac Border Color

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

This div border color is #1340ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1340ac


Comments

No comments written yet.

Please login to write comment.