Color Hex Logo

#13459f Color Hex

#13459F
(19,69,159)
0 Favorites   0 Comments

Color spaces of #13459f

RGB 1969159
HSL0.610.790.35
HSV219°88°62°
CMYK 0.880.570.00   0.38
XYZ8.65476.897933.6762
Yxy6.89790.17580.1401
Hunter Lab26.263912.8592-57.6385
CIE-Lab31.573319.8866-53.2313

#13459f color RGB value is (19,69,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000101 10011111
Octal 23 105 237
Decimal 19 69 159
Hex 13 45 9F

RGB Percentages of Color #13459f

%7.69
%27.94
%64.37

CMYK Percentages of Color #13459f

%88
%57
%0
%38

Triadic Colors of #13459f

#13459f #9f1345 #459f13

Analogous Colors of #13459f

#13459f #27139f #138b9f

Monochromatic Colors of #13459f

#13459f

Complementary Color

#13459f #9f6d13

#13459f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13459f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13459f Color CSS Codes

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

#13459f Text Font Color

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

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


#13459f Background Color

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

This div background color is #13459f


#13459f Border Color

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

This div border color is #13459f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13459f


Comments

No comments written yet.

Please login to write comment.