COLOR #13446C

HEX: #13446C
RGB: (19,68,108)

Color info

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

RGB color model

#13446C color RGB value is (19,68,108).

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

RGB channels and saturation

R 19 of 255 = 7%
G 68 of 255 = 27%
B 108 of 255 = 42%

19
68
108

R + G + B ~ 25%. #13446C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 68 + 108 = 195 (100%)
R 19 of 195 ~ 9.74%
G 68 of 195 ~ 34.87%
B 108 of 195 ~ 55.38%

%9.74
%34.87
%55.38

CMYK color model

#13446C color CMYK value is (82,37,0,58).

  • cyan value is 82.41%
  • magenta value is 37.04%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(82,37,0,58)
C82M37Y0K58 
(82%,37%,0%,58%)
(0.82/0.37/0.00/0.58)	

CMYK percentages

%82.41
%37.04
%0
%57.65

Codes

Color #13446C in popluar color models

13446C
RGB1968108
HSL207°70.08%24.90%
HSB/HSV207°82.41%42.35%
CMYK82.41%37.04%0.00%
57.65%

Color #13446C in popluar number systems.

HEX13446C
Decimal1968108
Binary1001110001001101100
Octal23104154

Shades and tints

Shades of #13446C

#13446C
(19,68,108)
#123E63
(18,62,99)
#11385A
(17,56,90)
#103251
(16,50,81)
#0F2C48
(15,44,72)
#0E263F
(14,38,63)
#0D2036
(13,32,54)
#0C1A2D
(12,26,45)
#0B1424
(11,20,36)
#0A0E1B
(10,14,27)
#090812
(9,8,18)
#000000
(0,0,0)

Tints of #13446C

#13446C
(19,68,108)
#285579
(40,85,121)
#3D6686
(61,102,134)
#527793
(82,119,147)
#6788A0
(103,136,160)
#7C99AD
(124,153,173)
#91AABA
(145,170,186)
#A6BBC7
(166,187,199)
#BBCCD4
(187,204,212)
#D0DDE1
(208,221,225)
#E5EEEE
(229,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13446C; }

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

This text font color is #13446C.


Background Color

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

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

This div background color is #13446C.


Border color

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

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

This div border color is #13446C.


Opacity

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

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

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

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

This text has shadow with #13446C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13446C on black background.


Color preview on white background

This text has color #13446C on white background.



Black color preview on #13446C background

This text has black color on #13446C background.


White color preview on #13446C background

This text has white color on #13446C background.