Color Hex Logo

#130989 Color Hex

#130989
(19,9,137)
0 Favorites   0 Comments

Color spaces of #130989

RGB 199137
HSL0.680.880.29
HSV245°93°54°
CMYK 0.860.930.00   0.46
XYZ4.88162.140023.8227
Yxy2.14000.15830.0694
Hunter Lab14.628733.9650-86.3128
CIE-Lab16.205447.0400-64.9882

#130989 color RGB value is (19,9,137).

#130989 hex color red value is 19, green value is 9 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #130989 hue: 0.68 , saturation: 0.88 and the lightness value of 130989 is 0.29.

The process color (four color CMYK) of #130989 color hex is 0.86, 0.93, 0.00, 0.46. Web safe color of #130989 is #000099. Color #130989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001001 10001001
Octal 23 11 211
Decimal 19 9 137
Hex 13 9 89

RGB Percentages of Color #130989

%11.52
%5.45
%83.03

CMYK Percentages of Color #130989

%86
%93
%0
%46

Triadic Colors of #130989

#130989 #891309 #098913

Analogous Colors of #130989

#130989 #530989 #093f89

Monochromatic Colors of #130989

#130989

Complementary Color

#130989 #7f8909

#130989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130989 Color CSS Codes

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

#130989 Text Font Color

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

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


#130989 Background Color

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

This div background color is #130989


#130989 Border Color

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

This div border color is #130989


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,9,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #130989; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #130989;
  -webkit-box-shadow: 1px 1px 3px 2px #130989;
  box-shadow:         1px 1px 3px 2px #130989; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130989


Comments

No comments written yet.

Please login to write comment.