Color Hex Logo

#135dab Color Hex

#135DAB
(19,93,171)
0 Favorites   0 Comments

Color spaces of #135dab

RGB 1993171
HSL0.590.800.37
HSV211°89°67°
CMYK 0.890.460.00   0.33
XYZ11.533610.907440.0255
Yxy10.90740.18460.1746
Hunter Lab33.02644.5404-48.7367
CIE-Lab39.42418.6432-47.7114

#135dab color RGB value is (19,93,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011101 10101011
Octal 23 135 253
Decimal 19 93 171
Hex 13 5D AB

RGB Percentages of Color #135dab

%6.71
%32.86
%60.42

CMYK Percentages of Color #135dab

%89
%46
%0
%33

Triadic Colors of #135dab

#135dab #ab135d #5dab13

Analogous Colors of #135dab

#135dab #1513ab #13a9ab

Monochromatic Colors of #135dab

#135dab

Complementary Color

#135dab #ab6113

#135dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#135dab Color CSS Codes

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

#135dab Text Font Color

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

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


#135dab Background Color

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

This div background color is #135dab


#135dab Border Color

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

This div border color is #135dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135dab


Comments

No comments written yet.

Please login to write comment.