Color Hex Logo

#134dbe Color Hex

#134DBE
(19,77,190)
0 Favorites   0 Comments

Color spaces of #134dbe

RGB 1977190
HSL0.610.820.41
HSV220°90°75°
CMYK 0.900.590.00   0.25
XYZ12.21679.163949.8401
Yxy9.16390.17150.1287
Hunter Lab30.271919.0605-76.4255
CIE-Lab36.298026.9114-63.9667

#134dbe color RGB value is (19,77,190).

#134dbe hex color red value is 19, green value is 77 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #134dbe hue: 0.61 , saturation: 0.82 and the lightness value of 134dbe is 0.41.

The process color (four color CMYK) of #134dbe color hex is 0.90, 0.59, 0.00, 0.25. Web safe color of #134dbe is #0066cc. Color #134dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001101 10111110
Octal 23 115 276
Decimal 19 77 190
Hex 13 4D BE

RGB Percentages of Color #134dbe

%6.64
%26.92
%66.43

CMYK Percentages of Color #134dbe

%90
%59
%0
%25

Triadic Colors of #134dbe

#134dbe #be134d #4dbe13

Analogous Colors of #134dbe

#134dbe #2e13be #13a3be

Monochromatic Colors of #134dbe

#134dbe

Complementary Color

#134dbe #be8413

#134dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#134dbe Color CSS Codes

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

#134dbe Text Font Color

<p style="color:#134dbe">Text here</p>

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


#134dbe Background Color

<div style="background-color:#134dbe">
Div content here</div>

This div background color is #134dbe


#134dbe Border Color

<div style="border:3px solid #134dbe">
Div here</div>

This div border color is #134dbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,77,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #134dbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #134dbe;
  -webkit-box-shadow: 1px 1px 3px 2px #134dbe;
  box-shadow:         1px 1px 3px 2px #134dbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134dbe


Comments

No comments written yet.

Please login to write comment.