Color Hex Logo

#135aba Color Hex

#135ABA
(19,90,186)
0 Favorites   0 Comments

Color spaces of #135aba

RGB 1990186
HSL0.600.810.40
HSV214°90°73°
CMYK 0.900.520.00   0.27
XYZ12.787610.995947.9028
Yxy10.99590.17840.1534
Hunter Lab33.160110.8053-62.4379
CIE-Lab39.573616.6634-56.2956

#135aba color RGB value is (19,90,186).

#135aba hex color red value is 19, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #135aba hue: 0.60 , saturation: 0.81 and the lightness value of 135aba is 0.40.

The process color (four color CMYK) of #135aba color hex is 0.90, 0.52, 0.00, 0.27. Web safe color of #135aba is #0066cc. Color #135aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011010 10111010
Octal 23 132 272
Decimal 19 90 186
Hex 13 5A BA

RGB Percentages of Color #135aba

%6.44
%30.51
%63.05

CMYK Percentages of Color #135aba

%90
%52
%0
%27

Triadic Colors of #135aba

#135aba #ba135a #5aba13

Analogous Colors of #135aba

#135aba #1f13ba #13aeba

Monochromatic Colors of #135aba

#135aba

Complementary Color

#135aba #ba7313

#135aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#135aba Color CSS Codes

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

#135aba Text Font Color

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

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


#135aba Background Color

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

This div background color is #135aba


#135aba Border Color

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

This div border color is #135aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135aba


Comments

No comments written yet.

Please login to write comment.