Color Hex Logo

#135559 Color Hex

#135559
(19,85,89)
0 Favorites   0 Comments

Color spaces of #135559

RGB 198589
HSL0.510.650.21
HSV183°79°35°
CMYK 0.790.040.00   0.65
XYZ5.32027.356710.5908
Yxy7.35670.22870.3162
Hunter Lab27.1232-12.4530-4.1647
CIE-Lab32.6055-18.2426-8.1758

#135559 color RGB value is (19,85,89).

#135559 hex color red value is 19, green value is 85 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #135559 hue: 0.51 , saturation: 0.65 and the lightness value of 135559 is 0.21.

The process color (four color CMYK) of #135559 color hex is 0.79, 0.04, 0.00, 0.65. Web safe color of #135559 is #006666. Color #135559 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010101 01011001
Octal 23 125 131
Decimal 19 85 89
Hex 13 55 59

RGB Percentages of Color #135559

%9.84
%44.04
%46.11

CMYK Percentages of Color #135559

%79
%4
%0
%65

Triadic Colors of #135559

#135559 #591355 #555913

Analogous Colors of #135559

#135559 #133259 #13593a

Monochromatic Colors of #135559

#135559

Complementary Color

#135559 #591713

#135559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135559 Color CSS Codes

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

#135559 Text Font Color

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

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


#135559 Background Color

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

This div background color is #135559


#135559 Border Color

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

This div border color is #135559


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,85,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #135559; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #135559;
  -webkit-box-shadow: 1px 1px 3px 2px #135559;
  box-shadow:         1px 1px 3px 2px #135559; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135559


Comments

No comments written yet.

Please login to write comment.