Color Hex Logo

#130fbe Color Hex

#130FBE
(19,15,190)
0 Favorites   0 Comments

Color spaces of #130fbe

RGB 1915190
HSL0.670.850.40
HSV241°92°75°
CMYK 0.900.920.00   0.25
XYZ9.73364.197849.0124
Yxy4.19780.15460.0667
Hunter Lab20.488548.9460-127.4908
CIE-Lab24.314960.1567-83.7692

#130fbe color RGB value is (19,15,190).

#130fbe hex color red value is 19, green value is 15 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #130fbe hue: 0.67 , saturation: 0.85 and the lightness value of 130fbe is 0.40.

The process color (four color CMYK) of #130fbe color hex is 0.90, 0.92, 0.00, 0.25. Web safe color of #130fbe is #0000cc. Color #130fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001111 10111110
Octal 23 17 276
Decimal 19 15 190
Hex 13 F BE

RGB Percentages of Color #130fbe

%8.48
%6.70
%84.82

CMYK Percentages of Color #130fbe

%90
%92
%0
%25

Triadic Colors of #130fbe

#130fbe #be130f #0fbe13

Analogous Colors of #130fbe

#130fbe #6b0fbe #0f63be

Monochromatic Colors of #130fbe

#130fbe

Complementary Color

#130fbe #babe0f

#130fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#130fbe Color CSS Codes

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

#130fbe Text Font Color

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

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


#130fbe Background Color

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

This div background color is #130fbe


#130fbe Border Color

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

This div border color is #130fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130fbe


Comments

No comments written yet.

Please login to write comment.