COLOR #13002D

HEX: #13002D
RGB: (19,0,45)

Color info

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

RGB color model

#13002D color RGB value is (19,0,45).

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

RGB channels and saturation

R 19 of 255 = 7%
G 0 of 255 = 0%
B 45 of 255 = 18%

19
0
45

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

Portions of RGB colors in percentages

R + G + B =
19 + 0 + 45 = 64 (100%)
R 19 of 64 ~ 29.69%
G 0 of 64 ~ 0%
B 45 of 64 ~ 70.31%

%29.69
%70.31

CMYK color model

#13002D color CMYK value is (58,100,0,82).

  • cyan value is 57.78%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(58,100,0,82)
C58M100Y0K82 
(58%,100%,0%,82%)
(0.58/1.00/0.00/0.82)	

CMYK percentages

%57.78
%100
%0
%82.35

Codes

Color #13002D in popluar color models

13002D
RGB19045
HSL265°100.00%8.82%
HSB/HSV265°100.00%17.65%
CMYK57.78%100.00%0.00%
82.35%

Color #13002D in popluar number systems.

HEX13002D
Decimal19045
Binary100110101101
Octal23055

Shades and tints

Shades of #13002D

#13002D
(19,0,45)
#120029
(18,0,41)
#110025
(17,0,37)
#100021
(16,0,33)
#0F001D
(15,0,29)
#0E0019
(14,0,25)
#0D0015
(13,0,21)
#0C0011
(12,0,17)
#0B000D
(11,0,13)
#0A0009
(10,0,9)
#090005
(9,0,5)
#000000
(0,0,0)

Tints of #13002D

#13002D
(19,0,45)
#281740
(40,23,64)
#3D2E53
(61,46,83)
#524566
(82,69,102)
#675C79
(103,92,121)
#7C738C
(124,115,140)
#918A9F
(145,138,159)
#A6A1B2
(166,161,178)
#BBB8C5
(187,184,197)
#D0CFD8
(208,207,216)
#E5E6EB
(229,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13002D; }

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

This text font color is #13002D.


Background Color

.myBgColor { background-color: #13002D; }

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

This div background color is #13002D.


Border color

.myBorderColor { border: 1px solid #13002D; }

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

This div border color is #13002D.


Opacity

.myOpacity80 { color: #13002D; opacity: 0.8; }

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

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

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

This text has shadow with #13002D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13002D on black background.


Color preview on white background

This text has color #13002D on white background.



Black color preview on #13002D background

This text has black color on #13002D background.


White color preview on #13002D background

This text has white color on #13002D background.