Color Hex Logo

#13439f Color Hex

#13439F
(19,67,159)
1 Favorites   0 Comments

Color spaces of #13439f

RGB 1967159
HSL0.610.790.35
HSV219°88°62°
CMYK 0.880.580.00   0.38
XYZ8.53376.656033.6358
Yxy6.65600.17480.1363
Hunter Lab25.799213.8944-59.2400
CIE-Lab31.010621.2590-54.1474

#13439f color RGB value is (19,67,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000011 10011111
Octal 23 103 237
Decimal 19 67 159
Hex 13 43 9F

RGB Percentages of Color #13439f

%7.76
%27.35
%64.90

CMYK Percentages of Color #13439f

%88
%58
%0
%38

Triadic Colors of #13439f

#13439f #9f1343 #439f13

Analogous Colors of #13439f

#13439f #29139f #13899f

Monochromatic Colors of #13439f

#13439f

Complementary Color

#13439f #9f6f13

#13439f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13439f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13439f Color CSS Codes

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

#13439f Text Font Color

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

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


#13439f Background Color

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

This div background color is #13439f


#13439f Border Color

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

This div border color is #13439f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13439f


Comments

No comments written yet.

Please login to write comment.