COLOR #13067A

HEX: #13067A
RGB: (19,6,122)

Color info

#13067A contains mainly blue color. Web safe color of #13067A is #000066 (or #006).

RGB color model

#13067A color RGB value is (19,6,122).

  • red value is 19;
  • green value is 6;
  • blue value is 122.
RGB:
(19,6,122)
(7%,2%,48%)

RGB channels and saturation

R 19 of 255 = 7%
G 6 of 255 = 2%
B 122 of 255 = 48%

19
6
122

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

Portions of RGB colors in percentages

R + G + B =
19 + 6 + 122 = 147 (100%)
R 19 of 147 ~ 12.93%
G 6 of 147 ~ 4.08%
B 122 of 147 ~ 82.99%

%12.93
%82.99

CMYK color model

#13067A color CMYK value is (84,95,0,52).

  • cyan value is 84.43%
  • magenta value is 95.08%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(84,95,0,52)
C84M95Y0K52 
(84%,95%,0%,52%)
(0.84/0.95/0.00/0.52)	

CMYK percentages

%84.43
%95.08
%0
%52.16

Codes

Color #13067A in popluar color models

13067A
RGB196122
HSL247°90.63%25.10%
HSB/HSV247°95.08%47.84%
CMYK84.43%95.08%0.00%
52.16%

Color #13067A in popluar number systems.

HEX13067A
Decimal196122
Binary100111101111010
Octal236172

Shades and tints

Shades of #13067A

#13067A
(19,6,122)
#12066F
(18,6,111)
#110664
(17,6,100)
#100659
(16,6,89)
#0F064E
(15,6,78)
#0E0643
(14,6,67)
#0D0638
(13,6,56)
#0C062D
(12,6,45)
#0B0622
(11,6,34)
#0A0617
(10,6,23)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #13067A

#13067A
(19,6,122)
#281C86
(40,28,134)
#3D3292
(61,50,146)
#52489E
(82,72,158)
#675EAA
(103,94,170)
#7C74B6
(124,116,182)
#918AC2
(145,138,194)
#A6A0CE
(166,160,206)
#BBB6DA
(187,182,218)
#D0CCE6
(208,204,230)
#E5E2F2
(229,226,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13067A color. Also use rgb(19,6,122) instead hex code.

Text Font Color

.myTextColor { color: #13067A; }

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

This text font color is #13067A.


Background Color

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

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

This div background color is #13067A.


Border color

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

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

This div border color is #13067A.


Opacity

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

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

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

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

This text has shadow with #13067A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13067A on black background.


Color preview on white background

This text has color #13067A on white background.



Black color preview on #13067A background

This text has black color on #13067A background.


White color preview on #13067A background

This text has white color on #13067A background.