COLOR #13305A

HEX: #13305A
RGB: (19,48,90)

Color info

#13305A contains mainly green and blue colors. Web safe color of #13305A is #003366 (or #036).

RGB color model

#13305A color RGB value is (19,48,90).

  • red value is 19;
  • green value is 48;
  • blue value is 90.
RGB:
(19,48,90)
(7%,19%,35%)

RGB channels and saturation

R 19 of 255 = 7%
G 48 of 255 = 19%
B 90 of 255 = 35%

19
48
90

R + G + B ~ 20%. #13305A is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 48 + 90 = 157 (100%)
R 19 of 157 ~ 12.1%
G 48 of 157 ~ 30.57%
B 90 of 157 ~ 57.32%

%12.1
%30.57
%57.32

CMYK color model

#13305A color CMYK value is (79,47,0,65).

  • cyan value is 78.89%
  • magenta value is 46.67%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(79,47,0,65)
C79M47Y0K65 
(79%,47%,0%,65%)
(0.79/0.47/0.00/0.65)	

CMYK percentages

%78.89
%46.67
%0
%64.71

Codes

Color #13305A in popluar color models

13305A
RGB194890
HSL215°65.14%21.37%
HSB/HSV215°78.89%35.29%
CMYK78.89%46.67%0.00%
64.71%

Color #13305A in popluar number systems.

HEX13305A
Decimal194890
Binary100111100001011010
Octal2360132

Shades and tints

Shades of #13305A

#13305A
(19,48,90)
#122C52
(18,44,82)
#11284A
(17,40,74)
#102442
(16,36,66)
#0F203A
(15,32,58)
#0E1C32
(14,28,50)
#0D182A
(13,24,42)
#0C1422
(12,20,34)
#0B101A
(11,16,26)
#0A0C12
(10,12,18)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #13305A

#13305A
(19,48,90)
#284269
(40,66,105)
#3D5478
(61,84,120)
#526687
(82,102,135)
#677896
(103,120,150)
#7C8AA5
(124,138,165)
#919CB4
(145,156,180)
#A6AEC3
(166,174,195)
#BBC0D2
(187,192,210)
#D0D2E1
(208,210,225)
#E5E4F0
(229,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13305A color. Also use rgb(19,48,90) instead hex code.

Text Font Color

.myTextColor { color: #13305A; }

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

This text font color is #13305A.


Background Color

.myBgColor { background-color: #13305A; }

<div style="background-color:#13305A">Inner text</div>

This div background color is #13305A.


Border color

.myBorderColor { border: 1px solid #13305A; }

<div style="border:3px solid #13305A">Div</div>

This div border color is #13305A.


Opacity

.myOpacity80 { color: #13305A; opacity: 0.8; }

<p style="color:#13305A;opacity:0.8;">80%</p>

Text with #13305A 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 #13305A;}

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

This text has shadow with #13305A color.

.textShadow {text-shadow: 3px 3px 1px #13305A, 3px 3px 1px red;}

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

This text has shadow with #13305A primary color and red secondary color.


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

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

This text has shadow with #13305A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13305A on black background.


Color preview on white background

This text has color #13305A on white background.



Black color preview on #13305A background

This text has black color on #13305A background.


White color preview on #13305A background

This text has white color on #13305A background.