COLOR #130397

HEX: #130397
RGB: (19,3,151)

Color info

#130397 contains mainly blue color. Web safe color of #130397 is #000099 (or #009).

RGB color model

#130397 color RGB value is (19,3,151).

  • red value is 19;
  • green value is 3;
  • blue value is 151.
RGB:
(19,3,151)
(7%,1%,59%)

RGB channels and saturation

R 19 of 255 = 7%
G 3 of 255 = 1%
B 151 of 255 = 59%

19
3
151

R + G + B ~ 22%. #130397 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 3 + 151 = 173 (100%)
R 19 of 173 ~ 10.98%
G 3 of 173 ~ 1.73%
B 151 of 173 ~ 87.28%

%10.98
%87.28

CMYK color model

#130397 color CMYK value is (87,98,0,41).

  • cyan value is 87.42%
  • magenta value is 98.01%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(87,98,0,41)
C87M98Y0K41 
(87%,98%,0%,41%)
(0.87/0.98/0.00/0.41)	

CMYK percentages

%87.42
%98.01
%0
%40.78

Codes

Color #130397 in popluar color models

130397
RGB193151
HSL246°96.10%30.20%
HSB/HSV246°98.01%59.22%
CMYK87.42%98.01%0.00%
40.78%

Color #130397 in popluar number systems.

HEX130397
Decimal193151
Binary100111110010111
Octal233227

Shades and tints

Shades of #130397

#130397
(19,3,151)
#12038A
(18,3,138)
#11037D
(17,3,125)
#100370
(16,3,112)
#0F0363
(15,3,99)
#0E0356
(14,3,86)
#0D0349
(13,3,73)
#0C033C
(12,3,60)
#0B032F
(11,3,47)
#0A0322
(10,3,34)
#090315
(9,3,21)
#000000
(0,0,0)

Tints of #130397

#130397
(19,3,151)
#2819A0
(40,25,160)
#3D2FA9
(61,47,169)
#5245B2
(82,69,178)
#675BBB
(103,91,187)
#7C71C4
(124,113,196)
#9187CD
(145,135,205)
#A69DD6
(166,157,214)
#BBB3DF
(187,179,223)
#D0C9E8
(208,201,232)
#E5DFF1
(229,223,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130397 color. Also use rgb(19,3,151) instead hex code.

Text Font Color

.myTextColor { color: #130397; }

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

This text font color is #130397.


Background Color

.myBgColor { background-color: #130397; }

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

This div background color is #130397.


Border color

.myBorderColor { border: 1px solid #130397; }

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

This div border color is #130397.


Opacity

.myOpacity80 { color: #130397; opacity: 0.8; }

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

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

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

This text has shadow with #130397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130397 on black background.


Color preview on white background

This text has color #130397 on white background.



Black color preview on #130397 background

This text has black color on #130397 background.


White color preview on #130397 background

This text has white color on #130397 background.