COLOR #13446E

HEX: #13446E
RGB: (19,68,110)

Color info

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

RGB color model

#13446E color RGB value is (19,68,110).

  • red value is 19;
  • green value is 68;
  • blue value is 110.
RGB:
(19,68,110)
(7%,27%,43%)

RGB channels and saturation

R 19 of 255 = 7%
G 68 of 255 = 27%
B 110 of 255 = 43%

19
68
110

R + G + B ~ 26%. #13446E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 68 + 110 = 197 (100%)
R 19 of 197 ~ 9.64%
G 68 of 197 ~ 34.52%
B 110 of 197 ~ 55.84%

%9.64
%34.52
%55.84

CMYK color model

#13446E color CMYK value is (83,38,0,57).

  • cyan value is 82.73%
  • magenta value is 38.18%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(83,38,0,57)
C83M38Y0K57 
(83%,38%,0%,57%)
(0.83/0.38/0.00/0.57)	

CMYK percentages

%82.73
%38.18
%0
%56.86

Codes

Color #13446E in popluar color models

13446E
RGB1968110
HSL208°70.54%25.29%
HSB/HSV208°82.73%43.14%
CMYK82.73%38.18%0.00%
56.86%

Color #13446E in popluar number systems.

HEX13446E
Decimal1968110
Binary1001110001001101110
Octal23104156

Shades and tints

Shades of #13446E

#13446E
(19,68,110)
#123E64
(18,62,100)
#11385A
(17,56,90)
#103250
(16,50,80)
#0F2C46
(15,44,70)
#0E263C
(14,38,60)
#0D2032
(13,32,50)
#0C1A28
(12,26,40)
#0B141E
(11,20,30)
#0A0E14
(10,14,20)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #13446E

#13446E
(19,68,110)
#28557B
(40,85,123)
#3D6688
(61,102,136)
#527795
(82,119,149)
#6788A2
(103,136,162)
#7C99AF
(124,153,175)
#91AABC
(145,170,188)
#A6BBC9
(166,187,201)
#BBCCD6
(187,204,214)
#D0DDE3
(208,221,227)
#E5EEF0
(229,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13446E color. Also use rgb(19,68,110) instead hex code.

Text Font Color

.myTextColor { color: #13446E; }

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

This text font color is #13446E.


Background Color

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

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

This div background color is #13446E.


Border color

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

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

This div border color is #13446E.


Opacity

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

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

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

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

This text has shadow with #13446E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13446E on black background.


Color preview on white background

This text has color #13446E on white background.



Black color preview on #13446E background

This text has black color on #13446E background.


White color preview on #13446E background

This text has white color on #13446E background.