COLOR #130689

HEX: #130689
RGB: (19,6,137)

Color info

#130689 contains mainly blue color. Web safe color of #130689 is #000099 (or #009).

RGB color model

#130689 color RGB value is (19,6,137).

  • red value is 19;
  • green value is 6;
  • blue value is 137.
RGB:
(19,6,137)
(7%,2%,54%)

RGB channels and saturation

R 19 of 255 = 7%
G 6 of 255 = 2%
B 137 of 255 = 54%

19
6
137

R + G + B ~ 21%. #130689 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 6 + 137 = 162 (100%)
R 19 of 162 ~ 11.73%
G 6 of 162 ~ 3.7%
B 137 of 162 ~ 84.57%

%11.73
%84.57

CMYK color model

#130689 color CMYK value is (86,96,0,46).

  • cyan value is 86.13%
  • magenta value is 95.62%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(86,96,0,46)
C86M96Y0K46 
(86%,96%,0%,46%)
(0.86/0.96/0.00/0.46)	

CMYK percentages

%86.13
%95.62
%0
%46.27

Codes

Color #130689 in popluar color models

130689
RGB196137
HSL246°91.61%28.04%
HSB/HSV246°95.62%53.73%
CMYK86.13%95.62%0.00%
46.27%

Color #130689 in popluar number systems.

HEX130689
Decimal196137
Binary1001111010001001
Octal236211

Shades and tints

Shades of #130689

#130689
(19,6,137)
#12067D
(18,6,125)
#110671
(17,6,113)
#100665
(16,6,101)
#0F0659
(15,6,89)
#0E064D
(14,6,77)
#0D0641
(13,6,65)
#0C0635
(12,6,53)
#0B0629
(11,6,41)
#0A061D
(10,6,29)
#090611
(9,6,17)
#000000
(0,0,0)

Tints of #130689

#130689
(19,6,137)
#281C93
(40,28,147)
#3D329D
(61,50,157)
#5248A7
(82,72,167)
#675EB1
(103,94,177)
#7C74BB
(124,116,187)
#918AC5
(145,138,197)
#A6A0CF
(166,160,207)
#BBB6D9
(187,182,217)
#D0CCE3
(208,204,227)
#E5E2ED
(229,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130689 color. Also use rgb(19,6,137) instead hex code.

Text Font Color

.myTextColor { color: #130689; }

<p style="color:#130689">This sample text font color is #130689.</p>

This text font color is #130689.


Background Color

.myBgColor { background-color: #130689; }

<div style="background-color:#130689">Inner text</div>

This div background color is #130689.


Border color

.myBorderColor { border: 1px solid #130689; }

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

This div border color is #130689.


Opacity

.myOpacity80 { color: #130689; opacity: 0.8; }

<p style="color:#130689;opacity:0.8;">80%</p>

Text with #130689 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #130689;}

<p style="text-shadow: 3px 3px 1px #130689">Text here.</p>

This text has shadow with #130689 color.

.textShadow {text-shadow: 3px 3px 1px #130689, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #130689, 5px 5px 20px red">Text here.</p>

This text has shadow with #130689 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#130689, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#130689, Direction=45, Strength=4)">Text</p>

This text has shadow with #130689 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #130689;
  -webkit-box-shadow:	1px 1px 3px 2px #130689;
  box-shadow:		1px 1px 3px 2px #130689;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #130689;
-webkit-box-shadow: 1px 1px 3px 2px #130689;
box-shadow:1px 1px 3px 2px #130689;">
Div content here</div>
This div box has shadow with color #130689.

Preview

Color preview on black background

This text has color #130689 on black background.


Color preview on white background

This text has color #130689 on white background.



Black color preview on #130689 background

This text has black color on #130689 background.


White color preview on #130689 background

This text has white color on #130689 background.