Color Hex Logo

#13294e Color Hex

#13294E
(19,41,78)
0 Favorites   0 Comments

Color spaces of #13294e

RGB 194178
HSL0.600.610.19
HSV218°76°31°
CMYK 0.760.470.00   0.69
XYZ2.43662.27447.5183
Yxy2.27440.19920.1860
Hunter Lab15.08112.4476-19.0007
CIE-Lab16.86605.7660-25.3853

#13294e color RGB value is (19,41,78).

#13294e hex color red value is 19, green value is 41 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #13294e hue: 0.60 , saturation: 0.61 and the lightness value of 13294e is 0.19.

The process color (four color CMYK) of #13294e color hex is 0.76, 0.47, 0.00, 0.69. Web safe color of #13294e is #003366. Color #13294e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101001 01001110
Octal 23 51 116
Decimal 19 41 78
Hex 13 29 4E

RGB Percentages of Color #13294e

%13.77
%29.71
%56.52

CMYK Percentages of Color #13294e

%76
%47
%0
%69

Triadic Colors of #13294e

#13294e #4e1329 #294e13

Analogous Colors of #13294e

#13294e #1b134e #13474e

Monochromatic Colors of #13294e

#13294e

Complementary Color

#13294e #4e3813

#13294e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13294e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13294e Color CSS Codes

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

#13294e Text Font Color

<p style="color:#13294e">Text here</p>

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


#13294e Background Color

<div style="background-color:#13294e">
Div content here</div>

This div background color is #13294e


#13294e Border Color

<div style="border:3px solid #13294e">
Div here</div>

This div border color is #13294e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,41,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13294e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13294e;
  -webkit-box-shadow: 1px 1px 3px 2px #13294e;
  box-shadow:         1px 1px 3px 2px #13294e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13294e


Comments

No comments written yet.

Please login to write comment.