Color Hex Logo

#13758b Color Hex

#13758B
(19,117,139)
0 Favorites   0 Comments

Color spaces of #13758b

RGB 19117139
HSL0.530.760.31
HSV191°86°55°
CMYK 0.860.160.00   0.45
XYZ11.290014.725126.6733
Yxy14.72510.21430.2795
Hunter Lab38.3733-14.6359-14.3512
CIE-Lab45.2554-18.2468-19.5291

#13758b color RGB value is (19,117,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110101 10001011
Octal 23 165 213
Decimal 19 117 139
Hex 13 75 8B

RGB Percentages of Color #13758b

%6.91
%42.55
%50.55

CMYK Percentages of Color #13758b

%86
%16
%0
%45

Triadic Colors of #13758b

#13758b #8b1375 #758b13

Analogous Colors of #13758b

#13758b #13398b #138b65

Monochromatic Colors of #13758b

#13758b

Complementary Color

#13758b #8b2913

#13758b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13758b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13758b Color CSS Codes

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

#13758b Text Font Color

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

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


#13758b Background Color

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

This div background color is #13758b


#13758b Border Color

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

This div border color is #13758b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13758b

#13758b Color Palettes


Comments

No comments written yet.

Please login to write comment.