Color Hex Logo

#134ddb Color Hex

#134DDB
(19,77,219)
0 Favorites   0 Comments

Color spaces of #134ddb

RGB 1977219
HSL0.620.840.47
HSV223°91°86°
CMYK 0.910.650.00   0.14
XYZ15.708610.560768.2283
Yxy10.56070.16620.1118
Hunter Lab32.497229.4137-101.7320
CIE-Lab38.830538.0525-76.6099

#134ddb color RGB value is (19,77,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001101 11011011
Octal 23 115 333
Decimal 19 77 219
Hex 13 4D DB

RGB Percentages of Color #134ddb

%6.03
%24.44
%69.52

CMYK Percentages of Color #134ddb

%91
%65
%0
%14

Triadic Colors of #134ddb

#134ddb #db134d #4ddb13

Analogous Colors of #134ddb

#134ddb #3d13db #13b1db

Monochromatic Colors of #134ddb

#134ddb

Complementary Color

#134ddb #dba113

#134ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#134ddb Color CSS Codes

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

#134ddb Text Font Color

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

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


#134ddb Background Color

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

This div background color is #134ddb


#134ddb Border Color

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

This div border color is #134ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,77,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 #134ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134ddb


Comments

No comments written yet.

Please login to write comment.