Color Hex Logo

#13389a Color Hex

#13389A
(19,56,154)
0 Favorites   0 Comments

Color spaces of #13389a

RGB 1956154
HSL0.620.780.34
HSV224°88°60°
CMYK 0.880.640.00   0.40
XYZ7.51555.299931.1987
Yxy5.29990.17080.1204
Hunter Lab23.021517.9847-64.2346
CIE-Lab27.572626.7935-56.7274

#13389a color RGB value is (19,56,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111000 10011010
Octal 23 70 232
Decimal 19 56 154
Hex 13 38 9A

RGB Percentages of Color #13389a

%8.30
%24.45
%67.25

CMYK Percentages of Color #13389a

%88
%64
%0
%40

Triadic Colors of #13389a

#13389a #9a1338 #389a13

Analogous Colors of #13389a

#13389a #31139a #137c9a

Monochromatic Colors of #13389a

#13389a

Complementary Color

#13389a #9a7513

#13389a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13389a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13389a Color CSS Codes

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

#13389a Text Font Color

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

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


#13389a Background Color

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

This div background color is #13389a


#13389a Border Color

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

This div border color is #13389a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13389a


Comments

No comments written yet.

Please login to write comment.