COLOR #13134D

HEX: #13134D
RGB: (19,19,77)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

19
19
77

R + G + B ~ 15%. #13134D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 19 + 77 = 115 (100%)
R 19 of 115 ~ 16.52%
G 19 of 115 ~ 16.52%
B 77 of 115 ~ 66.96%

%16.52
%16.52
%66.96

CMYK color model

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

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

CMYK percentages

%75.32
%75.32
%0
%69.8

Codes

Color #13134D in popluar color models

13134D
RGB191977
HSL240°60.42%18.82%
HSB/HSV240°75.32%30.20%
CMYK75.32%75.32%0.00%
69.80%

Color #13134D in popluar number systems.

HEX13134D
Decimal191977
Binary10011100111001101
Octal2323115

Shades and tints

Shades of #13134D

#13134D
(19,19,77)
#121246
(18,18,70)
#11113F
(17,17,63)
#101038
(16,16,56)
#0F0F31
(15,15,49)
#0E0E2A
(14,14,42)
#0D0D23
(13,13,35)
#0C0C1C
(12,12,28)
#0B0B15
(11,11,21)
#0A0A0E
(10,10,14)
#090907
(9,9,7)
#000000
(0,0,0)

Tints of #13134D

#13134D
(19,19,77)
#28285D
(40,40,93)
#3D3D6D
(61,61,109)
#52527D
(82,82,125)
#67678D
(103,103,141)
#7C7C9D
(124,124,157)
#9191AD
(145,145,173)
#A6A6BD
(166,166,189)
#BBBBCD
(187,187,205)
#D0D0DD
(208,208,221)
#E5E5ED
(229,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13134D; }

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

This text font color is #13134D.


Background Color

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

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

This div background color is #13134D.


Border color

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

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

This div border color is #13134D.


Opacity

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

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

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

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

This text has shadow with #13134D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13134D on black background.


Color preview on white background

This text has color #13134D on white background.



Black color preview on #13134D background

This text has black color on #13134D background.


White color preview on #13134D background

This text has white color on #13134D background.