COLOR #13165C

HEX: #13165C
RGB: (19,22,92)

Color info

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

RGB color model

#13165C color RGB value is (19,22,92).

  • red value is 19;
  • green value is 22;
  • blue value is 92.
RGB:
(19,22,92)
(7%,9%,36%)

RGB channels and saturation

R 19 of 255 = 7%
G 22 of 255 = 9%
B 92 of 255 = 36%

19
22
92

R + G + B ~ 17%. #13165C is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 22 + 92 = 133 (100%)
R 19 of 133 ~ 14.29%
G 22 of 133 ~ 16.54%
B 92 of 133 ~ 69.17%

%14.29
%16.54
%69.17

CMYK color model

#13165C color CMYK value is (79,76,0,64).

  • cyan value is 79.35%
  • magenta value is 76.09%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(79,76,0,64)
C79M76Y0K64 
(79%,76%,0%,64%)
(0.79/0.76/0.00/0.64)	

CMYK percentages

%79.35
%76.09
%0
%63.92

Codes

Color #13165C in popluar color models

13165C
RGB192292
HSL238°65.77%21.76%
HSB/HSV238°79.35%36.08%
CMYK79.35%76.09%0.00%
63.92%

Color #13165C in popluar number systems.

HEX13165C
Decimal192292
Binary10011101101011100
Octal2326134

Shades and tints

Shades of #13165C

#13165C
(19,22,92)
#121454
(18,20,84)
#11124C
(17,18,76)
#101044
(16,16,68)
#0F0E3C
(15,14,60)
#0E0C34
(14,12,52)
#0D0A2C
(13,10,44)
#0C0824
(12,8,36)
#0B061C
(11,6,28)
#0A0414
(10,4,20)
#09020C
(9,2,12)
#000000
(0,0,0)

Tints of #13165C

#13165C
(19,22,92)
#282B6A
(40,43,106)
#3D4078
(61,64,120)
#525586
(82,85,134)
#676A94
(103,106,148)
#7C7FA2
(124,127,162)
#9194B0
(145,148,176)
#A6A9BE
(166,169,190)
#BBBECC
(187,190,204)
#D0D3DA
(208,211,218)
#E5E8E8
(229,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13165C color. Also use rgb(19,22,92) instead hex code.

Text Font Color

.myTextColor { color: #13165C; }

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

This text font color is #13165C.


Background Color

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

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

This div background color is #13165C.


Border color

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

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

This div border color is #13165C.


Opacity

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

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

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

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

This text has shadow with #13165C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13165C on black background.


Color preview on white background

This text has color #13165C on white background.



Black color preview on #13165C background

This text has black color on #13165C background.


White color preview on #13165C background

This text has white color on #13165C background.