Color Hex Logo

#137bbc Color Hex

#137BBC
(19,123,188)
0 Favorites   0 Comments

Color spaces of #137bbc

RGB 19123188
HSL0.560.820.41
HSV203°90°74°
CMYK 0.900.350.00   0.26
XYZ16.428617.935250.1729
Yxy17.93520.19430.2122
Hunter Lab42.3500-4.8679-40.5971
CIE-Lab49.4174-3.4510-41.6893

#137bbc color RGB value is (19,123,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111011 10111100
Octal 23 173 274
Decimal 19 123 188
Hex 13 7B BC

RGB Percentages of Color #137bbc

%5.76
%37.27
%56.97

CMYK Percentages of Color #137bbc

%90
%35
%0
%26

Triadic Colors of #137bbc

#137bbc #bc137b #7bbc13

Analogous Colors of #137bbc

#137bbc #1326bc #13bca9

Monochromatic Colors of #137bbc

#137bbc

Complementary Color

#137bbc #bc5413

#137bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#137bbc Color CSS Codes

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

#137bbc Text Font Color

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

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


#137bbc Background Color

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

This div background color is #137bbc


#137bbc Border Color

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

This div border color is #137bbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,123,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 #137bbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137bbc


Comments

No comments written yet.

Please login to write comment.