Color Hex Logo

#13758a Color Hex

#13758A
(19,117,138)
0 Favorites   0 Comments

Color spaces of #13758a

RGB 19117138
HSL0.530.760.31
HSV191°86°54°
CMYK 0.860.150.00   0.46
XYZ11.217314.696026.2902
Yxy14.69600.21490.2815
Hunter Lab38.3354-14.8560-13.8260
CIE-Lab45.2150-18.6015-18.9967

#13758a color RGB value is (19,117,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110101 10001010
Octal 23 165 212
Decimal 19 117 138
Hex 13 75 8A

RGB Percentages of Color #13758a

%6.93
%42.70
%50.36

CMYK Percentages of Color #13758a

%86
%15
%0
%46

Triadic Colors of #13758a

#13758a #8a1375 #758a13

Analogous Colors of #13758a

#13758a #13398a #138a64

Monochromatic Colors of #13758a

#13758a

Complementary Color

#13758a #8a2813

#13758a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13758a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13758a Color CSS Codes

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

#13758a Text Font Color

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

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


#13758a Background Color

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

This div background color is #13758a


#13758a Border Color

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

This div border color is #13758a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13758a


Comments

No comments written yet.

Please login to write comment.