Color Hex Logo

#137add Color Hex

#137ADD
(19,122,221)
0 Favorites   0 Comments

Color spaces of #137add

RGB 19122221
HSL0.580.840.47
HSV209°91°87°
CMYK 0.910.450.00   0.13
XYZ20.279219.278071.0588
Yxy19.27800.18330.1743
Hunter Lab43.90675.6071-65.2205
CIE-Lab51.01099.9326-57.9439

#137add color RGB value is (19,122,221).

#137add hex color red value is 19, green value is 122 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #137add hue: 0.58 , saturation: 0.84 and the lightness value of 137add is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111010 11011101
Octal 23 172 335
Decimal 19 122 221
Hex 13 7A DD

RGB Percentages of Color #137add

%5.25
%33.70
%61.05

CMYK Percentages of Color #137add

%91
%45
%0
%13

Triadic Colors of #137add

#137add #dd137a #7add13

Analogous Colors of #137add

#137add #1315dd #13dddb

Monochromatic Colors of #137add

#137add

Complementary Color

#137add #dd7613

#137add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137add Color Preview on White Background

Lorem ipsum dolor sit amet.

#137add Color CSS Codes

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

#137add Text Font Color

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

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


#137add Background Color

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

This div background color is #137add


#137add Border Color

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

This div border color is #137add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137add


Comments

No comments written yet.

Please login to write comment.