Color Hex Logo

#137bdf Color Hex

#137BDF
(19,123,223)
0 Favorites   0 Comments

Color spaces of #137bdf

RGB 19123223
HSL0.580.840.47
HSV209°91°87°
CMYK 0.910.450.00   0.13
XYZ20.670819.632172.5119
Yxy19.63210.18320.1740
Hunter Lab44.30815.7353-66.0146
CIE-Lab51.418710.0858-58.4154

#137bdf color RGB value is (19,123,223).

#137bdf hex color red value is 19, green value is 123 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #137bdf hue: 0.58 , saturation: 0.84 and the lightness value of 137bdf is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111011 11011111
Octal 23 173 337
Decimal 19 123 223
Hex 13 7B DF

RGB Percentages of Color #137bdf

%5.21
%33.70
%61.10

CMYK Percentages of Color #137bdf

%91
%45
%0
%13

Triadic Colors of #137bdf

#137bdf #df137b #7bdf13

Analogous Colors of #137bdf

#137bdf #1315df #13dfdd

Monochromatic Colors of #137bdf

#137bdf

Complementary Color

#137bdf #df7713

#137bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#137bdf Color CSS Codes

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

#137bdf Text Font Color

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

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


#137bdf Background Color

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

This div background color is #137bdf


#137bdf Border Color

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

This div border color is #137bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137bdf


Comments

No comments written yet.

Please login to write comment.