Color Hex Logo

#13748b Color Hex

#13748B
(19,116,139)
0 Favorites   0 Comments

Color spaces of #13748b

RGB 19116139
HSL0.530.760.31
HSV192°86°55°
CMYK 0.860.170.00   0.45
XYZ11.174214.493326.6346
Yxy14.49330.21360.2771
Hunter Lab38.0701-14.2299-14.8315
CIE-Lab44.9322-17.6973-20.0256

#13748b color RGB value is (19,116,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110100 10001011
Octal 23 164 213
Decimal 19 116 139
Hex 13 74 8B

RGB Percentages of Color #13748b

%6.93
%42.34
%50.73

CMYK Percentages of Color #13748b

%86
%17
%0
%45

Triadic Colors of #13748b

#13748b #8b1374 #748b13

Analogous Colors of #13748b

#13748b #13388b #138b66

Monochromatic Colors of #13748b

#13748b

Complementary Color

#13748b #8b2a13

#13748b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13748b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13748b Color CSS Codes

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

#13748b Text Font Color

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

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


#13748b Background Color

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

This div background color is #13748b


#13748b Border Color

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

This div border color is #13748b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13748b


Comments

No comments written yet.

Please login to write comment.