Color Hex Logo

#135ebb Color Hex

#135EBB
(19,94,187)
0 Favorites   0 Comments

Color spaces of #135ebb

RGB 1994187
HSL0.590.820.40
HSV213°90°73°
CMYK 0.900.500.00   0.27
XYZ13.240911.731748.5803
Yxy11.73170.18000.1595
Hunter Lab34.25169.0639-60.1172
CIE-Lab40.786514.4275-54.9181

#135ebb color RGB value is (19,94,187).

#135ebb hex color red value is 19, green value is 94 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #135ebb hue: 0.59 , saturation: 0.82 and the lightness value of 135ebb is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011110 10111011
Octal 23 136 273
Decimal 19 94 187
Hex 13 5E BB

RGB Percentages of Color #135ebb

%6.33
%31.33
%62.33

CMYK Percentages of Color #135ebb

%90
%50
%0
%27

Triadic Colors of #135ebb

#135ebb #bb135e #5ebb13

Analogous Colors of #135ebb

#135ebb #1c13bb #13b2bb

Monochromatic Colors of #135ebb

#135ebb

Complementary Color

#135ebb #bb7013

#135ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#135ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#135ebb Color CSS Codes

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

#135ebb Text Font Color

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

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


#135ebb Background Color

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

This div background color is #135ebb


#135ebb Border Color

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

This div border color is #135ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #135ebb


Comments

No comments written yet.

Please login to write comment.