Color Hex Logo

#137abc Color Hex

#137ABC
(19,122,188)
0 Favorites   0 Comments

Color spaces of #137abc

RGB 19122188
HSL0.570.820.41
HSV203°90°74°
CMYK 0.900.350.00   0.26
XYZ16.305217.688450.1318
Yxy17.68840.19380.2103
Hunter Lab42.0576-4.3985-41.2322
CIE-Lab49.1160-2.8507-42.1668

#137abc color RGB value is (19,122,188).

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

The process color (four color CMYK) of #137abc color hex is 0.90, 0.35, 0.00, 0.26. Web safe color of #137abc is #0066cc. Color #137abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111010 10111100
Octal 23 172 274
Decimal 19 122 188
Hex 13 7A BC

RGB Percentages of Color #137abc

%5.78
%37.08
%57.14

CMYK Percentages of Color #137abc

%90
%35
%0
%26

Triadic Colors of #137abc

#137abc #bc137a #7abc13

Analogous Colors of #137abc

#137abc #1325bc #13bcaa

Monochromatic Colors of #137abc

#137abc

Complementary Color

#137abc #bc5513

#137abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#137abc Color CSS Codes

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

#137abc Text Font Color

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

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


#137abc Background Color

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

This div background color is #137abc


#137abc Border Color

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

This div border color is #137abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137abc


Comments

No comments written yet.

Please login to write comment.