Color Hex Logo

#1387af Color Hex

#1387AF
(19,135,175)
0 Favorites   0 Comments

Color spaces of #1387af

RGB 19135175
HSL0.540.800.38
HSV195°89°69°
CMYK 0.890.230.00   0.31
XYZ16.670420.561543.6476
Yxy20.56150.20610.2542
Hunter Lab45.3448-13.7303-25.3295
CIE-Lab52.4662-15.2325-29.4225

#1387af color RGB value is (19,135,175).

#1387af hex color red value is 19, green value is 135 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1387af hue: 0.54 , saturation: 0.80 and the lightness value of 1387af is 0.38.

The process color (four color CMYK) of #1387af color hex is 0.89, 0.23, 0.00, 0.31. Web safe color of #1387af is #009999. Color #1387af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000111 10101111
Octal 23 207 257
Decimal 19 135 175
Hex 13 87 AF

RGB Percentages of Color #1387af

%5.78
%41.03
%53.19

CMYK Percentages of Color #1387af

%89
%23
%0
%31

Triadic Colors of #1387af

#1387af #af1387 #87af13

Analogous Colors of #1387af

#1387af #1339af #13af89

Monochromatic Colors of #1387af

#1387af

Complementary Color

#1387af #af3b13

#1387af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1387af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1387af Color CSS Codes

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

#1387af Text Font Color

<p style="color:#1387af">Text here</p>

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


#1387af Background Color

<div style="background-color:#1387af">
Div content here</div>

This div background color is #1387af


#1387af Border Color

<div style="border:3px solid #1387af">
Div here</div>

This div border color is #1387af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,135,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1387af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1387af;
  -webkit-box-shadow: 1px 1px 3px 2px #1387af;
  box-shadow:         1px 1px 3px 2px #1387af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1387af


Comments

No comments written yet.

Please login to write comment.