Color Hex Logo

#135faa Color Hex

#135FAA
(19,95,170)
0 Favorites   0 Comments

Color spaces of #135faa

RGB 1995170
HSL0.580.800.37
HSV210°89°67°
CMYK 0.890.440.00   0.33
XYZ11.616511.225139.5846
Yxy11.22510.18610.1798
Hunter Lab33.50393.2579-46.5980
CIE-Lab39.95706.9376-46.2644

#135faa color RGB value is (19,95,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011111 10101010
Octal 23 137 252
Decimal 19 95 170
Hex 13 5F AA

RGB Percentages of Color #135faa

%6.69
%33.45
%59.86

CMYK Percentages of Color #135faa

%89
%44
%0
%33

Triadic Colors of #135faa

#135faa #aa135f #5faa13

Analogous Colors of #135faa

#135faa #1313aa #13aaaa

Monochromatic Colors of #135faa

#135faa

Complementary Color

#135faa #aa5e13

#135faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#135faa Color CSS Codes

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

#135faa Text Font Color

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

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


#135faa Background Color

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

This div background color is #135faa


#135faa Border Color

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

This div border color is #135faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,95,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 #135faa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135faa


Comments

No comments written yet.

Please login to write comment.