Color Hex Logo

#1379dc Color Hex

#1379DC
(19,121,220)
0 Favorites   0 Comments

Color spaces of #1379dc

RGB 19121220
HSL0.580.840.47
HSV210°91°86°
CMYK 0.910.450.00   0.14
XYZ20.024218.980570.3184
Yxy18.98050.18320.1736
Hunter Lab43.56665.8011-65.2000
CIE-Lab50.664410.1686-57.9367

#1379dc color RGB value is (19,121,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111001 11011100
Octal 23 171 334
Decimal 19 121 220
Hex 13 79 DC

RGB Percentages of Color #1379dc

%5.28
%33.61
%61.11

CMYK Percentages of Color #1379dc

%91
%45
%0
%14

Triadic Colors of #1379dc

#1379dc #dc1379 #79dc13

Analogous Colors of #1379dc

#1379dc #1314dc #13dcdb

Monochromatic Colors of #1379dc

#1379dc

Complementary Color

#1379dc #dc7613

#1379dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1379dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1379dc Color CSS Codes

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

#1379dc Text Font Color

<p style="color:#1379dc">Text here</p>

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


#1379dc Background Color

<div style="background-color:#1379dc">
Div content here</div>

This div background color is #1379dc


#1379dc Border Color

<div style="border:3px solid #1379dc">
Div here</div>

This div border color is #1379dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1379dc


Comments

No comments written yet.

Please login to write comment.