Color Hex Logo

#1371da Color Hex

#1371DA
(19,113,218)
0 Favorites   0 Comments

Color spaces of #1371da

RGB 19113218
HSL0.590.840.46
HSV212°91°85°
CMYK 0.910.480.00   0.15
XYZ18.828617.010768.6207
Yxy17.01070.18020.1628
Hunter Lab41.24409.3112-69.7743
CIE-Lab48.273514.4308-60.6563

#1371da color RGB value is (19,113,218).

#1371da hex color red value is 19, green value is 113 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #1371da hue: 0.59 , saturation: 0.84 and the lightness value of 1371da is 0.46.

The process color (four color CMYK) of #1371da color hex is 0.91, 0.48, 0.00, 0.15. Web safe color of #1371da is #0066cc. Color #1371da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110001 11011010
Octal 23 161 332
Decimal 19 113 218
Hex 13 71 DA

RGB Percentages of Color #1371da

%5.43
%32.29
%62.29

CMYK Percentages of Color #1371da

%91
%48
%0
%15

Triadic Colors of #1371da

#1371da #da1371 #71da13

Analogous Colors of #1371da

#1371da #1913da #13d5da

Monochromatic Colors of #1371da

#1371da

Complementary Color

#1371da #da7c13

#1371da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1371da Color Preview on White Background

Lorem ipsum dolor sit amet.

#1371da Color CSS Codes

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

#1371da Text Font Color

<p style="color:#1371da">Text here</p>

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


#1371da Background Color

<div style="background-color:#1371da">
Div content here</div>

This div background color is #1371da


#1371da Border Color

<div style="border:3px solid #1371da">
Div here</div>

This div border color is #1371da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,113,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1371da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1371da;
  -webkit-box-shadow: 1px 1px 3px 2px #1371da;
  box-shadow:         1px 1px 3px 2px #1371da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1371da


Comments

No comments written yet.

Please login to write comment.