Color Hex Logo

#136280 Color Hex

#136280
(19,98,128)
0 Favorites   0 Comments

Color spaces of #136280

RGB 1998128
HSL0.550.740.29
HSV197°85°50°
CMYK 0.850.230.00   0.50
XYZ8.532510.432321.9860
Yxy10.43230.20840.2548
Hunter Lab32.2991-9.3687-17.7494
CIE-Lab38.6074-11.4963-23.1837

#136280 color RGB value is (19,98,128).

#136280 hex color red value is 19, green value is 98 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #136280 hue: 0.55 , saturation: 0.74 and the lightness value of 136280 is 0.29.

The process color (four color CMYK) of #136280 color hex is 0.85, 0.23, 0.00, 0.50. Web safe color of #136280 is #006699. Color #136280 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100010 10000000
Octal 23 142 200
Decimal 19 98 128
Hex 13 62 80

RGB Percentages of Color #136280

%7.76
%40.00
%52.24

CMYK Percentages of Color #136280

%85
%23
%0
%50

Triadic Colors of #136280

#136280 #801362 #628013

Analogous Colors of #136280

#136280 #132c80 #138068

Monochromatic Colors of #136280

#136280

Complementary Color

#136280 #803113

#136280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136280 Color CSS Codes

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

#136280 Text Font Color

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

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


#136280 Background Color

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

This div background color is #136280


#136280 Border Color

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

This div border color is #136280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136280


Comments

No comments written yet.

Please login to write comment.