Color Hex Logo

#137cbf Color Hex

#137CBF
(19,124,191)
0 Favorites   0 Comments

Color spaces of #137cbf

RGB 19124191
HSL0.560.820.41
HSV203°90°75°
CMYK 0.900.350.00   0.25
XYZ16.880218.315351.9357
Yxy18.31530.19370.2102
Hunter Lab42.7964-4.4878-41.9941
CIE-Lab49.8763-2.9000-42.6864

#137cbf color RGB value is (19,124,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111100 10111111
Octal 23 174 277
Decimal 19 124 191
Hex 13 7C BF

RGB Percentages of Color #137cbf

%5.69
%37.13
%57.19

CMYK Percentages of Color #137cbf

%90
%35
%0
%25

Triadic Colors of #137cbf

#137cbf #bf137c #7cbf13

Analogous Colors of #137cbf

#137cbf #1326bf #13bfac

Monochromatic Colors of #137cbf

#137cbf

Complementary Color

#137cbf #bf5613

#137cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#137cbf Color CSS Codes

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

#137cbf Text Font Color

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

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


#137cbf Background Color

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

This div background color is #137cbf


#137cbf Border Color

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

This div border color is #137cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137cbf

#137cbf Color Palettes


Comments

No comments written yet.

Please login to write comment.