Color Hex Logo

#135caa Color Hex

#135CAA
(19,92,170)
0 Favorites   0 Comments

Color spaces of #135caa

RGB 1992170
HSL0.590.800.37
HSV211°89°67°
CMYK 0.890.460.00   0.33
XYZ11.351410.695039.4963
Yxy10.69500.18440.1738
Hunter Lab32.70324.7274-48.7134
CIE-Lab39.06198.8937-47.7015

#135caa color RGB value is (19,92,170).

#135caa hex color red value is 19, green value is 92 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #135caa hue: 0.59 , saturation: 0.80 and the lightness value of 135caa is 0.37.

The process color (four color CMYK) of #135caa color hex is 0.89, 0.46, 0.00, 0.33. Web safe color of #135caa is #006699. Color #135caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011100 10101010
Octal 23 134 252
Decimal 19 92 170
Hex 13 5C AA

RGB Percentages of Color #135caa

%6.76
%32.74
%60.50

CMYK Percentages of Color #135caa

%89
%46
%0
%33

Triadic Colors of #135caa

#135caa #aa135c #5caa13

Analogous Colors of #135caa

#135caa #1613aa #13a8aa

Monochromatic Colors of #135caa

#135caa

Complementary Color

#135caa #aa6113

#135caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#135caa Color CSS Codes

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

#135caa Text Font Color

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

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


#135caa Background Color

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

This div background color is #135caa


#135caa Border Color

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

This div border color is #135caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,92,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #135caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #135caa;
  -webkit-box-shadow: 1px 1px 3px 2px #135caa;
  box-shadow:         1px 1px 3px 2px #135caa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135caa


Comments

No comments written yet.

Please login to write comment.