COLOR #130178

HEX: #130178
RGB: (19,1,120)

Color info

#130178 contains mainly blue color. Web safe color of #130178 is #000066 (or #006).

RGB color model

#130178 color RGB value is (19,1,120).

  • red value is 19;
  • green value is 1;
  • blue value is 120.
RGB:
(19,1,120)
(7%,0%,47%)

RGB channels and saturation

R 19 of 255 = 7%
G 1 of 255 = 0%
B 120 of 255 = 47%

19
1
120

R + G + B ~ 18%. #130178 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 1 + 120 = 140 (100%)
R 19 of 140 ~ 13.57%
G 1 of 140 ~ 0.71%
B 120 of 140 ~ 85.71%

%13.57
%85.71

CMYK color model

#130178 color CMYK value is (84,99,0,53).

  • cyan value is 84.17%
  • magenta value is 99.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(84,99,0,53)
C84M99Y0K53 
(84%,99%,0%,53%)
(0.84/0.99/0.00/0.53)	

CMYK percentages

%84.17
%99.17
%0
%52.94

Codes

Color #130178 in popluar color models

130178
RGB191120
HSL249°98.35%23.73%
HSB/HSV249°99.17%47.06%
CMYK84.17%99.17%0.00%
52.94%

Color #130178 in popluar number systems.

HEX130178
Decimal191120
Binary1001111111000
Octal231170

Shades and tints

Shades of #130178

#130178
(19,1,120)
#12016E
(18,1,110)
#110164
(17,1,100)
#10015A
(16,1,90)
#0F0150
(15,1,80)
#0E0146
(14,1,70)
#0D013C
(13,1,60)
#0C0132
(12,1,50)
#0B0128
(11,1,40)
#0A011E
(10,1,30)
#090114
(9,1,20)
#000000
(0,0,0)

Tints of #130178

#130178
(19,1,120)
#281884
(40,24,132)
#3D2F90
(61,47,144)
#52469C
(82,70,156)
#675DA8
(103,93,168)
#7C74B4
(124,116,180)
#918BC0
(145,139,192)
#A6A2CC
(166,162,204)
#BBB9D8
(187,185,216)
#D0D0E4
(208,208,228)
#E5E7F0
(229,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130178 color. Also use rgb(19,1,120) instead hex code.

Text Font Color

.myTextColor { color: #130178; }

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

This text font color is #130178.


Background Color

.myBgColor { background-color: #130178; }

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

This div background color is #130178.


Border color

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

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

This div border color is #130178.


Opacity

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

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

Text with #130178 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 #130178;}

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

This text has shadow with #130178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130178 on black background.


Color preview on white background

This text has color #130178 on white background.



Black color preview on #130178 background

This text has black color on #130178 background.


White color preview on #130178 background

This text has white color on #130178 background.