Color Hex Logo

#13449a Color Hex

#13449A
(19,68,154)
0 Favorites   0 Comments

Color spaces of #13449a

RGB 1968154
HSL0.610.780.34
HSV218°88°60°
CMYK 0.880.560.00   0.40
XYZ8.16846.605831.4164
Yxy6.60580.17680.1430
Hunter Lab25.701811.7519-54.4816
CIE-Lab30.892118.5283-51.3101

#13449a color RGB value is (19,68,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000100 10011010
Octal 23 104 232
Decimal 19 68 154
Hex 13 44 9A

RGB Percentages of Color #13449a

%7.88
%28.22
%63.90

CMYK Percentages of Color #13449a

%88
%56
%0
%40

Triadic Colors of #13449a

#13449a #9a1344 #449a13

Analogous Colors of #13449a

#13449a #25139a #13889a

Monochromatic Colors of #13449a

#13449a

Complementary Color

#13449a #9a6913

#13449a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13449a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13449a Color CSS Codes

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

#13449a Text Font Color

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

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


#13449a Background Color

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

This div background color is #13449a


#13449a Border Color

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

This div border color is #13449a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13449a


Comments

No comments written yet.

Please login to write comment.