COLOR #130948

HEX: #130948
RGB: (19,9,72)

Color info

#130948 contains mainly red and blue colors. Web safe color of #130948 is #000033 (or #003).

RGB color model

#130948 color RGB value is (19,9,72).

  • red value is 19;
  • green value is 9;
  • blue value is 72.
RGB:
(19,9,72)
(7%,4%,28%)

RGB channels and saturation

R 19 of 255 = 7%
G 9 of 255 = 4%
B 72 of 255 = 28%

19
9
72

R + G + B ~ 13%. #130948 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 9 + 72 = 100 (100%)
R 19 of 100 ~ 19%
G 9 of 100 ~ 9%
B 72 of 100 ~ 72%

%19
%72

CMYK color model

#130948 color CMYK value is (74,88,0,72).

  • cyan value is 73.61%
  • magenta value is 87.50%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(74,88,0,72)
C74M88Y0K72 
(74%,88%,0%,72%)
(0.74/0.88/0.00/0.72)	

CMYK percentages

%73.61
%87.5
%0
%71.76

Codes

Color #130948 in popluar color models

130948
RGB19972
HSL250°77.78%15.88%
HSB/HSV250°87.50%28.24%
CMYK73.61%87.50%0.00%
71.76%

Color #130948 in popluar number systems.

HEX130948
Decimal19972
Binary1001110011001000
Octal2311110

Shades and tints

Shades of #130948

#130948
(19,9,72)
#120942
(18,9,66)
#11093C
(17,9,60)
#100936
(16,9,54)
#0F0930
(15,9,48)
#0E092A
(14,9,42)
#0D0924
(13,9,36)
#0C091E
(12,9,30)
#0B0918
(11,9,24)
#0A0912
(10,9,18)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #130948

#130948
(19,9,72)
#281F58
(40,31,88)
#3D3568
(61,53,104)
#524B78
(82,75,120)
#676188
(103,97,136)
#7C7798
(124,119,152)
#918DA8
(145,141,168)
#A6A3B8
(166,163,184)
#BBB9C8
(187,185,200)
#D0CFD8
(208,207,216)
#E5E5E8
(229,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130948 color. Also use rgb(19,9,72) instead hex code.

Text Font Color

.myTextColor { color: #130948; }

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

This text font color is #130948.


Background Color

.myBgColor { background-color: #130948; }

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

This div background color is #130948.


Border color

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

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

This div border color is #130948.


Opacity

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

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

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

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

This text has shadow with #130948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130948 on black background.


Color preview on white background

This text has color #130948 on white background.



Black color preview on #130948 background

This text has black color on #130948 background.


White color preview on #130948 background

This text has white color on #130948 background.