Color Hex Logo

#13294a Color Hex

#13294A
(19,41,74)
0 Favorites   0 Comments

Color spaces of #13294a

RGB 194174
HSL0.600.590.18
HSV216°74°29°
CMYK 0.740.450.00   0.71
XYZ2.29752.21876.7857
Yxy2.21870.20330.1963
Hunter Lab14.89531.4656-16.5834
CIE-Lab16.59554.0714-23.0951

#13294a color RGB value is (19,41,74).

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

The process color (four color CMYK) of #13294a color hex is 0.74, 0.45, 0.00, 0.71. Web safe color of #13294a is #003333. Color #13294a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00101001 01001010
Octal 23 51 112
Decimal 19 41 74
Hex 13 29 4A

RGB Percentages of Color #13294a

%14.18
%30.60
%55.22

CMYK Percentages of Color #13294a

%74
%45
%0
%71

Triadic Colors of #13294a

#13294a #4a1329 #294a13

Analogous Colors of #13294a

#13294a #18134a #13454a

Monochromatic Colors of #13294a

#13294a

Complementary Color

#13294a #4a3413

#13294a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13294a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13294a Color CSS Codes

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

#13294a Text Font Color

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

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


#13294a Background Color

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

This div background color is #13294a


#13294a Border Color

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

This div border color is #13294a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13294a


Comments

No comments written yet.

Please login to write comment.