Color Hex Logo

#135aad Color Hex

#135AAD
(19,90,173)
0 Favorites   0 Comments

Color spaces of #135aad

RGB 1990173
HSL0.590.800.38
HSV212°89°68°
CMYK 0.890.480.00   0.32
XYZ11.467510.467940.9513
Yxy10.46790.18240.1665
Hunter Lab32.35416.6473-52.3967
CIE-Lab38.669411.4222-50.1087

#135aad color RGB value is (19,90,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011010 10101101
Octal 23 132 255
Decimal 19 90 173
Hex 13 5A AD

RGB Percentages of Color #135aad

%6.74
%31.91
%61.35

CMYK Percentages of Color #135aad

%89
%48
%0
%32

Triadic Colors of #135aad

#135aad #ad135a #5aad13

Analogous Colors of #135aad

#135aad #1913ad #13a7ad

Monochromatic Colors of #135aad

#135aad

Complementary Color

#135aad #ad6613

#135aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#135aad Color CSS Codes

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

#135aad Text Font Color

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

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


#135aad Background Color

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

This div background color is #135aad


#135aad Border Color

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

This div border color is #135aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135aad


Comments

No comments written yet.

Please login to write comment.