Color Hex Logo

#137acc Color Hex

#137ACC
(19,122,204)
0 Favorites   0 Comments

Color spaces of #137acc

RGB 19122204
HSL0.570.830.44
HSV207°91°80°
CMYK 0.910.400.00   0.20
XYZ18.127218.417159.7262
Yxy18.41710.18830.1913
Hunter Lab42.91510.2962-52.4749
CIE-Lab49.99813.3318-49.9288

#137acc color RGB value is (19,122,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111010 11001100
Octal 23 172 314
Decimal 19 122 204
Hex 13 7A CC

RGB Percentages of Color #137acc

%5.51
%35.36
%59.13

CMYK Percentages of Color #137acc

%91
%40
%0
%20

Triadic Colors of #137acc

#137acc #cc137a #7acc13

Analogous Colors of #137acc

#137acc #131dcc #13ccc2

Monochromatic Colors of #137acc

#137acc

Complementary Color

#137acc #cc6513

#137acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#137acc Color CSS Codes

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

#137acc Text Font Color

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

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


#137acc Background Color

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

This div background color is #137acc


#137acc Border Color

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

This div border color is #137acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137acc


Comments

No comments written yet.

Please login to write comment.