Color Hex Logo

#13629f Color Hex

#13629F
(19,98,159)
0 Favorites   0 Comments

Color spaces of #13629f

RGB 1998159
HSL0.570.790.35
HSV206°88°62°
CMYK 0.880.380.00   0.38
XYZ10.894211.377034.4227
Yxy11.37700.19220.2007
Hunter Lab33.7298-1.3745-36.8971
CIE-Lab40.20830.6012-39.3355

#13629f color RGB value is (19,98,159).

#13629f hex color red value is 19, green value is 98 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #13629f hue: 0.57 , saturation: 0.79 and the lightness value of 13629f is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100010 10011111
Octal 23 142 237
Decimal 19 98 159
Hex 13 62 9F

RGB Percentages of Color #13629f

%6.88
%35.51
%57.61

CMYK Percentages of Color #13629f

%88
%38
%0
%38

Triadic Colors of #13629f

#13629f #9f1362 #629f13

Analogous Colors of #13629f

#13629f #131c9f #139f96

Monochromatic Colors of #13629f

#13629f

Complementary Color

#13629f #9f5013

#13629f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13629f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13629f Color CSS Codes

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

#13629f Text Font Color

<p style="color:#13629f">Text here</p>

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


#13629f Background Color

<div style="background-color:#13629f">
Div content here</div>

This div background color is #13629f


#13629f Border Color

<div style="border:3px solid #13629f">
Div here</div>

This div border color is #13629f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,98,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13629f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13629f;
  -webkit-box-shadow: 1px 1px 3px 2px #13629f;
  box-shadow:         1px 1px 3px 2px #13629f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13629f


Comments

No comments written yet.

Please login to write comment.