Color Hex Logo

#137dd1 Color Hex

#137DD1
(19,125,209)
0 Favorites   0 Comments

Color spaces of #137dd1

RGB 19125209
HSL0.570.830.45
HSV207°91°82°
CMYK 0.910.400.00   0.18
XYZ19.110819.409163.0607
Yxy19.40910.18810.1911
Hunter Lab44.05580.3333-54.0277
CIE-Lab51.16243.4275-50.9132

#137dd1 color RGB value is (19,125,209).

#137dd1 hex color red value is 19, green value is 125 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #137dd1 hue: 0.57 , saturation: 0.83 and the lightness value of 137dd1 is 0.45.

The process color (four color CMYK) of #137dd1 color hex is 0.91, 0.40, 0.00, 0.18. Web safe color of #137dd1 is #0066cc. Color #137dd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111101 11010001
Octal 23 175 321
Decimal 19 125 209
Hex 13 7D D1

RGB Percentages of Color #137dd1

%5.38
%35.41
%59.21

CMYK Percentages of Color #137dd1

%91
%40
%0
%18

Triadic Colors of #137dd1

#137dd1 #d1137d #7dd113

Analogous Colors of #137dd1

#137dd1 #131ed1 #13d1c6

Monochromatic Colors of #137dd1

#137dd1

Complementary Color

#137dd1 #d16713

#137dd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137dd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#137dd1 Color CSS Codes

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

#137dd1 Text Font Color

<p style="color:#137dd1">Text here</p>

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


#137dd1 Background Color

<div style="background-color:#137dd1">
Div content here</div>

This div background color is #137dd1


#137dd1 Border Color

<div style="border:3px solid #137dd1">
Div here</div>

This div border color is #137dd1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,125,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #137dd1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #137dd1;
  -webkit-box-shadow: 1px 1px 3px 2px #137dd1;
  box-shadow:         1px 1px 3px 2px #137dd1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137dd1


Comments

No comments written yet.

Please login to write comment.