Color Hex Logo

#13749b Color Hex

#13749B
(19,116,155)
0 Favorites   0 Comments

Color spaces of #13749b

RGB 19116155
HSL0.550.780.34
HSV197°88°61°
CMYK 0.880.250.00   0.39
XYZ12.430314.995833.2497
Yxy14.99580.20490.2471
Hunter Lab38.7244-10.4703-23.8007
CIE-Lab45.6284-11.8441-28.4249

#13749b color RGB value is (19,116,155).

#13749b hex color red value is 19, green value is 116 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #13749b hue: 0.55 , saturation: 0.78 and the lightness value of 13749b is 0.34.

The process color (four color CMYK) of #13749b color hex is 0.88, 0.25, 0.00, 0.39. Web safe color of #13749b is #006699. Color #13749b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110100 10011011
Octal 23 164 233
Decimal 19 116 155
Hex 13 74 9B

RGB Percentages of Color #13749b

%6.55
%40.00
%53.45

CMYK Percentages of Color #13749b

%88
%25
%0
%39

Triadic Colors of #13749b

#13749b #9b1374 #749b13

Analogous Colors of #13749b

#13749b #13309b #139b7e

Monochromatic Colors of #13749b

#13749b

Complementary Color

#13749b #9b3a13

#13749b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13749b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13749b Color CSS Codes

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

#13749b Text Font Color

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

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


#13749b Background Color

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

This div background color is #13749b


#13749b Border Color

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

This div border color is #13749b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13749b


Comments

No comments written yet.

Please login to write comment.