Color Hex Logo

#13609a Color Hex

#13609A
(19,96,154)
0 Favorites   0 Comments

Color spaces of #13609a

RGB 1996154
HSL0.570.780.34
HSV206°88°60°
CMYK 0.880.380.00   0.40
XYZ10.284210.837332.1216
Yxy10.83730.19320.2035
Hunter Lab32.9201-1.8468-34.8079
CIE-Lab39.3051-0.1260-37.7866

#13609a color RGB value is (19,96,154).

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

The process color (four color CMYK) of #13609a color hex is 0.88, 0.38, 0.00, 0.40. Web safe color of #13609a is #006699. Color #13609a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100000 10011010
Octal 23 140 232
Decimal 19 96 154
Hex 13 60 9A

RGB Percentages of Color #13609a

%7.06
%35.69
%57.25

CMYK Percentages of Color #13609a

%88
%38
%0
%40

Triadic Colors of #13609a

#13609a #9a1360 #609a13

Analogous Colors of #13609a

#13609a #131d9a #139a91

Monochromatic Colors of #13609a

#13609a

Complementary Color

#13609a #9a4d13

#13609a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13609a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13609a Color CSS Codes

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

#13609a Text Font Color

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

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


#13609a Background Color

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

This div background color is #13609a


#13609a Border Color

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

This div border color is #13609a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13609a


Comments

No comments written yet.

Please login to write comment.