Color Hex Logo

#13034a Color Hex

#13034A
(19,3,74)
0 Favorites   0 Comments

Color spaces of #13034a

RGB 19374
HSL0.700.920.15
HSV254°96°29°
CMYK 0.740.960.00   0.71
XYZ1.53720.69806.5323
Yxy0.69800.17530.0796
Hunter Lab8.354618.2222-40.5092
CIE-Lab6.305030.3026-39.8378

#13034a color RGB value is (19,3,74).

#13034a hex color red value is 19, green value is 3 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #13034a hue: 0.70 , saturation: 0.92 and the lightness value of 13034a is 0.15.

The process color (four color CMYK) of #13034a color hex is 0.74, 0.96, 0.00, 0.71. Web safe color of #13034a is #000033. Color #13034a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000011 01001010
Octal 23 3 112
Decimal 19 3 74
Hex 13 3 4A

RGB Percentages of Color #13034a

%19.79
%3.13
%77.08

CMYK Percentages of Color #13034a

%74
%96
%0
%71

Triadic Colors of #13034a

#13034a #4a1303 #034a13

Analogous Colors of #13034a

#13034a #36034a #03174a

Monochromatic Colors of #13034a

#13034a

Complementary Color

#13034a #3a4a03

#13034a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13034a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13034a Color CSS Codes

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

#13034a Text Font Color

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

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


#13034a Background Color

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

This div background color is #13034a


#13034a Border Color

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

This div border color is #13034a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,3,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 #13034a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13034a


Comments

No comments written yet.

Please login to write comment.