Color Hex Logo

#135faf Color Hex

#135FAF
(19,95,175)
0 Favorites   0 Comments

Color spaces of #135faf

RGB 1995175
HSL0.590.800.38
HSV211°89°69°
CMYK 0.890.460.00   0.31
XYZ12.098611.418042.1237
Yxy11.41800.18430.1739
Hunter Lab33.79054.7780-50.2583
CIE-Lab40.27588.9500-48.7039

#135faf color RGB value is (19,95,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011111 10101111
Octal 23 137 257
Decimal 19 95 175
Hex 13 5F AF

RGB Percentages of Color #135faf

%6.57
%32.87
%60.55

CMYK Percentages of Color #135faf

%89
%46
%0
%31

Triadic Colors of #135faf

#135faf #af135f #5faf13

Analogous Colors of #135faf

#135faf #1513af #13adaf

Monochromatic Colors of #135faf

#135faf

Complementary Color

#135faf #af6313

#135faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#135faf Color CSS Codes

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

#135faf Text Font Color

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

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


#135faf Background Color

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

This div background color is #135faf


#135faf Border Color

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

This div border color is #135faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135faf


Comments

No comments written yet.

Please login to write comment.