Color Hex Logo

#13598d Color Hex

#13598D
(19,89,141)
1 Favorites   0 Comments

Color spaces of #13598d

RGB 1989141
HSL0.570.760.31
HSV206°87°55°
CMYK 0.870.370.00   0.45
XYZ8.64879.206326.5205
Yxy9.20630.19490.2075
Hunter Lab30.3419-2.2184-30.5834
CIE-Lab36.3785-0.8773-34.5946

#13598d color RGB value is (19,89,141).

#13598d hex color red value is 19, green value is 89 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #13598d hue: 0.57 , saturation: 0.76 and the lightness value of 13598d is 0.31.

The process color (four color CMYK) of #13598d color hex is 0.87, 0.37, 0.00, 0.45. Web safe color of #13598d is #006699. Color #13598d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011001 10001101
Octal 23 131 215
Decimal 19 89 141
Hex 13 59 8D

RGB Percentages of Color #13598d

%7.63
%35.74
%56.63

CMYK Percentages of Color #13598d

%87
%37
%0
%45

Triadic Colors of #13598d

#13598d #8d1359 #598d13

Analogous Colors of #13598d

#13598d #131c8d #138d84

Monochromatic Colors of #13598d

#13598d

Complementary Color

#13598d #8d4713

#13598d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13598d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13598d Color CSS Codes

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

#13598d Text Font Color

<p style="color:#13598d">Text here</p>

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


#13598d Background Color

<div style="background-color:#13598d">
Div content here</div>

This div background color is #13598d


#13598d Border Color

<div style="border:3px solid #13598d">
Div here</div>

This div border color is #13598d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,89,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13598d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13598d;
  -webkit-box-shadow: 1px 1px 3px 2px #13598d;
  box-shadow:         1px 1px 3px 2px #13598d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13598d


Comments

No comments written yet.

Please login to write comment.