COLOR #130D4A

HEX: #130D4A
RGB: (19,13,74)

Color info

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

RGB color model

#130D4A color RGB value is (19,13,74).

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

RGB channels and saturation

R 19 of 255 = 7%
G 13 of 255 = 5%
B 74 of 255 = 29%

19
13
74

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

Portions of RGB colors in percentages

R + G + B =
19 + 13 + 74 = 106 (100%)
R 19 of 106 ~ 17.92%
G 13 of 106 ~ 12.26%
B 74 of 106 ~ 69.81%

%17.92
%12.26
%69.81

CMYK color model

#130D4A color CMYK value is (74,82,0,71).

  • cyan value is 74.32%
  • magenta value is 82.43%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(74,82,0,71)
C74M82Y0K71 
(74%,82%,0%,71%)
(0.74/0.82/0.00/0.71)	

CMYK percentages

%74.32
%82.43
%0
%70.98

Codes

Color #130D4A in popluar color models

130D4A
RGB191374
HSL246°70.11%17.06%
HSB/HSV246°82.43%29.02%
CMYK74.32%82.43%0.00%
70.98%

Color #130D4A in popluar number systems.

HEX130D4A
Decimal191374
Binary1001111011001010
Octal2315112

Shades and tints

Shades of #130D4A

#130D4A
(19,13,74)
#120C44
(18,12,68)
#110B3E
(17,11,62)
#100A38
(16,10,56)
#0F0932
(15,9,50)
#0E082C
(14,8,44)
#0D0726
(13,7,38)
#0C0620
(12,6,32)
#0B051A
(11,5,26)
#0A0414
(10,4,20)
#09030E
(9,3,14)
#000000
(0,0,0)

Tints of #130D4A

#130D4A
(19,13,74)
#28235A
(40,35,90)
#3D396A
(61,57,106)
#524F7A
(82,79,122)
#67658A
(103,101,138)
#7C7B9A
(124,123,154)
#9191AA
(145,145,170)
#A6A7BA
(166,167,186)
#BBBDCA
(187,189,202)
#D0D3DA
(208,211,218)
#E5E9EA
(229,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130D4A; }

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

This text font color is #130D4A.


Background Color

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

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

This div background color is #130D4A.


Border color

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

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

This div border color is #130D4A.


Opacity

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

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

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

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

This text has shadow with #130D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130D4A on black background.


Color preview on white background

This text has color #130D4A on white background.



Black color preview on #130D4A background

This text has black color on #130D4A background.


White color preview on #130D4A background

This text has white color on #130D4A background.