Color Hex Logo

#130cbe Color Hex

#130CBE
(19,12,190)
0 Favorites   0 Comments

Color spaces of #130cbe

RGB 1912190
HSL0.670.880.40
HSV242°94°75°
CMYK 0.900.940.00   0.25
XYZ9.69434.119148.9993
Yxy4.11910.15430.0656
Hunter Lab20.295649.7444-128.9361
CIE-Lab24.061360.9343-84.1926

#130cbe color RGB value is (19,12,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001100 10111110
Octal 23 14 276
Decimal 19 12 190
Hex 13 C BE

RGB Percentages of Color #130cbe

%8.60
%5.43
%85.97

CMYK Percentages of Color #130cbe

%90
%94
%0
%25

Triadic Colors of #130cbe

#130cbe #be130c #0cbe13

Analogous Colors of #130cbe

#130cbe #6c0cbe #0c5ebe

Monochromatic Colors of #130cbe

#130cbe

Complementary Color

#130cbe #b7be0c

#130cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#130cbe Color CSS Codes

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

#130cbe Text Font Color

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

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


#130cbe Background Color

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

This div background color is #130cbe


#130cbe Border Color

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

This div border color is #130cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130cbe


Comments

No comments written yet.

Please login to write comment.