Color Hex Logo

#134dbf Color Hex

#134DBF
(19,77,191)
0 Favorites   0 Comments

Color spaces of #134dbf

RGB 1977191
HSL0.610.820.41
HSV220°90°75°
CMYK 0.900.600.00   0.25
XYZ12.32649.207850.4178
Yxy9.20780.17130.1280
Hunter Lab30.344419.4071-77.2706
CIE-Lab36.381327.3050-64.4162

#134dbf color RGB value is (19,77,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001101 10111111
Octal 23 115 277
Decimal 19 77 191
Hex 13 4D BF

RGB Percentages of Color #134dbf

%6.62
%26.83
%66.55

CMYK Percentages of Color #134dbf

%90
%60
%0
%25

Triadic Colors of #134dbf

#134dbf #bf134d #4dbf13

Analogous Colors of #134dbf

#134dbf #2f13bf #13a3bf

Monochromatic Colors of #134dbf

#134dbf

Complementary Color

#134dbf #bf8513

#134dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#134dbf Color CSS Codes

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

#134dbf Text Font Color

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

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


#134dbf Background Color

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

This div background color is #134dbf


#134dbf Border Color

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

This div border color is #134dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134dbf


Comments

No comments written yet.

Please login to write comment.