Color Hex Logo

#135567 Color Hex

#135567
(19,85,103)
0 Favorites   0 Comments

Color spaces of #135567

RGB 1985103
HSL0.540.690.24
HSV193°82°40°
CMYK 0.820.170.00   0.60
XYZ5.96527.614713.9873
Yxy7.61470.21640.2762
Hunter Lab27.5947-9.7042-10.7368
CIE-Lab33.1672-13.2272-16.1437

#135567 color RGB value is (19,85,103).

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

The process color (four color CMYK) of #135567 color hex is 0.82, 0.17, 0.00, 0.60. Web safe color of #135567 is #006666. Color #135567 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010101 01100111
Octal 23 125 147
Decimal 19 85 103
Hex 13 55 67

RGB Percentages of Color #135567

%9.18
%41.06
%49.76

CMYK Percentages of Color #135567

%82
%17
%0
%60

Triadic Colors of #135567

#135567 #671355 #556713

Analogous Colors of #135567

#135567 #132b67 #13674f

Monochromatic Colors of #135567

#135567

Complementary Color

#135567 #672513

#135567 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135567 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135567 Color CSS Codes

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

#135567 Text Font Color

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

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


#135567 Background Color

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

This div background color is #135567


#135567 Border Color

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

This div border color is #135567


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135567

#135567 Color Palettes


Comments

No comments written yet.

Please login to write comment.