COLOR #130D26

HEX: #130D26
RGB: (19,13,38)

Color info

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

RGB color model

#130D26 color RGB value is (19,13,38).

  • red value is 19;
  • green value is 13;
  • blue value is 38.
RGB:
(19,13,38)
(7%,5%,15%)

RGB channels and saturation

R 19 of 255 = 7%
G 13 of 255 = 5%
B 38 of 255 = 15%

19
13
38

R + G + B ~ 9%. #130D26 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 13 + 38 = 70 (100%)
R 19 of 70 ~ 27.14%
G 13 of 70 ~ 18.57%
B 38 of 70 ~ 54.29%

%27.14
%18.57
%54.29

CMYK color model

#130D26 color CMYK value is (50,66,0,85).

  • cyan value is 50.00%
  • magenta value is 65.79%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(50,66,0,85)
C50M66Y0K85 
(50%,66%,0%,85%)
(0.50/0.66/0.00/0.85)	

CMYK percentages

%50
%65.79
%0
%85.1

Codes

Color #130D26 in popluar color models

130D26
RGB191338
HSL254°49.02%10.00%
HSB/HSV254°65.79%14.90%
CMYK50.00%65.79%0.00%
85.10%

Color #130D26 in popluar number systems.

HEX130D26
Decimal191338
Binary100111101100110
Octal231546

Shades and tints

Shades of #130D26

#130D26
(19,13,38)
#120C23
(18,12,35)
#110B20
(17,11,32)
#100A1D
(16,10,29)
#0F091A
(15,9,26)
#0E0817
(14,8,23)
#0D0714
(13,7,20)
#0C0611
(12,6,17)
#0B050E
(11,5,14)
#0A040B
(10,4,11)
#090308
(9,3,8)
#000000
(0,0,0)

Tints of #130D26

#130D26
(19,13,38)
#282339
(40,35,57)
#3D394C
(61,57,76)
#524F5F
(82,79,95)
#676572
(103,101,114)
#7C7B85
(124,123,133)
#919198
(145,145,152)
#A6A7AB
(166,167,171)
#BBBDBE
(187,189,190)
#D0D3D1
(208,211,209)
#E5E9E4
(229,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130D26 color. Also use rgb(19,13,38) instead hex code.

Text Font Color

.myTextColor { color: #130D26; }

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

This text font color is #130D26.


Background Color

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

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

This div background color is #130D26.


Border color

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

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

This div border color is #130D26.


Opacity

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

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

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

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

This text has shadow with #130D26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130D26 on black background.


Color preview on white background

This text has color #130D26 on white background.



Black color preview on #130D26 background

This text has black color on #130D26 background.


White color preview on #130D26 background

This text has white color on #130D26 background.