COLOR #13395A

HEX: #13395A
RGB: (19,57,90)

Color info

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

RGB color model

#13395A color RGB value is (19,57,90).

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

RGB channels and saturation

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

19
57
90

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

Portions of RGB colors in percentages

R + G + B =
19 + 57 + 90 = 166 (100%)
R 19 of 166 ~ 11.45%
G 57 of 166 ~ 34.34%
B 90 of 166 ~ 54.22%

%11.45
%34.34
%54.22

CMYK color model

#13395A color CMYK value is (79,37,0,65).

  • cyan value is 78.89%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(79,37,0,65)
C79M37Y0K65 
(79%,37%,0%,65%)
(0.79/0.37/0.00/0.65)	

CMYK percentages

%78.89
%36.67
%0
%64.71

Codes

Color #13395A in popluar color models

13395A
RGB195790
HSL208°65.14%21.37%
HSB/HSV208°78.89%35.29%
CMYK78.89%36.67%0.00%
64.71%

Color #13395A in popluar number systems.

HEX13395A
Decimal195790
Binary100111110011011010
Octal2371132

Shades and tints

Shades of #13395A

#13395A
(19,57,90)
#123452
(18,52,82)
#112F4A
(17,47,74)
#102A42
(16,42,66)
#0F253A
(15,37,58)
#0E2032
(14,32,50)
#0D1B2A
(13,27,42)
#0C1622
(12,22,34)
#0B111A
(11,17,26)
#0A0C12
(10,12,18)
#09070A
(9,7,10)
#000000
(0,0,0)

Tints of #13395A

#13395A
(19,57,90)
#284B69
(40,75,105)
#3D5D78
(61,93,120)
#526F87
(82,111,135)
#678196
(103,129,150)
#7C93A5
(124,147,165)
#91A5B4
(145,165,180)
#A6B7C3
(166,183,195)
#BBC9D2
(187,201,210)
#D0DBE1
(208,219,225)
#E5EDF0
(229,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13395A; }

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

This text font color is #13395A.


Background Color

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

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

This div background color is #13395A.


Border color

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

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

This div border color is #13395A.


Opacity

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

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

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

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

This text has shadow with #13395A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13395A on black background.


Color preview on white background

This text has color #13395A on white background.



Black color preview on #13395A background

This text has black color on #13395A background.


White color preview on #13395A background

This text has white color on #13395A background.