COLOR #13245E

HEX: #13245E
RGB: (19,36,94)

Color info

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

RGB color model

#13245E color RGB value is (19,36,94).

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

RGB channels and saturation

R 19 of 255 = 7%
G 36 of 255 = 14%
B 94 of 255 = 37%

19
36
94

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

Portions of RGB colors in percentages

R + G + B =
19 + 36 + 94 = 149 (100%)
R 19 of 149 ~ 12.75%
G 36 of 149 ~ 24.16%
B 94 of 149 ~ 63.09%

%12.75
%24.16
%63.09

CMYK color model

#13245E color CMYK value is (80,62,0,63).

  • cyan value is 79.79%
  • magenta value is 61.70%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(80,62,0,63)
C80M62Y0K63 
(80%,62%,0%,63%)
(0.80/0.62/0.00/0.63)	

CMYK percentages

%79.79
%61.7
%0
%63.14

Codes

Color #13245E in popluar color models

13245E
RGB193694
HSL226°66.37%22.16%
HSB/HSV226°79.79%36.86%
CMYK79.79%61.70%0.00%
63.14%

Color #13245E in popluar number systems.

HEX13245E
Decimal193694
Binary100111001001011110
Octal2344136

Shades and tints

Shades of #13245E

#13245E
(19,36,94)
#122156
(18,33,86)
#111E4E
(17,30,78)
#101B46
(16,27,70)
#0F183E
(15,24,62)
#0E1536
(14,21,54)
#0D122E
(13,18,46)
#0C0F26
(12,15,38)
#0B0C1E
(11,12,30)
#0A0916
(10,9,22)
#09060E
(9,6,14)
#000000
(0,0,0)

Tints of #13245E

#13245E
(19,36,94)
#28376C
(40,55,108)
#3D4A7A
(61,74,122)
#525D88
(82,93,136)
#677096
(103,112,150)
#7C83A4
(124,131,164)
#9196B2
(145,150,178)
#A6A9C0
(166,169,192)
#BBBCCE
(187,188,206)
#D0CFDC
(208,207,220)
#E5E2EA
(229,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13245E; }

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

This text font color is #13245E.


Background Color

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

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

This div background color is #13245E.


Border color

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

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

This div border color is #13245E.


Opacity

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

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

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

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

This text has shadow with #13245E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13245E on black background.


Color preview on white background

This text has color #13245E on white background.



Black color preview on #13245E background

This text has black color on #13245E background.


White color preview on #13245E background

This text has white color on #13245E background.