COLOR #13155D

HEX: #13155D
RGB: (19,21,93)

Color info

#13155D contains mainly blue color. Web safe color of #13155D is #000066 (or #006).

RGB color model

#13155D color RGB value is (19,21,93).

  • red value is 19;
  • green value is 21;
  • blue value is 93.
RGB:
(19,21,93)
(7%,8%,36%)

RGB channels and saturation

R 19 of 255 = 7%
G 21 of 255 = 8%
B 93 of 255 = 36%

19
21
93

R + G + B ~ 17%. #13155D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 21 + 93 = 133 (100%)
R 19 of 133 ~ 14.29%
G 21 of 133 ~ 15.79%
B 93 of 133 ~ 69.92%

%14.29
%15.79
%69.92

CMYK color model

#13155D color CMYK value is (80,77,0,64).

  • cyan value is 79.57%
  • magenta value is 77.42%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(80,77,0,64)
C80M77Y0K64 
(80%,77%,0%,64%)
(0.80/0.77/0.00/0.64)	

CMYK percentages

%79.57
%77.42
%0
%63.53

Codes

Color #13155D in popluar color models

13155D
RGB192193
HSL238°66.07%21.96%
HSB/HSV238°79.57%36.47%
CMYK79.57%77.42%0.00%
63.53%

Color #13155D in popluar number systems.

HEX13155D
Decimal192193
Binary10011101011011101
Octal2325135

Shades and tints

Shades of #13155D

#13155D
(19,21,93)
#121455
(18,20,85)
#11134D
(17,19,77)
#101245
(16,18,69)
#0F113D
(15,17,61)
#0E1035
(14,16,53)
#0D0F2D
(13,15,45)
#0C0E25
(12,14,37)
#0B0D1D
(11,13,29)
#0A0C15
(10,12,21)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #13155D

#13155D
(19,21,93)
#282A6B
(40,42,107)
#3D3F79
(61,63,121)
#525487
(82,84,135)
#676995
(103,105,149)
#7C7EA3
(124,126,163)
#9193B1
(145,147,177)
#A6A8BF
(166,168,191)
#BBBDCD
(187,189,205)
#D0D2DB
(208,210,219)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13155D color. Also use rgb(19,21,93) instead hex code.

Text Font Color

.myTextColor { color: #13155D; }

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

This text font color is #13155D.


Background Color

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

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

This div background color is #13155D.


Border color

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

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

This div border color is #13155D.


Opacity

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

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

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

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

This text has shadow with #13155D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13155D on black background.


Color preview on white background

This text has color #13155D on white background.



Black color preview on #13155D background

This text has black color on #13155D background.


White color preview on #13155D background

This text has white color on #13155D background.