COLOR #130D48

HEX: #130D48
RGB: (19,13,72)

Color info

#130D48 contains red, green and blue colors in about the same proportion. Web safe color of #130D48 is #000033 (or #003).

RGB color model

#130D48 color RGB value is (19,13,72).

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

RGB channels and saturation

R 19 of 255 = 7%
G 13 of 255 = 5%
B 72 of 255 = 28%

19
13
72

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

Portions of RGB colors in percentages

R + G + B =
19 + 13 + 72 = 104 (100%)
R 19 of 104 ~ 18.27%
G 13 of 104 ~ 12.5%
B 72 of 104 ~ 69.23%

%18.27
%12.5
%69.23

CMYK color model

#130D48 color CMYK value is (74,82,0,72).

  • cyan value is 73.61%
  • magenta value is 81.94%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(74,82,0,72)
C74M82Y0K72 
(74%,82%,0%,72%)
(0.74/0.82/0.00/0.72)	

CMYK percentages

%73.61
%81.94
%0
%71.76

Codes

Color #130D48 in popluar color models

130D48
RGB191372
HSL246°69.41%16.67%
HSB/HSV246°81.94%28.24%
CMYK73.61%81.94%0.00%
71.76%

Color #130D48 in popluar number systems.

HEX130D48
Decimal191372
Binary1001111011001000
Octal2315110

Shades and tints

Shades of #130D48

#130D48
(19,13,72)
#120C42
(18,12,66)
#110B3C
(17,11,60)
#100A36
(16,10,54)
#0F0930
(15,9,48)
#0E082A
(14,8,42)
#0D0724
(13,7,36)
#0C061E
(12,6,30)
#0B0518
(11,5,24)
#0A0412
(10,4,18)
#09030C
(9,3,12)
#000000
(0,0,0)

Tints of #130D48

#130D48
(19,13,72)
#282358
(40,35,88)
#3D3968
(61,57,104)
#524F78
(82,79,120)
#676588
(103,101,136)
#7C7B98
(124,123,152)
#9191A8
(145,145,168)
#A6A7B8
(166,167,184)
#BBBDC8
(187,189,200)
#D0D3D8
(208,211,216)
#E5E9E8
(229,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130D48; }

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

This text font color is #130D48.


Background Color

.myBgColor { background-color: #130D48; }

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

This div background color is #130D48.


Border color

.myBorderColor { border: 1px solid #130D48; }

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

This div border color is #130D48.


Opacity

.myOpacity80 { color: #130D48; opacity: 0.8; }

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

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

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

This text has shadow with #130D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130D48 on black background.


Color preview on white background

This text has color #130D48 on white background.



Black color preview on #130D48 background

This text has black color on #130D48 background.


White color preview on #130D48 background

This text has white color on #130D48 background.