Color Hex Logo

#130fbb Color Hex

#130FBB
(19,15,187)
0 Favorites   0 Comments

Color spaces of #130fbb

RGB 1915187
HSL0.670.850.40
HSV241°92°73°
CMYK 0.900.920.00   0.27
XYZ9.40904.068047.3030
Yxy4.06800.15480.0669
Hunter Lab20.169347.9743-124.9343
CIE-Lab23.895059.3368-82.6900

#130fbb color RGB value is (19,15,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001111 10111011
Octal 23 17 273
Decimal 19 15 187
Hex 13 F BB

RGB Percentages of Color #130fbb

%8.60
%6.79
%84.62

CMYK Percentages of Color #130fbb

%90
%92
%0
%27

Triadic Colors of #130fbb

#130fbb #bb130f #0fbb13

Analogous Colors of #130fbb

#130fbb #690fbb #0f61bb

Monochromatic Colors of #130fbb

#130fbb

Complementary Color

#130fbb #b7bb0f

#130fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#130fbb Color CSS Codes

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

#130fbb Text Font Color

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

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


#130fbb Background Color

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

This div background color is #130fbb


#130fbb Border Color

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

This div border color is #130fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130fbb


Comments

No comments written yet.

Please login to write comment.