Color Hex Logo

#13859a Color Hex

#13859A
(19,133,154)
0 Favorites   0 Comments

Color spaces of #13859a

RGB 19133154
HSL0.530.780.34
HSV189°88°60°
CMYK 0.880.140.00   0.40
XYZ14.488819.246633.5232
Yxy19.24660.21540.2862
Hunter Lab43.8709-17.8228-14.5957
CIE-Lab50.9745-21.5867-19.5759

#13859a color RGB value is (19,133,154).

#13859a hex color red value is 19, green value is 133 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #13859a hue: 0.53 , saturation: 0.78 and the lightness value of 13859a is 0.34.

The process color (four color CMYK) of #13859a color hex is 0.88, 0.14, 0.00, 0.40. Web safe color of #13859a is #009999. Color #13859a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10000101 10011010
Octal 23 205 232
Decimal 19 133 154
Hex 13 85 9A

RGB Percentages of Color #13859a

%6.21
%43.46
%50.33

CMYK Percentages of Color #13859a

%88
%14
%0
%40

Triadic Colors of #13859a

#13859a #9a1385 #859a13

Analogous Colors of #13859a

#13859a #13429a #139a6c

Monochromatic Colors of #13859a

#13859a

Complementary Color

#13859a #9a2813

#13859a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13859a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13859a Color CSS Codes

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

#13859a Text Font Color

<p style="color:#13859a">Text here</p>

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


#13859a Background Color

<div style="background-color:#13859a">
Div content here</div>

This div background color is #13859a


#13859a Border Color

<div style="border:3px solid #13859a">
Div here</div>

This div border color is #13859a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,133,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13859a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13859a;
  -webkit-box-shadow: 1px 1px 3px 2px #13859a;
  box-shadow:         1px 1px 3px 2px #13859a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13859a


Comments

No comments written yet.

Please login to write comment.