COLOR #130B20

HEX: #130B20
RGB: (19,11,32)

Color info

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

RGB color model

#130B20 color RGB value is (19,11,32).

  • red value is 19;
  • green value is 11;
  • blue value is 32.
RGB:
(19,11,32)
(7%,4%,13%)

RGB channels and saturation

R 19 of 255 = 7%
G 11 of 255 = 4%
B 32 of 255 = 13%

19
11
32

R + G + B ~ 8%. #130B20 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 11 + 32 = 62 (100%)
R 19 of 62 ~ 30.65%
G 11 of 62 ~ 17.74%
B 32 of 62 ~ 51.61%

%30.65
%17.74
%51.61

CMYK color model

#130B20 color CMYK value is (41,66,0,87).

  • cyan value is 40.63%
  • magenta value is 65.63%
  • yellow value is 0.00%
  • key color value is 87.45%
CMYK:
(41,66,0,87)
C41M66Y0K87 
(41%,66%,0%,87%)
(0.41/0.66/0.00/0.87)	

CMYK percentages

%40.63
%65.63
%0
%87.45

Codes

Color #130B20 in popluar color models

130B20
RGB191132
HSL263°48.84%8.43%
HSB/HSV263°65.63%12.55%
CMYK40.63%65.63%0.00%
87.45%

Color #130B20 in popluar number systems.

HEX130B20
Decimal191132
Binary100111011100000
Octal231340

Shades and tints

Shades of #130B20

#130B20
(19,11,32)
#120A1E
(18,10,30)
#11091C
(17,9,28)
#10081A
(16,8,26)
#0F0718
(15,7,24)
#0E0616
(14,6,22)
#0D0514
(13,5,20)
#0C0412
(12,4,18)
#0B0310
(11,3,16)
#0A020E
(10,2,14)
#09010C
(9,1,12)
#000000
(0,0,0)

Tints of #130B20

#130B20
(19,11,32)
#282134
(40,33,52)
#3D3748
(61,55,72)
#524D5C
(82,77,92)
#676370
(103,99,112)
#7C7984
(124,121,132)
#918F98
(145,143,152)
#A6A5AC
(166,165,172)
#BBBBC0
(187,187,192)
#D0D1D4
(208,209,212)
#E5E7E8
(229,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130B20 color. Also use rgb(19,11,32) instead hex code.

Text Font Color

.myTextColor { color: #130B20; }

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

This text font color is #130B20.


Background Color

.myBgColor { background-color: #130B20; }

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

This div background color is #130B20.


Border color

.myBorderColor { border: 1px solid #130B20; }

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

This div border color is #130B20.


Opacity

.myOpacity80 { color: #130B20; opacity: 0.8; }

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

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

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

This text has shadow with #130B20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130B20 on black background.


Color preview on white background

This text has color #130B20 on white background.



Black color preview on #130B20 background

This text has black color on #130B20 background.


White color preview on #130B20 background

This text has white color on #130B20 background.