COLOR #13016C

HEX: #13016C RGB: (19,1,108)

Color info

#13016C contains mainly blue color. Web safe color of #13016C is #000066 (or #006).

RGB color model

#13016C color RGB value is (19,1,108).

RGB: (19,1,108) (7%, 0%, 42%)

RGB channels and saturation

R 19 of 255 = 7%
G 1 of 255 = 0%
B 108 of 255 = 42%

19
1
108

R + G + B ~ 16%. #13016C is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 1 + 108 = 128 (100%)
R 19 of 128 ~ 14.84%
G 1 of 128 ~ 0.78%
B 108 of 128 ~ 84.38'%

%14.84
%84.38

CMYK color model

#13016C color CMYK value is (82,99,0,58).

  • cyan value is 82.41%
  • magenta value is 99.07%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (82,99,0,58)
C82M99Y0K58 (82%, 99%, 0%, 58%)
(0.82 / 0.99 / 0.00 / 0.58)

CMYK percentages

%82.41
%99.07
%0
%57.65

Codes

Color #13016C in popluar color models

13 01 6C
RGB 19 1 108
HSL 250° 98.17% 21.37%
HSB/HSV 250° 99.07% 42.35%
CMYK 82.41% 99.07% 0.00%
57.65%

Color #13016C in popluar number systems.

HEX 13 01 6C
Decimal 19 1 108
Binary 10011 1 1101100
Octal 23 1 154

Shades and tints

Shades of #13016C

#13016C
(19,1,108)
#120163
(18,1,99)
#11015A
(17,1,90)
#100151
(16,1,81)
#0F0148
(15,1,72)
#0E013F
(14,1,63)
#0D0136
(13,1,54)
#0C012D
(12,1,45)
#0B0124
(11,1,36)
#0A011B
(10,1,27)
#090112
(9,1,18)
#000000
(0,0,0)

Tints of #13016C

#13016C
(19,1,108)
#281879
(40,24,121)
#3D2F86
(61,47,134)
#524693
(82,70,147)
#675DA0
(103,93,160)
#7C74AD
(124,116,173)
#918BBA
(145,139,186)
#A6A2C7
(166,162,199)
#BBB9D4
(187,185,212)
#D0D0E1
(208,208,225)
#E5E7EE
(229,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13016C; }

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

This text font color is #13016C.

Background Color

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

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

This div background color is #13016C.

Border color

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

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

This div border color is #13016C.

Opacity

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

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

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

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

This text has shadow with #13016C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #13016C.

Preview

Color preview on black background

This text has color #13016C on black background.


Color preview on white background

This text has color #13016C on white background.


Black color preview on #13016C background

This text has black color on #13016C background.


White color preview on #13016C background

This text has white color on #13016C background.


Related colors

Complementary color

Complementary color for #hex is #ECFE93.


I love getcolorcode.com

Triadic colors

1 #6C1301 and #016C13 with #13016C are triadic colors.

2 #6C0113 and #01136C with #13016C are triadic colors.