COLOR #130529

HEX: #130529
RGB: (19,5,41)

Color info

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

RGB color model

#130529 color RGB value is (19,5,41).

  • red value is 19;
  • green value is 5;
  • blue value is 41.
RGB:
(19,5,41)
(7%,2%,16%)

RGB channels and saturation

R 19 of 255 = 7%
G 5 of 255 = 2%
B 41 of 255 = 16%

19
5
41

R + G + B ~ 8%. #130529 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 5 + 41 = 65 (100%)
R 19 of 65 ~ 29.23%
G 5 of 65 ~ 7.69%
B 41 of 65 ~ 63.08%

%29.23
%63.08

CMYK color model

#130529 color CMYK value is (54,88,0,84).

  • cyan value is 53.66%
  • magenta value is 87.80%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(54,88,0,84)
C54M88Y0K84 
(54%,88%,0%,84%)
(0.54/0.88/0.00/0.84)	

CMYK percentages

%53.66
%87.8
%0
%83.92

Codes

Color #130529 in popluar color models

130529
RGB19541
HSL263°78.26%9.02%
HSB/HSV263°87.80%16.08%
CMYK53.66%87.80%0.00%
83.92%

Color #130529 in popluar number systems.

HEX130529
Decimal19541
Binary10011101101001
Octal23551

Shades and tints

Shades of #130529

#130529
(19,5,41)
#120526
(18,5,38)
#110523
(17,5,35)
#100520
(16,5,32)
#0F051D
(15,5,29)
#0E051A
(14,5,26)
#0D0517
(13,5,23)
#0C0514
(12,5,20)
#0B0511
(11,5,17)
#0A050E
(10,5,14)
#09050B
(9,5,11)
#000000
(0,0,0)

Tints of #130529

#130529
(19,5,41)
#281B3C
(40,27,60)
#3D314F
(61,49,79)
#524762
(82,71,98)
#675D75
(103,93,117)
#7C7388
(124,115,136)
#91899B
(145,137,155)
#A69FAE
(166,159,174)
#BBB5C1
(187,181,193)
#D0CBD4
(208,203,212)
#E5E1E7
(229,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130529 color. Also use rgb(19,5,41) instead hex code.

Text Font Color

.myTextColor { color: #130529; }

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

This text font color is #130529.


Background Color

.myBgColor { background-color: #130529; }

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

This div background color is #130529.


Border color

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

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

This div border color is #130529.


Opacity

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

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

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

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

This text has shadow with #130529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130529 on black background.


Color preview on white background

This text has color #130529 on white background.



Black color preview on #130529 background

This text has black color on #130529 background.


White color preview on #130529 background

This text has white color on #130529 background.