Color Hex Logo

#135489 Color Hex

#135489
(19,84,137)
0 Favorites   0 Comments

Color spaces of #135489

RGB 1984137
HSL0.570.760.31
HSV207°86°54°
CMYK 0.860.390.00   0.46
XYZ7.95428.285224.8469
Yxy8.28520.19360.2017
Hunter Lab28.7840-1.0452-31.0314
CIE-Lab34.56990.7298-35.0282

#135489 color RGB value is (19,84,137).

#135489 hex color red value is 19, green value is 84 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #135489 hue: 0.57 , saturation: 0.76 and the lightness value of 135489 is 0.31.

The process color (four color CMYK) of #135489 color hex is 0.86, 0.39, 0.00, 0.46. Web safe color of #135489 is #006699. Color #135489 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010100 10001001
Octal 23 124 211
Decimal 19 84 137
Hex 13 54 89

RGB Percentages of Color #135489

%7.92
%35.00
%57.08

CMYK Percentages of Color #135489

%86
%39
%0
%46

Triadic Colors of #135489

#135489 #891354 #548913

Analogous Colors of #135489

#135489 #131989 #138983

Monochromatic Colors of #135489

#135489

Complementary Color

#135489 #894813

#135489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#135489 Color CSS Codes

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

#135489 Text Font Color

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

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


#135489 Background Color

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

This div background color is #135489


#135489 Border Color

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

This div border color is #135489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135489


Comments

No comments written yet.

Please login to write comment.