Color Hex Logo

#130db4 Color Hex

#130DB4
(19,13,180)
0 Favorites   0 Comments

Color spaces of #130db4

RGB 1913180
HSL0.670.870.38
HSV242°93°71°
CMYK 0.890.930.00   0.29
XYZ8.65073.721643.4424
Yxy3.72160.15500.0667
Hunter Lab19.291446.2832-120.0111
CIE-Lab22.728857.9747-80.4623

#130db4 color RGB value is (19,13,180).

#130db4 hex color red value is 19, green value is 13 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #130db4 hue: 0.67 , saturation: 0.87 and the lightness value of 130db4 is 0.38.

The process color (four color CMYK) of #130db4 color hex is 0.89, 0.93, 0.00, 0.29. Web safe color of #130db4 is #0000cc. Color #130db4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001101 10110100
Octal 23 15 264
Decimal 19 13 180
Hex 13 D B4

RGB Percentages of Color #130db4

%8.96
%6.13
%84.91

CMYK Percentages of Color #130db4

%89
%93
%0
%29

Triadic Colors of #130db4

#130db4 #b4130d #0db413

Analogous Colors of #130db4

#130db4 #670db4 #0d5bb4

Monochromatic Colors of #130db4

#130db4

Complementary Color

#130db4 #aeb40d

#130db4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130db4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130db4 Color CSS Codes

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

#130db4 Text Font Color

<p style="color:#130db4">Text here</p>

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


#130db4 Background Color

<div style="background-color:#130db4">
Div content here</div>

This div background color is #130db4


#130db4 Border Color

<div style="border:3px solid #130db4">
Div here</div>

This div border color is #130db4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,13,180, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #130db4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #130db4;
  -webkit-box-shadow: 1px 1px 3px 2px #130db4;
  box-shadow:         1px 1px 3px 2px #130db4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130db4


Comments

No comments written yet.

Please login to write comment.