Color Hex Logo

#136475 Color Hex

#136475
(19,100,117)
0 Favorites   0 Comments

Color spaces of #136475

RGB 19100117
HSL0.530.720.27
HSV190°84°46°
CMYK 0.840.150.00   0.54
XYZ8.036610.537118.4399
Yxy10.53710.21710.2847
Hunter Lab32.4609-12.6139-10.9579
CIE-Lab38.7896-16.7059-16.1880

#136475 color RGB value is (19,100,117).

#136475 hex color red value is 19, green value is 100 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #136475 hue: 0.53 , saturation: 0.72 and the lightness value of 136475 is 0.27.

The process color (four color CMYK) of #136475 color hex is 0.84, 0.15, 0.00, 0.54. Web safe color of #136475 is #006666. Color #136475 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100100 01110101
Octal 23 144 165
Decimal 19 100 117
Hex 13 64 75

RGB Percentages of Color #136475

%8.05
%42.37
%49.58

CMYK Percentages of Color #136475

%84
%15
%0
%54

Triadic Colors of #136475

#136475 #751364 #647513

Analogous Colors of #136475

#136475 #133375 #137555

Monochromatic Colors of #136475

#136475

Complementary Color

#136475 #752413

#136475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136475 Color CSS Codes

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

#136475 Text Font Color

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

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


#136475 Background Color

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

This div background color is #136475


#136475 Border Color

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

This div border color is #136475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136475


Comments

No comments written yet.

Please login to write comment.