COLOR #130A46

HEX: #130A46
RGB: (19,10,70)

Color info

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

RGB color model

#130A46 color RGB value is (19,10,70).

  • red value is 19;
  • green value is 10;
  • blue value is 70.
RGB:
(19,10,70)
(7%,4%,27%)

RGB channels and saturation

R 19 of 255 = 7%
G 10 of 255 = 4%
B 70 of 255 = 27%

19
10
70

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

Portions of RGB colors in percentages

R + G + B =
19 + 10 + 70 = 99 (100%)
R 19 of 99 ~ 19.19%
G 10 of 99 ~ 10.1%
B 70 of 99 ~ 70.71%

%19.19
%10.1
%70.71

CMYK color model

#130A46 color CMYK value is (73,86,0,73).

  • cyan value is 72.86%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(73,86,0,73)
C73M86Y0K73 
(73%,86%,0%,73%)
(0.73/0.86/0.00/0.73)	

CMYK percentages

%72.86
%85.71
%0
%72.55

Codes

Color #130A46 in popluar color models

130A46
RGB191070
HSL249°75.00%15.69%
HSB/HSV249°85.71%27.45%
CMYK72.86%85.71%0.00%
72.55%

Color #130A46 in popluar number systems.

HEX130A46
Decimal191070
Binary1001110101000110
Octal2312106

Shades and tints

Shades of #130A46

#130A46
(19,10,70)
#120A40
(18,10,64)
#110A3A
(17,10,58)
#100A34
(16,10,52)
#0F0A2E
(15,10,46)
#0E0A28
(14,10,40)
#0D0A22
(13,10,34)
#0C0A1C
(12,10,28)
#0B0A16
(11,10,22)
#0A0A10
(10,10,16)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #130A46

#130A46
(19,10,70)
#282056
(40,32,86)
#3D3666
(61,54,102)
#524C76
(82,76,118)
#676286
(103,98,134)
#7C7896
(124,120,150)
#918EA6
(145,142,166)
#A6A4B6
(166,164,182)
#BBBAC6
(187,186,198)
#D0D0D6
(208,208,214)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130A46 color. Also use rgb(19,10,70) instead hex code.

Text Font Color

.myTextColor { color: #130A46; }

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

This text font color is #130A46.


Background Color

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

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

This div background color is #130A46.


Border color

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

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

This div border color is #130A46.


Opacity

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

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

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

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

This text has shadow with #130A46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130A46 on black background.


Color preview on white background

This text has color #130A46 on white background.



Black color preview on #130A46 background

This text has black color on #130A46 background.


White color preview on #130A46 background

This text has white color on #130A46 background.