Color Hex Logo

#137fbb Color Hex

#137FBB
(19,127,187)
0 Favorites   0 Comments

Color spaces of #137fbb

RGB 19127187
HSL0.560.820.40
HSV201°90°73°
CMYK 0.900.320.00   0.27
XYZ16.827618.905049.7758
Yxy18.90500.19680.2211
Hunter Lab43.4799-7.0067-37.4393
CIE-Lab50.5759-6.2075-39.2833

#137fbb color RGB value is (19,127,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111111 10111011
Octal 23 177 273
Decimal 19 127 187
Hex 13 7F BB

RGB Percentages of Color #137fbb

%5.71
%38.14
%56.16

CMYK Percentages of Color #137fbb

%90
%32
%0
%27

Triadic Colors of #137fbb

#137fbb #bb137f #7fbb13

Analogous Colors of #137fbb

#137fbb #132bbb #13bba3

Monochromatic Colors of #137fbb

#137fbb

Complementary Color

#137fbb #bb4f13

#137fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#137fbb Color CSS Codes

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

#137fbb Text Font Color

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

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


#137fbb Background Color

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

This div background color is #137fbb


#137fbb Border Color

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

This div border color is #137fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137fbb


Comments

No comments written yet.

Please login to write comment.