Color Hex Logo

#135bad Color Hex

#135BAD
(19,91,173)
0 Favorites   0 Comments

Color spaces of #135bad

RGB 1991173
HSL0.590.800.38
HSV212°89°68°
CMYK 0.890.470.00   0.32
XYZ11.552510.637740.9796
Yxy10.63770.18290.1684
Hunter Lab32.61556.1481-51.6638
CIE-Lab38.963410.7638-49.6350

#135bad color RGB value is (19,91,173).

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

The process color (four color CMYK) of #135bad color hex is 0.89, 0.47, 0.00, 0.32. Web safe color of #135bad is #006699. Color #135bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011011 10101101
Octal 23 133 255
Decimal 19 91 173
Hex 13 5B AD

RGB Percentages of Color #135bad

%6.71
%32.16
%61.13

CMYK Percentages of Color #135bad

%89
%47
%0
%32

Triadic Colors of #135bad

#135bad #ad135b #5bad13

Analogous Colors of #135bad

#135bad #1813ad #13a8ad

Monochromatic Colors of #135bad

#135bad

Complementary Color

#135bad #ad6513

#135bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#135bad Color CSS Codes

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

#135bad Text Font Color

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

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


#135bad Background Color

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

This div background color is #135bad


#135bad Border Color

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

This div border color is #135bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135bad


Comments

No comments written yet.

Please login to write comment.