Color Hex Logo

#13309a Color Hex

#13309A
(19,48,154)
0 Favorites   0 Comments

Color spaces of #13309a

RGB 1948154
HSL0.630.780.34
HSV227°88°60°
CMYK 0.880.690.00   0.40
XYZ7.15824.585431.0796
Yxy4.58540.16720.1071
Hunter Lab21.413522.1959-71.0640
CIE-Lab25.519332.1877-60.0996

#13309a color RGB value is (19,48,154).

#13309a hex color red value is 19, green value is 48 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #13309a hue: 0.63 , saturation: 0.78 and the lightness value of 13309a is 0.34.

The process color (four color CMYK) of #13309a color hex is 0.88, 0.69, 0.00, 0.40. Web safe color of #13309a is #003399. Color #13309a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110000 10011010
Octal 23 60 232
Decimal 19 48 154
Hex 13 30 9A

RGB Percentages of Color #13309a

%8.60
%21.72
%69.68

CMYK Percentages of Color #13309a

%88
%69
%0
%40

Triadic Colors of #13309a

#13309a #9a1330 #309a13

Analogous Colors of #13309a

#13309a #39139a #13749a

Monochromatic Colors of #13309a

#13309a

Complementary Color

#13309a #9a7d13

#13309a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13309a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13309a Color CSS Codes

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

#13309a Text Font Color

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

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


#13309a Background Color

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

This div background color is #13309a


#13309a Border Color

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

This div border color is #13309a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13309a


Comments

No comments written yet.

Please login to write comment.