Color Hex Logo

#130faf Color Hex

#130FAF
(19,15,175)
0 Favorites   0 Comments

Color spaces of #130faf

RGB 1915175
HSL0.670.840.37
HSV242°91°69°
CMYK 0.890.910.00   0.31
XYZ8.17723.575240.8165
Yxy3.57520.15560.0680
Hunter Lab18.908244.1063-114.7516
CIE-Lab22.214256.0123-78.3212

#130faf color RGB value is (19,15,175).

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

The process color (four color CMYK) of #130faf color hex is 0.89, 0.91, 0.00, 0.31. Web safe color of #130faf is #000099. Color #130faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001111 10101111
Octal 23 17 257
Decimal 19 15 175
Hex 13 F AF

RGB Percentages of Color #130faf

%9.09
%7.18
%83.73

CMYK Percentages of Color #130faf

%89
%91
%0
%31

Triadic Colors of #130faf

#130faf #af130f #0faf13

Analogous Colors of #130faf

#130faf #630faf #0f5baf

Monochromatic Colors of #130faf

#130faf

Complementary Color

#130faf #abaf0f

#130faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#130faf Color CSS Codes

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

#130faf Text Font Color

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

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


#130faf Background Color

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

This div background color is #130faf


#130faf Border Color

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

This div border color is #130faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130faf


Comments

No comments written yet.

Please login to write comment.