Color Hex Logo

#135969 Color Hex

#135969
(19,89,105)
0 Favorites   0 Comments

Color spaces of #135969

RGB 1989105
HSL0.530.690.24
HSV191°82°41°
CMYK 0.820.150.00   0.59
XYZ6.39078.303114.6304
Yxy8.30310.21790.2831
Hunter Lab28.8151-10.8382-9.9330
CIE-Lab34.6063-14.8138-15.1859

#135969 color RGB value is (19,89,105).

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

The process color (four color CMYK) of #135969 color hex is 0.82, 0.15, 0.00, 0.59. Web safe color of #135969 is #006666. Color #135969 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011001 01101001
Octal 23 131 151
Decimal 19 89 105
Hex 13 59 69

RGB Percentages of Color #135969

%8.92
%41.78
%49.30

CMYK Percentages of Color #135969

%82
%15
%0
%59

Triadic Colors of #135969

#135969 #691359 #596913

Analogous Colors of #135969

#135969 #132e69 #13694e

Monochromatic Colors of #135969

#135969

Complementary Color

#135969 #692313

#135969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135969 Color CSS Codes

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

#135969 Text Font Color

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

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


#135969 Background Color

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

This div background color is #135969


#135969 Border Color

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

This div border color is #135969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135969


Comments

No comments written yet.

Please login to write comment.