COLOR #130750

HEX: #130750
RGB: (19,7,80)

Color info

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

RGB color model

#130750 color RGB value is (19,7,80).

  • red value is 19;
  • green value is 7;
  • blue value is 80.
RGB:
(19,7,80)
(7%,3%,31%)

RGB channels and saturation

R 19 of 255 = 7%
G 7 of 255 = 3%
B 80 of 255 = 31%

19
7
80

R + G + B ~ 14%. #130750 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 7 + 80 = 106 (100%)
R 19 of 106 ~ 17.92%
G 7 of 106 ~ 6.6%
B 80 of 106 ~ 75.47%

%17.92
%75.47

CMYK color model

#130750 color CMYK value is (76,91,0,69).

  • cyan value is 76.25%
  • magenta value is 91.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(76,91,0,69)
C76M91Y0K69 
(76%,91%,0%,69%)
(0.76/0.91/0.00/0.69)	

CMYK percentages

%76.25
%91.25
%0
%68.63

Codes

Color #130750 in popluar color models

130750
RGB19780
HSL250°83.91%17.06%
HSB/HSV250°91.25%31.37%
CMYK76.25%91.25%0.00%
68.63%

Color #130750 in popluar number systems.

HEX130750
Decimal19780
Binary100111111010000
Octal237120

Shades and tints

Shades of #130750

#130750
(19,7,80)
#120749
(18,7,73)
#110742
(17,7,66)
#10073B
(16,7,59)
#0F0734
(15,7,52)
#0E072D
(14,7,45)
#0D0726
(13,7,38)
#0C071F
(12,7,31)
#0B0718
(11,7,24)
#0A0711
(10,7,17)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #130750

#130750
(19,7,80)
#281D5F
(40,29,95)
#3D336E
(61,51,110)
#52497D
(82,73,125)
#675F8C
(103,95,140)
#7C759B
(124,117,155)
#918BAA
(145,139,170)
#A6A1B9
(166,161,185)
#BBB7C8
(187,183,200)
#D0CDD7
(208,205,215)
#E5E3E6
(229,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130750 color. Also use rgb(19,7,80) instead hex code.

Text Font Color

.myTextColor { color: #130750; }

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

This text font color is #130750.


Background Color

.myBgColor { background-color: #130750; }

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

This div background color is #130750.


Border color

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

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

This div border color is #130750.


Opacity

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

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

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

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

This text has shadow with #130750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130750 on black background.


Color preview on white background

This text has color #130750 on white background.



Black color preview on #130750 background

This text has black color on #130750 background.


White color preview on #130750 background

This text has white color on #130750 background.