color codes Logo

#137cdc color codes

#137CDC
(19,124,220)
0 Favorites   0 Comments

Color spaces of #137cdc

RGB 19124220
HSL0.580.840.47
HSV209°91°86°
CMYK 0.910.440.00   0.14
XYZ20.394519.721170.4418
Yxy19.72110.18450.1784
Hunter Lab44.40844.2610-62.9614
CIE-Lab51.52048.3016-56.5619

#137cdc color RGB value is (19,124,220).

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

The process color (four color CMYK) of #137cdc color code is 0.91, 0.44, 0.00, 0.14. Web safe color of #137cdc is #0066cc. Color #137cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111100 11011100
Octal 23 174 334
Decimal 19 124 220
Hex 13 7C DC

RGB Percentages of Color #137cdc

%5.23
%34.16
%60.61

CMYK Percentages of Color #137cdc

%91
%44
%0
%14

Triadic Colors of #137cdc

#137cdc #dc137c #7cdc13

Analogous Colors of #137cdc

#137cdc #1317dc #13dcd8

Monochromatic Colors of #137cdc

#137cdc

Complementary Color

#137cdc #dc7313

#137cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#137cdc Color CSS Codes

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

#137cdc Text Font Color

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

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


#137cdc Background Color

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

This div background color is #137cdc


#137cdc Border Color

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

This div border color is #137cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137cdc


Comments

No comments written yet.

Please login to write comment.