COLOR #13446D

HEX: #13446D
RGB: (19,68,109)

Color info

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

RGB color model

#13446D color RGB value is (19,68,109).

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

RGB channels and saturation

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

19
68
109

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

Portions of RGB colors in percentages

R + G + B =
19 + 68 + 109 = 196 (100%)
R 19 of 196 ~ 9.69%
G 68 of 196 ~ 34.69%
B 109 of 196 ~ 55.61%

%9.69
%34.69
%55.61

CMYK color model

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

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

CMYK percentages

%82.57
%37.61
%0
%57.25

Codes

Color #13446D in popluar color models

13446D
RGB1968109
HSL207°70.31%25.10%
HSB/HSV207°82.57%42.75%
CMYK82.57%37.61%0.00%
57.25%

Color #13446D in popluar number systems.

HEX13446D
Decimal1968109
Binary1001110001001101101
Octal23104155

Shades and tints

Shades of #13446D

#13446D
(19,68,109)
#123E64
(18,62,100)
#11385B
(17,56,91)
#103252
(16,50,82)
#0F2C49
(15,44,73)
#0E2640
(14,38,64)
#0D2037
(13,32,55)
#0C1A2E
(12,26,46)
#0B1425
(11,20,37)
#0A0E1C
(10,14,28)
#090813
(9,8,19)
#000000
(0,0,0)

Tints of #13446D

#13446D
(19,68,109)
#28557A
(40,85,122)
#3D6687
(61,102,135)
#527794
(82,119,148)
#6788A1
(103,136,161)
#7C99AE
(124,153,174)
#91AABB
(145,170,187)
#A6BBC8
(166,187,200)
#BBCCD5
(187,204,213)
#D0DDE2
(208,221,226)
#E5EEEF
(229,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13446D; }

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

This text font color is #13446D.


Background Color

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

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

This div background color is #13446D.


Border color

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

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

This div border color is #13446D.


Opacity

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

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

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

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

This text has shadow with #13446D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13446D on black background.


Color preview on white background

This text has color #13446D on white background.



Black color preview on #13446D background

This text has black color on #13446D background.


White color preview on #13446D background

This text has white color on #13446D background.