COLOR #130032

HEX: #130032
RGB: (19,0,50)

Color info

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

RGB color model

#130032 color RGB value is (19,0,50).

  • red value is 19;
  • green value is 0;
  • blue value is 50.
RGB:
(19,0,50)
(7%,0%,20%)

RGB channels and saturation

R 19 of 255 = 7%
G 0 of 255 = 0%
B 50 of 255 = 20%

19
0
50

R + G + B ~ 9%. #130032 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 0 + 50 = 69 (100%)
R 19 of 69 ~ 27.54%
G 0 of 69 ~ 0%
B 50 of 69 ~ 72.46%

%27.54
%72.46

CMYK color model

#130032 color CMYK value is (62,100,0,80).

  • cyan value is 62.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(62,100,0,80)
C62M100Y0K80 
(62%,100%,0%,80%)
(0.62/1.00/0.00/0.80)	

CMYK percentages

%62
%100
%0
%80.39

Codes

Color #130032 in popluar color models

130032
RGB19050
HSL263°100.00%9.80%
HSB/HSV263°100.00%19.61%
CMYK62.00%100.00%0.00%
80.39%

Color #130032 in popluar number systems.

HEX130032
Decimal19050
Binary100110110010
Octal23062

Shades and tints

Shades of #130032

#130032
(19,0,50)
#12002E
(18,0,46)
#11002A
(17,0,42)
#100026
(16,0,38)
#0F0022
(15,0,34)
#0E001E
(14,0,30)
#0D001A
(13,0,26)
#0C0016
(12,0,22)
#0B0012
(11,0,18)
#0A000E
(10,0,14)
#09000A
(9,0,10)
#000000
(0,0,0)

Tints of #130032

#130032
(19,0,50)
#281744
(40,23,68)
#3D2E56
(61,46,86)
#524568
(82,69,104)
#675C7A
(103,92,122)
#7C738C
(124,115,140)
#918A9E
(145,138,158)
#A6A1B0
(166,161,176)
#BBB8C2
(187,184,194)
#D0CFD4
(208,207,212)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130032 color. Also use rgb(19,0,50) instead hex code.

Text Font Color

.myTextColor { color: #130032; }

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

This text font color is #130032.


Background Color

.myBgColor { background-color: #130032; }

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

This div background color is #130032.


Border color

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

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

This div border color is #130032.


Opacity

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

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

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

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

This text has shadow with #130032 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130032 on black background.


Color preview on white background

This text has color #130032 on white background.



Black color preview on #130032 background

This text has black color on #130032 background.


White color preview on #130032 background

This text has white color on #130032 background.