Color Hex Logo

#136aca Color Hex

#136ACA
(19,106,202)
0 Favorites   0 Comments

Color spaces of #136aca

RGB 19106202
HSL0.590.830.43
HSV211°91°79°
CMYK 0.910.480.00   0.21
XYZ16.083314.710857.8689
Yxy14.71080.18140.1659
Hunter Lab38.35477.7299-62.6075
CIE-Lab45.235512.6093-56.4253

#136aca color RGB value is (19,106,202).

#136aca hex color red value is 19, green value is 106 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #136aca hue: 0.59 , saturation: 0.83 and the lightness value of 136aca is 0.43.

The process color (four color CMYK) of #136aca color hex is 0.91, 0.48, 0.00, 0.21. Web safe color of #136aca is #0066cc. Color #136aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101010 11001010
Octal 23 152 312
Decimal 19 106 202
Hex 13 6A CA

RGB Percentages of Color #136aca

%5.81
%32.42
%61.77

CMYK Percentages of Color #136aca

%91
%48
%0
%21

Triadic Colors of #136aca

#136aca #ca136a #6aca13

Analogous Colors of #136aca

#136aca #1713ca #13c6ca

Monochromatic Colors of #136aca

#136aca

Complementary Color

#136aca #ca7313

#136aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#136aca Color CSS Codes

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

#136aca Text Font Color

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

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


#136aca Background Color

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

This div background color is #136aca


#136aca Border Color

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

This div border color is #136aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136aca


Comments

No comments written yet.

Please login to write comment.