COLOR #130219

HEX: #130219
RGB: (19,2,25)

Color info

#130219 contains red, green and blue colors in about the same proportion. Web safe color of #130219 is #000000 (or #000).

RGB color model

#130219 color RGB value is (19,2,25).

  • red value is 19;
  • green value is 2;
  • blue value is 25.
RGB:
(19,2,25)
(7%,1%,10%)

RGB channels and saturation

R 19 of 255 = 7%
G 2 of 255 = 1%
B 25 of 255 = 10%

19
2
25

R + G + B ~ 6%. #130219 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 2 + 25 = 46 (100%)
R 19 of 46 ~ 41.3%
G 2 of 46 ~ 4.35%
B 25 of 46 ~ 54.35%

%41.3
%54.35

CMYK color model

#130219 color CMYK value is (24,92,0,90).

  • cyan value is 24.00%
  • magenta value is 92.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(24,92,0,90)
C24M92Y0K90 
(24%,92%,0%,90%)
(0.24/0.92/0.00/0.90)	

CMYK percentages

%24
%92
%0
%90.2

Codes

Color #130219 in popluar color models

130219
RGB19225
HSL284°85.19%5.29%
HSB/HSV284°92.00%9.80%
CMYK24.00%92.00%0.00%
90.20%

Color #130219 in popluar number systems.

HEX130219
Decimal19225
Binary100111011001
Octal23231

Shades and tints

Shades of #130219

#130219
(19,2,25)
#120217
(18,2,23)
#110215
(17,2,21)
#100213
(16,2,19)
#0F0211
(15,2,17)
#0E020F
(14,2,15)
#0D020D
(13,2,13)
#0C020B
(12,2,11)
#0B0209
(11,2,9)
#0A0207
(10,2,7)
#090205
(9,2,5)
#000000
(0,0,0)

Tints of #130219

#130219
(19,2,25)
#28192D
(40,25,45)
#3D3041
(61,48,65)
#524755
(82,71,85)
#675E69
(103,94,105)
#7C757D
(124,117,125)
#918C91
(145,140,145)
#A6A3A5
(166,163,165)
#BBBAB9
(187,186,185)
#D0D1CD
(208,209,205)
#E5E8E1
(229,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130219 color. Also use rgb(19,2,25) instead hex code.

Text Font Color

.myTextColor { color: #130219; }

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

This text font color is #130219.


Background Color

.myBgColor { background-color: #130219; }

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

This div background color is #130219.


Border color

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

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

This div border color is #130219.


Opacity

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

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

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

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

This text has shadow with #130219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130219 on black background.


Color preview on white background

This text has color #130219 on white background.



Black color preview on #130219 background

This text has black color on #130219 background.


White color preview on #130219 background

This text has white color on #130219 background.