COLOR #130151

HEX: #130151
RGB: (19,1,81)

Color info

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

RGB color model

#130151 color RGB value is (19,1,81).

  • red value is 19;
  • green value is 1;
  • blue value is 81.
RGB:
(19,1,81)
(7%,0%,32%)

RGB channels and saturation

R 19 of 255 = 7%
G 1 of 255 = 0%
B 81 of 255 = 32%

19
1
81

R + G + B ~ 13%. #130151 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 1 + 81 = 101 (100%)
R 19 of 101 ~ 18.81%
G 1 of 101 ~ 0.99%
B 81 of 101 ~ 80.2%

%18.81
%80.2

CMYK color model

#130151 color CMYK value is (77,99,0,68).

  • cyan value is 76.54%
  • magenta value is 98.77%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(77,99,0,68)
C77M99Y0K68 
(77%,99%,0%,68%)
(0.77/0.99/0.00/0.68)	

CMYK percentages

%76.54
%98.77
%0
%68.24

Codes

Color #130151 in popluar color models

130151
RGB19181
HSL254°97.56%16.08%
HSB/HSV254°98.77%31.76%
CMYK76.54%98.77%0.00%
68.24%

Color #130151 in popluar number systems.

HEX130151
Decimal19181
Binary1001111010001
Octal231121

Shades and tints

Shades of #130151

#130151
(19,1,81)
#12014A
(18,1,74)
#110143
(17,1,67)
#10013C
(16,1,60)
#0F0135
(15,1,53)
#0E012E
(14,1,46)
#0D0127
(13,1,39)
#0C0120
(12,1,32)
#0B0119
(11,1,25)
#0A0112
(10,1,18)
#09010B
(9,1,11)
#000000
(0,0,0)

Tints of #130151

#130151
(19,1,81)
#281860
(40,24,96)
#3D2F6F
(61,47,111)
#52467E
(82,70,126)
#675D8D
(103,93,141)
#7C749C
(124,116,156)
#918BAB
(145,139,171)
#A6A2BA
(166,162,186)
#BBB9C9
(187,185,201)
#D0D0D8
(208,208,216)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130151; }

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

This text font color is #130151.


Background Color

.myBgColor { background-color: #130151; }

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

This div background color is #130151.


Border color

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

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

This div border color is #130151.


Opacity

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

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

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

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

This text has shadow with #130151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130151 on black background.


Color preview on white background

This text has color #130151 on white background.



Black color preview on #130151 background

This text has black color on #130151 background.


White color preview on #130151 background

This text has white color on #130151 background.