COLOR #13052D

HEX: #13052D RGB: (19,5,45)

Color info

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

RGB color model

#13052D color RGB value is (19,5,45).

RGB: (19,5,45) (7%, 2%, 18%)

RGB channels and saturation

R 19 of 255 = 7%
G 5 of 255 = 2%
B 45 of 255 = 18%

19
5
45

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

Portions of RGB colors in percentages

R + G + B = 19 + 5 + 45 = 69 (100%)
R 19 of 69 ~ 27.54%
G 5 of 69 ~ 7.25%
B 45 of 69 ~ 65.22'%

%27.54
%65.22

CMYK color model

#13052D color CMYK value is (58,89,0,82).

  • cyan value is 57.78%
  • magenta value is 88.89%
  • yellow value is 0.00%
  • key color value is 82.35%

CMYK: (58,89,0,82)
C58M89Y0K82 (58%, 89%, 0%, 82%)
(0.58 / 0.89 / 0.00 / 0.82)

CMYK percentages

%57.78
%88.89
%0
%82.35

Codes

Color #13052D in popluar color models

13 05 2D
RGB 19 5 45
HSL 261° 80.00% 9.80%
HSB/HSV 261° 88.89% 17.65%
CMYK 57.78% 88.89% 0.00%
82.35%

Color #13052D in popluar number systems.

HEX 13 05 2D
Decimal 19 5 45
Binary 10011 101 101101
Octal 23 5 55

Shades and tints

Shades of #13052D

#13052D
(19,5,45)
#120529
(18,5,41)
#110525
(17,5,37)
#100521
(16,5,33)
#0F051D
(15,5,29)
#0E0519
(14,5,25)
#0D0515
(13,5,21)
#0C0511
(12,5,17)
#0B050D
(11,5,13)
#0A0509
(10,5,9)
#090505
(9,5,5)
#000000
(0,0,0)

Tints of #13052D

#13052D
(19,5,45)
#281B40
(40,27,64)
#3D3153
(61,49,83)
#524766
(82,71,102)
#675D79
(103,93,121)
#7C738C
(124,115,140)
#91899F
(145,137,159)
#A69FB2
(166,159,178)
#BBB5C5
(187,181,197)
#D0CBD8
(208,203,216)
#E5E1EB
(229,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13052D; }

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

This text font color is #13052D.

Background Color

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

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

This div background color is #13052D.

Border color

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

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

This div border color is #13052D.

Opacity

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

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

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

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

This text has shadow with #13052D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13052D.

Preview

Color preview on black background

This text has color #13052D on black background.


Color preview on white background

This text has color #13052D on white background.


Black color preview on #13052D background

This text has black color on #13052D background.


White color preview on #13052D background

This text has white color on #13052D background.


Related colors

Complementary color

Complementary color for #hex is #ECFAD2.


I love getcolorcode.com

Triadic colors

1 #2D1305 and #052D13 with #13052D are triadic colors.

2 #2D0513 and #05132D with #13052D are triadic colors.