COLOR #130019

HEX: #130019 RGB: (19,0,25)

Color info

#130019 contains only red and blue colors. Web safe color of #130019 is #000000 (or #000).

RGB color model

#130019 color RGB value is (19,0,25).

RGB: (19,0,25) (7%, 0%, 10%)

RGB channels and saturation

R 19 of 255 = 7%
G 0 of 255 = 0%
B 25 of 255 = 10%

19
0
25

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

Portions of RGB colors in percentages

R + G + B = 19 + 0 + 25 = 44 (100%)
R 19 of 44 ~ 43.18%
G 0 of 44 ~ 0%
B 25 of 44 ~ 56.82'%

%43.18
%56.82

CMYK color model

#130019 color CMYK value is (24,100,0,90).

  • cyan value is 24.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 90.20%

CMYK: (24,100,0,90)
C24M100Y0K90 (24%, 100%, 0%, 90%)
(0.24 / 1.00 / 0.00 / 0.90)

CMYK percentages

%24
%100
%0
%90.2

Codes

Color #130019 in popluar color models

13 00 19
RGB 19 0 25
HSL 286° 100.00% 4.90%
HSB/HSV 286° 100.00% 9.80%
CMYK 24.00% 100.00% 0.00%
90.20%

Color #130019 in popluar number systems.

HEX 13 00 19
Decimal 19 0 25
Binary 10011 0 11001
Octal 23 0 31

Shades and tints

Shades of #130019

#130019
(19,0,25)
#120017
(18,0,23)
#110015
(17,0,21)
#100013
(16,0,19)
#0F0011
(15,0,17)
#0E000F
(14,0,15)
#0D000D
(13,0,13)
#0C000B
(12,0,11)
#0B0009
(11,0,9)
#0A0007
(10,0,7)
#090005
(9,0,5)
#000000
(0,0,0)

Tints of #130019

#130019
(19,0,25)
#28172D
(40,23,45)
#3D2E41
(61,46,65)
#524555
(82,69,85)
#675C69
(103,92,105)
#7C737D
(124,115,125)
#918A91
(145,138,145)
#A6A1A5
(166,161,165)
#BBB8B9
(187,184,185)
#D0CFCD
(208,207,205)
#E5E6E1
(229,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130019; }

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

This text font color is #130019.

Background Color

.myBgColor { background-color: #130019; }

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

This div background color is #130019.

Border color

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

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

This div border color is #130019.

Opacity

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

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

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

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

This text has shadow with #130019 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130019.

Preview

Color preview on black background

This text has color #130019 on black background.


Color preview on white background

This text has color #130019 on white background.


Black color preview on #130019 background

This text has black color on #130019 background.


White color preview on #130019 background

This text has white color on #130019 background.


Related colors

Complementary color

Complementary color for #hex is #ECFFE6.


I love getcolorcode.com

Triadic colors

1 #191300 and #001913 with #130019 are triadic colors.

2 #190013 and #001319 with #130019 are triadic colors.