COLOR #13385A

HEX: #13385A
RGB: (19,56,90)

Color info

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

RGB color model

#13385A color RGB value is (19,56,90).

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

RGB channels and saturation

R 19 of 255 = 7%
G 56 of 255 = 22%
B 90 of 255 = 35%

19
56
90

R + G + B ~ 21%. #13385A is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 56 + 90 = 165 (100%)
R 19 of 165 ~ 11.52%
G 56 of 165 ~ 33.94%
B 90 of 165 ~ 54.55%

%11.52
%33.94
%54.55

CMYK color model

#13385A color CMYK value is (79,38,0,65).

  • cyan value is 78.89%
  • magenta value is 37.78%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(79,38,0,65)
C79M38Y0K65 
(79%,38%,0%,65%)
(0.79/0.38/0.00/0.65)	

CMYK percentages

%78.89
%37.78
%0
%64.71

Codes

Color #13385A in popluar color models

13385A
RGB195690
HSL209°65.14%21.37%
HSB/HSV209°78.89%35.29%
CMYK78.89%37.78%0.00%
64.71%

Color #13385A in popluar number systems.

HEX13385A
Decimal195690
Binary100111110001011010
Octal2370132

Shades and tints

Shades of #13385A

#13385A
(19,56,90)
#123352
(18,51,82)
#112E4A
(17,46,74)
#102942
(16,41,66)
#0F243A
(15,36,58)
#0E1F32
(14,31,50)
#0D1A2A
(13,26,42)
#0C1522
(12,21,34)
#0B101A
(11,16,26)
#0A0B12
(10,11,18)
#09060A
(9,6,10)
#000000
(0,0,0)

Tints of #13385A

#13385A
(19,56,90)
#284A69
(40,74,105)
#3D5C78
(61,92,120)
#526E87
(82,110,135)
#678096
(103,128,150)
#7C92A5
(124,146,165)
#91A4B4
(145,164,180)
#A6B6C3
(166,182,195)
#BBC8D2
(187,200,210)
#D0DAE1
(208,218,225)
#E5ECF0
(229,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13385A; }

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

This text font color is #13385A.


Background Color

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

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

This div background color is #13385A.


Border color

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

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

This div border color is #13385A.


Opacity

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

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

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

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

This text has shadow with #13385A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13385A on black background.


Color preview on white background

This text has color #13385A on white background.



Black color preview on #13385A background

This text has black color on #13385A background.


White color preview on #13385A background

This text has white color on #13385A background.