COLOR #13245A

HEX: #13245A
RGB: (19,36,90)

Color info

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

RGB color model

#13245A color RGB value is (19,36,90).

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

RGB channels and saturation

R 19 of 255 = 7%
G 36 of 255 = 14%
B 90 of 255 = 35%

19
36
90

R + G + B ~ 19%. #13245A is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 36 + 90 = 145 (100%)
R 19 of 145 ~ 13.1%
G 36 of 145 ~ 24.83%
B 90 of 145 ~ 62.07%

%13.1
%24.83
%62.07

CMYK color model

#13245A color CMYK value is (79,60,0,65).

  • cyan value is 78.89%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(79,60,0,65)
C79M60Y0K65 
(79%,60%,0%,65%)
(0.79/0.60/0.00/0.65)	

CMYK percentages

%78.89
%60
%0
%64.71

Codes

Color #13245A in popluar color models

13245A
RGB193690
HSL226°65.14%21.37%
HSB/HSV226°78.89%35.29%
CMYK78.89%60.00%0.00%
64.71%

Color #13245A in popluar number systems.

HEX13245A
Decimal193690
Binary100111001001011010
Octal2344132

Shades and tints

Shades of #13245A

#13245A
(19,36,90)
#122152
(18,33,82)
#111E4A
(17,30,74)
#101B42
(16,27,66)
#0F183A
(15,24,58)
#0E1532
(14,21,50)
#0D122A
(13,18,42)
#0C0F22
(12,15,34)
#0B0C1A
(11,12,26)
#0A0912
(10,9,18)
#09060A
(9,6,10)
#000000
(0,0,0)

Tints of #13245A

#13245A
(19,36,90)
#283769
(40,55,105)
#3D4A78
(61,74,120)
#525D87
(82,93,135)
#677096
(103,112,150)
#7C83A5
(124,131,165)
#9196B4
(145,150,180)
#A6A9C3
(166,169,195)
#BBBCD2
(187,188,210)
#D0CFE1
(208,207,225)
#E5E2F0
(229,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13245A; }

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

This text font color is #13245A.


Background Color

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

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

This div background color is #13245A.


Border color

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

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

This div border color is #13245A.


Opacity

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

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

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

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

This text has shadow with #13245A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13245A on black background.


Color preview on white background

This text has color #13245A on white background.



Black color preview on #13245A background

This text has black color on #13245A background.


White color preview on #13245A background

This text has white color on #13245A background.