Color Hex Logo

#13879f Color Hex

#13879F
(19,135,159)
0 Favorites   0 Comments

Color spaces of #13879f

RGB 19135159
HSL0.530.790.35
HSV190°88°62°
CMYK 0.880.150.00   0.38
XYZ15.190519.969635.8548
Yxy19.96960.21390.2812
Hunter Lab44.6874-17.5257-16.2900
CIE-Lab51.8028-20.9131-21.2088

#13879f color RGB value is (19,135,159).

#13879f hex color red value is 19, green value is 135 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #13879f hue: 0.53 , saturation: 0.79 and the lightness value of 13879f is 0.35.

The process color (four color CMYK) of #13879f color hex is 0.88, 0.15, 0.00, 0.38. Web safe color of #13879f is #009999. Color #13879f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000111 10011111
Octal 23 207 237
Decimal 19 135 159
Hex 13 87 9F

RGB Percentages of Color #13879f

%6.07
%43.13
%50.80

CMYK Percentages of Color #13879f

%88
%15
%0
%38

Triadic Colors of #13879f

#13879f #9f1387 #879f13

Analogous Colors of #13879f

#13879f #13419f #139f71

Monochromatic Colors of #13879f

#13879f

Complementary Color

#13879f #9f2b13

#13879f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13879f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13879f Color CSS Codes

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

#13879f Text Font Color

<p style="color:#13879f">Text here</p>

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


#13879f Background Color

<div style="background-color:#13879f">
Div content here</div>

This div background color is #13879f


#13879f Border Color

<div style="border:3px solid #13879f">
Div here</div>

This div border color is #13879f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13879f


Comments

No comments written yet.

Please login to write comment.