COLOR #131130

HEX: #131130
RGB: (19,17,48)

Color info

#131130 contains red, green and blue colors in about the same proportion. Web safe color of #131130 is #000033 (or #003).

RGB color model

#131130 color RGB value is (19,17,48).

  • red value is 19;
  • green value is 17;
  • blue value is 48.
RGB:
(19,17,48)
(7%,7%,19%)

RGB channels and saturation

R 19 of 255 = 7%
G 17 of 255 = 7%
B 48 of 255 = 19%

19
17
48

R + G + B ~ 11%. #131130 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 17 + 48 = 84 (100%)
R 19 of 84 ~ 22.62%
G 17 of 84 ~ 20.24%
B 48 of 84 ~ 57.14%

%22.62
%20.24
%57.14

CMYK color model

#131130 color CMYK value is (60,65,0,81).

  • cyan value is 60.42%
  • magenta value is 64.58%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(60,65,0,81)
C60M65Y0K81 
(60%,65%,0%,81%)
(0.60/0.65/0.00/0.81)	

CMYK percentages

%60.42
%64.58
%0
%81.18

Codes

Color #131130 in popluar color models

131130
RGB191748
HSL244°47.69%12.75%
HSB/HSV244°64.58%18.82%
CMYK60.42%64.58%0.00%
81.18%

Color #131130 in popluar number systems.

HEX131130
Decimal191748
Binary1001110001110000
Octal232160

Shades and tints

Shades of #131130

#131130
(19,17,48)
#12102C
(18,16,44)
#110F28
(17,15,40)
#100E24
(16,14,36)
#0F0D20
(15,13,32)
#0E0C1C
(14,12,28)
#0D0B18
(13,11,24)
#0C0A14
(12,10,20)
#0B0910
(11,9,16)
#0A080C
(10,8,12)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #131130

#131130
(19,17,48)
#282642
(40,38,66)
#3D3B54
(61,59,84)
#525066
(82,80,102)
#676578
(103,101,120)
#7C7A8A
(124,122,138)
#918F9C
(145,143,156)
#A6A4AE
(166,164,174)
#BBB9C0
(187,185,192)
#D0CED2
(208,206,210)
#E5E3E4
(229,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131130 color. Also use rgb(19,17,48) instead hex code.

Text Font Color

.myTextColor { color: #131130; }

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

This text font color is #131130.


Background Color

.myBgColor { background-color: #131130; }

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

This div background color is #131130.


Border color

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

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

This div border color is #131130.


Opacity

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

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

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

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

This text has shadow with #131130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131130 on black background.


Color preview on white background

This text has color #131130 on white background.



Black color preview on #131130 background

This text has black color on #131130 background.


White color preview on #131130 background

This text has white color on #131130 background.