COLOR #13328F

HEX: #13328F
RGB: (19,50,143)

Color info

#13328F contains mainly blue color. Web safe color of #13328F is #003399 (or #039).

RGB color model

#13328F color RGB value is (19,50,143).

  • red value is 19;
  • green value is 50;
  • blue value is 143.
RGB:
(19,50,143)
(7%,20%,56%)

RGB channels and saturation

R 19 of 255 = 7%
G 50 of 255 = 20%
B 143 of 255 = 56%

19
50
143

R + G + B ~ 28%. #13328F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 50 + 143 = 212 (100%)
R 19 of 212 ~ 8.96%
G 50 of 212 ~ 23.58%
B 143 of 212 ~ 67.45%

%23.58
%67.45

CMYK color model

#13328F color CMYK value is (87,65,0,44).

  • cyan value is 86.71%
  • magenta value is 65.03%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(87,65,0,44)
C87M65Y0K44 
(87%,65%,0%,44%)
(0.87/0.65/0.00/0.44)	

CMYK percentages

%86.71
%65.03
%0
%43.92

Codes

Color #13328F in popluar color models

13328F
RGB1950143
HSL225°76.54%31.76%
HSB/HSV225°86.71%56.08%
CMYK86.71%65.03%0.00%
43.92%

Color #13328F in popluar number systems.

HEX13328F
Decimal1950143
Binary1001111001010001111
Octal2362217

Shades and tints

Shades of #13328F

#13328F
(19,50,143)
#122E82
(18,46,130)
#112A75
(17,42,117)
#102668
(16,38,104)
#0F225B
(15,34,91)
#0E1E4E
(14,30,78)
#0D1A41
(13,26,65)
#0C1634
(12,22,52)
#0B1227
(11,18,39)
#0A0E1A
(10,14,26)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #13328F

#13328F
(19,50,143)
#284499
(40,68,153)
#3D56A3
(61,86,163)
#5268AD
(82,104,173)
#677AB7
(103,122,183)
#7C8CC1
(124,140,193)
#919ECB
(145,158,203)
#A6B0D5
(166,176,213)
#BBC2DF
(187,194,223)
#D0D4E9
(208,212,233)
#E5E6F3
(229,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13328F color. Also use rgb(19,50,143) instead hex code.

Text Font Color

.myTextColor { color: #13328F; }

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

This text font color is #13328F.


Background Color

.myBgColor { background-color: #13328F; }

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

This div background color is #13328F.


Border color

.myBorderColor { border: 1px solid #13328F; }

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

This div border color is #13328F.


Opacity

.myOpacity80 { color: #13328F; opacity: 0.8; }

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

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

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

This text has shadow with #13328F color.

.textShadow {text-shadow: 3px 3px 1px #13328F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13328F on black background.


Color preview on white background

This text has color #13328F on white background.



Black color preview on #13328F background

This text has black color on #13328F background.


White color preview on #13328F background

This text has white color on #13328F background.