Color Hex Logo

#136aaf Color Hex

#136AAF
(19,106,175)
0 Favorites   0 Comments

Color spaces of #136aaf

RGB 19106175
HSL0.570.800.38
HSV207°89°69°
CMYK 0.890.390.00   0.31
XYZ13.160513.541742.4776
Yxy13.54170.19020.1957
Hunter Lab36.7990-0.5611-42.6799
CIE-Lab43.56841.9109-43.4340

#136aaf color RGB value is (19,106,175).

#136aaf hex color red value is 19, green value is 106 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #136aaf hue: 0.57 , saturation: 0.80 and the lightness value of 136aaf is 0.38.

The process color (four color CMYK) of #136aaf color hex is 0.89, 0.39, 0.00, 0.31. Web safe color of #136aaf is #006699. Color #136aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101010 10101111
Octal 23 152 257
Decimal 19 106 175
Hex 13 6A AF

RGB Percentages of Color #136aaf

%6.33
%35.33
%58.33

CMYK Percentages of Color #136aaf

%89
%39
%0
%31

Triadic Colors of #136aaf

#136aaf #af136a #6aaf13

Analogous Colors of #136aaf

#136aaf #131caf #13afa6

Monochromatic Colors of #136aaf

#136aaf

Complementary Color

#136aaf #af5813

#136aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#136aaf Color CSS Codes

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

#136aaf Text Font Color

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

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


#136aaf Background Color

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

This div background color is #136aaf


#136aaf Border Color

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

This div border color is #136aaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,106,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #136aaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #136aaf;
  -webkit-box-shadow: 1px 1px 3px 2px #136aaf;
  box-shadow:         1px 1px 3px 2px #136aaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136aaf

#136aaf Color Palettes


Comments

No comments written yet.

Please login to write comment.