Color Hex Logo

#135665 Color Hex

#135665
(19,86,101)
0 Favorites   0 Comments

Color spaces of #135665

RGB 1986101
HSL0.530.680.24
HSV191°81°40°
CMYK 0.810.150.00   0.60
XYZ5.94537.733613.4913
Yxy7.73360.21880.2846
Hunter Lab27.8094-10.5052-9.2971
CIE-Lab33.4218-14.5457-14.4975

#135665 color RGB value is (19,86,101).

#135665 hex color red value is 19, green value is 86 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #135665 hue: 0.53 , saturation: 0.68 and the lightness value of 135665 is 0.24.

The process color (four color CMYK) of #135665 color hex is 0.81, 0.15, 0.00, 0.60. Web safe color of #135665 is #006666. Color #135665 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010110 01100101
Octal 23 126 145
Decimal 19 86 101
Hex 13 56 65

RGB Percentages of Color #135665

%9.22
%41.75
%49.03

CMYK Percentages of Color #135665

%81
%15
%0
%60

Triadic Colors of #135665

#135665 #651356 #566513

Analogous Colors of #135665

#135665 #132d65 #13654b

Monochromatic Colors of #135665

#135665

Complementary Color

#135665 #652213

#135665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135665 Color CSS Codes

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

#135665 Text Font Color

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

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


#135665 Background Color

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

This div background color is #135665


#135665 Border Color

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

This div border color is #135665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135665


Comments

No comments written yet.

Please login to write comment.