COLOR #13034D

HEX: #13034D
RGB: (19,3,77)

Color info

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

RGB color model

#13034D color RGB value is (19,3,77).

  • red value is 19;
  • green value is 3;
  • blue value is 77.
RGB:
(19,3,77)
(7%,1%,30%)

RGB channels and saturation

R 19 of 255 = 7%
G 3 of 255 = 1%
B 77 of 255 = 30%

19
3
77

R + G + B ~ 13%. #13034D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 3 + 77 = 99 (100%)
R 19 of 99 ~ 19.19%
G 3 of 99 ~ 3.03%
B 77 of 99 ~ 77.78%

%19.19
%77.78

CMYK color model

#13034D color CMYK value is (75,96,0,70).

  • cyan value is 75.32%
  • magenta value is 96.10%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(75,96,0,70)
C75M96Y0K70 
(75%,96%,0%,70%)
(0.75/0.96/0.00/0.70)	

CMYK percentages

%75.32
%96.1
%0
%69.8

Codes

Color #13034D in popluar color models

13034D
RGB19377
HSL253°92.50%15.69%
HSB/HSV253°96.10%30.20%
CMYK75.32%96.10%0.00%
69.80%

Color #13034D in popluar number systems.

HEX13034D
Decimal19377
Binary10011111001101
Octal233115

Shades and tints

Shades of #13034D

#13034D
(19,3,77)
#120346
(18,3,70)
#11033F
(17,3,63)
#100338
(16,3,56)
#0F0331
(15,3,49)
#0E032A
(14,3,42)
#0D0323
(13,3,35)
#0C031C
(12,3,28)
#0B0315
(11,3,21)
#0A030E
(10,3,14)
#090307
(9,3,7)
#000000
(0,0,0)

Tints of #13034D

#13034D
(19,3,77)
#28195D
(40,25,93)
#3D2F6D
(61,47,109)
#52457D
(82,69,125)
#675B8D
(103,91,141)
#7C719D
(124,113,157)
#9187AD
(145,135,173)
#A69DBD
(166,157,189)
#BBB3CD
(187,179,205)
#D0C9DD
(208,201,221)
#E5DFED
(229,223,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13034D color. Also use rgb(19,3,77) instead hex code.

Text Font Color

.myTextColor { color: #13034D; }

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

This text font color is #13034D.


Background Color

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

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

This div background color is #13034D.


Border color

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

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

This div border color is #13034D.


Opacity

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

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

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

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

This text has shadow with #13034D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13034D on black background.


Color preview on white background

This text has color #13034D on white background.



Black color preview on #13034D background

This text has black color on #13034D background.


White color preview on #13034D background

This text has white color on #13034D background.