Color Hex Logo

#137fcb Color Hex

#137FCB
(19,127,203)
0 Favorites   0 Comments

Color spaces of #137fcb

RGB 19127203
HSL0.570.830.44
HSV205°91°80°
CMYK 0.910.370.00   0.20
XYZ18.637419.629059.3064
Yxy19.62900.19100.2012
Hunter Lab44.3046-2.4444-48.3527
CIE-Lab51.4151-0.1006-47.1012

#137fcb color RGB value is (19,127,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111111 11001011
Octal 23 177 313
Decimal 19 127 203
Hex 13 7F CB

RGB Percentages of Color #137fcb

%5.44
%36.39
%58.17

CMYK Percentages of Color #137fcb

%91
%37
%0
%20

Triadic Colors of #137fcb

#137fcb #cb137f #7fcb13

Analogous Colors of #137fcb

#137fcb #1323cb #13cbbb

Monochromatic Colors of #137fcb

#137fcb

Complementary Color

#137fcb #cb5f13

#137fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#137fcb Color CSS Codes

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

#137fcb Text Font Color

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

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


#137fcb Background Color

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

This div background color is #137fcb


#137fcb Border Color

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

This div border color is #137fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137fcb


Comments

No comments written yet.

Please login to write comment.