Color Hex Logo

#13588a Color Hex

#13588A
(19,88,138)
0 Favorites   0 Comments

Color spaces of #13588a

RGB 1988138
HSL0.570.760.31
HSV205°86°54°
CMYK 0.860.360.00   0.46
XYZ8.34578.952925.3330
Yxy8.95290.19580.2100
Hunter Lab29.9214-2.5751-29.2530
CIE-Lab35.8935-1.4442-33.5381

#13588a color RGB value is (19,88,138).

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

The process color (four color CMYK) of #13588a color hex is 0.86, 0.36, 0.00, 0.46. Web safe color of #13588a is #006699. Color #13588a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011000 10001010
Octal 23 130 212
Decimal 19 88 138
Hex 13 58 8A

RGB Percentages of Color #13588a

%7.76
%35.92
%56.33

CMYK Percentages of Color #13588a

%86
%36
%0
%46

Triadic Colors of #13588a

#13588a #8a1358 #588a13

Analogous Colors of #13588a

#13588a #131c8a #138a81

Monochromatic Colors of #13588a

#13588a

Complementary Color

#13588a #8a4513

#13588a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13588a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13588a Color CSS Codes

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

#13588a Text Font Color

<p style="color:#13588a">Text here</p>

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


#13588a Background Color

<div style="background-color:#13588a">
Div content here</div>

This div background color is #13588a


#13588a Border Color

<div style="border:3px solid #13588a">
Div here</div>

This div border color is #13588a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,88,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13588a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13588a;
  -webkit-box-shadow: 1px 1px 3px 2px #13588a;
  box-shadow:         1px 1px 3px 2px #13588a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13588a


Comments

No comments written yet.

Please login to write comment.