Color Hex Logo

#135666 Color Hex

#135666
(19,86,102)
0 Favorites   0 Comments

Color spaces of #135666

RGB 1986102
HSL0.530.690.24
HSV192°81°40°
CMYK 0.810.160.00   0.60
XYZ5.99467.753313.7510
Yxy7.75330.21800.2819
Hunter Lab27.8447-10.2997-9.7888
CIE-Lab33.4637-14.1794-15.0609

#135666 color RGB value is (19,86,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010110 01100110
Octal 23 126 146
Decimal 19 86 102
Hex 13 56 66

RGB Percentages of Color #135666

%9.18
%41.55
%49.28

CMYK Percentages of Color #135666

%81
%16
%0
%60

Triadic Colors of #135666

#135666 #661356 #566613

Analogous Colors of #135666

#135666 #132d66 #13664d

Monochromatic Colors of #135666

#135666

Complementary Color

#135666 #662313

#135666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135666 Color CSS Codes

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

#135666 Text Font Color

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

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


#135666 Background Color

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

This div background color is #135666


#135666 Border Color

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

This div border color is #135666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135666


Comments

No comments written yet.

Please login to write comment.