Color Hex Logo

#136489 Color Hex

#136489
(19,100,137)
0 Favorites   0 Comments

Color spaces of #136489

RGB 19100137
HSL0.550.760.31
HSV199°86°54°
CMYK 0.860.270.00   0.46
XYZ9.341111.058925.3092
Yxy11.05890.20440.2419
Hunter Lab33.2549-8.0566-21.8452
CIE-Lab39.6795-9.2577-26.9719

#136489 color RGB value is (19,100,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100100 10001001
Octal 23 144 211
Decimal 19 100 137
Hex 13 64 89

RGB Percentages of Color #136489

%7.42
%39.06
%53.52

CMYK Percentages of Color #136489

%86
%27
%0
%46

Triadic Colors of #136489

#136489 #891364 #648913

Analogous Colors of #136489

#136489 #132989 #138973

Monochromatic Colors of #136489

#136489

Complementary Color

#136489 #893813

#136489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136489 Color CSS Codes

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

#136489 Text Font Color

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

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


#136489 Background Color

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

This div background color is #136489


#136489 Border Color

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

This div border color is #136489


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,100,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 #136489">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136489


Comments

No comments written yet.

Please login to write comment.