COLOR #131530

HEX: #131530 RGB: (19,21,48)

Color info

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

RGB color model

#131530 color RGB value is (19,21,48).

RGB: (19,21,48) (7%, 8%, 19%)

RGB channels and saturation

R 19 of 255 = 7%
G 21 of 255 = 8%
B 48 of 255 = 19%

19
21
48

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

Portions of RGB colors in percentages

R + G + B = 19 + 21 + 48 = 88 (100%)
R 19 of 88 ~ 21.59%
G 21 of 88 ~ 23.86%
B 48 of 88 ~ 54.55'%

%21.59
%23.86
%54.55

CMYK color model

#131530 color CMYK value is (60,56,0,81).

  • cyan value is 60.42%
  • magenta value is 56.25%
  • yellow value is 0.00%
  • key color value is 81.18%

CMYK: (60,56,0,81)
C60M56Y0K81 (60%, 56%, 0%, 81%)
(0.60 / 0.56 / 0.00 / 0.81)

CMYK percentages

%60.42
%56.25
%0
%81.18

Codes

Color #131530 in popluar color models

13 15 30
RGB 19 21 48
HSL 236° 43.28% 13.14%
HSB/HSV 236° 60.42% 18.82%
CMYK 60.42% 56.25% 0.00%
81.18%

Color #131530 in popluar number systems.

HEX 13 15 30
Decimal 19 21 48
Binary 10011 10101 110000
Octal 23 25 60

Shades and tints

Shades of #131530

#131530
(19,21,48)
#12142C
(18,20,44)
#111328
(17,19,40)
#101224
(16,18,36)
#0F1120
(15,17,32)
#0E101C
(14,16,28)
#0D0F18
(13,15,24)
#0C0E14
(12,14,20)
#0B0D10
(11,13,16)
#0A0C0C
(10,12,12)
#090B08
(9,11,8)
#000000
(0,0,0)

Tints of #131530

#131530
(19,21,48)
#282A42
(40,42,66)
#3D3F54
(61,63,84)
#525466
(82,84,102)
#676978
(103,105,120)
#7C7E8A
(124,126,138)
#91939C
(145,147,156)
#A6A8AE
(166,168,174)
#BBBDC0
(187,189,192)
#D0D2D2
(208,210,210)
#E5E7E4
(229,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131530; }

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

This text font color is #131530.

Background Color

.myBgColor { background-color: #131530; }

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

This div background color is #131530.

Border color

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

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

This div border color is #131530.

Opacity

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

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

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

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

This text has shadow with #131530 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131530.

Preview

Color preview on black background

This text has color #131530 on black background.


Color preview on white background

This text has color #131530 on white background.


Black color preview on #131530 background

This text has black color on #131530 background.


White color preview on #131530 background

This text has white color on #131530 background.


Related colors

Complementary color

Complementary color for #hex is #ECEACF.


I love getcolorcode.com

Triadic colors

1 #301315 and #153013 with #131530 are triadic colors.

2 #301513 and #151330 with #131530 are triadic colors.