Color Hex Logo

#13598b Color Hex

#13598B
(19,89,139)
0 Favorites   0 Comments

Color spaces of #13598b

RGB 1989139
HSL0.570.760.31
HSV205°86°55°
CMYK 0.860.360.00   0.45
XYZ8.50119.147325.7436
Yxy9.14730.19590.2108
Hunter Lab30.2445-2.7552-29.2955
CIE-Lab36.2664-1.6807-33.5562

#13598b color RGB value is (19,89,139).

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

The process color (four color CMYK) of #13598b color hex is 0.86, 0.36, 0.00, 0.45. Web safe color of #13598b is #006699. Color #13598b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011001 10001011
Octal 23 131 213
Decimal 19 89 139
Hex 13 59 8B

RGB Percentages of Color #13598b

%7.69
%36.03
%56.28

CMYK Percentages of Color #13598b

%86
%36
%0
%45

Triadic Colors of #13598b

#13598b #8b1359 #598b13

Analogous Colors of #13598b

#13598b #131d8b #138b81

Monochromatic Colors of #13598b

#13598b

Complementary Color

#13598b #8b4513

#13598b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13598b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13598b Color CSS Codes

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

#13598b Text Font Color

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

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


#13598b Background Color

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

This div background color is #13598b


#13598b Border Color

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

This div border color is #13598b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13598b


Comments

No comments written yet.

Please login to write comment.