Color Hex Logo

#137bce Color Hex

#137BCE
(19,123,206)
0 Favorites   0 Comments

Color spaces of #137bce

RGB 19123206
HSL0.570.830.44
HSV207°91°81°
CMYK 0.910.400.00   0.19
XYZ18.492118.760661.0390
Yxy18.76060.18810.1909
Hunter Lab43.31350.4095-53.2342
CIE-Lab50.40593.4925-50.4165

#137bce color RGB value is (19,123,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111011 11001110
Octal 23 173 316
Decimal 19 123 206
Hex 13 7B CE

RGB Percentages of Color #137bce

%5.46
%35.34
%59.20

CMYK Percentages of Color #137bce

%91
%40
%0
%19

Triadic Colors of #137bce

#137bce #ce137b #7bce13

Analogous Colors of #137bce

#137bce #131dce #13cec4

Monochromatic Colors of #137bce

#137bce

Complementary Color

#137bce #ce6613

#137bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#137bce Color CSS Codes

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

#137bce Text Font Color

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

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


#137bce Background Color

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

This div background color is #137bce


#137bce Border Color

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

This div border color is #137bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137bce


Comments

No comments written yet.

Please login to write comment.