Color Hex Logo

#134bdb Color Hex

#134BDB
(19,75,219)
0 Favorites   0 Comments

Color spaces of #134bdb

RGB 1975219
HSL0.620.840.47
HSV223°91°86°
CMYK 0.910.660.00   0.14
XYZ15.570810.285168.1824
Yxy10.28510.16560.1094
Hunter Lab32.070430.5420-103.6026
CIE-Lab38.349339.3219-77.4011

#134bdb color RGB value is (19,75,219).

#134bdb hex color red value is 19, green value is 75 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #134bdb hue: 0.62 , saturation: 0.84 and the lightness value of 134bdb is 0.47.

The process color (four color CMYK) of #134bdb color hex is 0.91, 0.66, 0.00, 0.14. Web safe color of #134bdb is #0033cc. Color #134bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001011 11011011
Octal 23 113 333
Decimal 19 75 219
Hex 13 4B DB

RGB Percentages of Color #134bdb

%6.07
%23.96
%69.97

CMYK Percentages of Color #134bdb

%91
%66
%0
%14

Triadic Colors of #134bdb

#134bdb #db134b #4bdb13

Analogous Colors of #134bdb

#134bdb #3f13db #13afdb

Monochromatic Colors of #134bdb

#134bdb

Complementary Color

#134bdb #dba313

#134bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#134bdb Color CSS Codes

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

#134bdb Text Font Color

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

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


#134bdb Background Color

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

This div background color is #134bdb


#134bdb Border Color

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

This div border color is #134bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134bdb


Comments

No comments written yet.

Please login to write comment.