Color Hex Logo

#130cb4 Color Hex

#130CB4
(19,12,180)
0 Favorites   0 Comments

Color spaces of #130cb4

RGB 1912180
HSL0.670.880.38
HSV243°93°71°
CMYK 0.890.930.00   0.29
XYZ8.63823.696743.4383
Yxy3.69670.15490.0663
Hunter Lab19.226846.5494-120.4926
CIE-Lab22.642358.2395-80.6069

#130cb4 color RGB value is (19,12,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001100 10110100
Octal 23 14 264
Decimal 19 12 180
Hex 13 C B4

RGB Percentages of Color #130cb4

%9.00
%5.69
%85.31

CMYK Percentages of Color #130cb4

%89
%93
%0
%29

Triadic Colors of #130cb4

#130cb4 #b4130c #0cb413

Analogous Colors of #130cb4

#130cb4 #670cb4 #0c59b4

Monochromatic Colors of #130cb4

#130cb4

Complementary Color

#130cb4 #adb40c

#130cb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130cb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130cb4 Color CSS Codes

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

#130cb4 Text Font Color

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

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


#130cb4 Background Color

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

This div background color is #130cb4


#130cb4 Border Color

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

This div border color is #130cb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130cb4


Comments

No comments written yet.

Please login to write comment.