COLOR #130436

HEX: #130436
RGB: (19,4,54)

Color info

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

RGB color model

#130436 color RGB value is (19,4,54).

  • red value is 19;
  • green value is 4;
  • blue value is 54.
RGB:
(19,4,54)
(7%,2%,21%)

RGB channels and saturation

R 19 of 255 = 7%
G 4 of 255 = 2%
B 54 of 255 = 21%

19
4
54

R + G + B ~ 10%. #130436 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 4 + 54 = 77 (100%)
R 19 of 77 ~ 24.68%
G 4 of 77 ~ 5.19%
B 54 of 77 ~ 70.13%

%24.68
%70.13

CMYK color model

#130436 color CMYK value is (65,93,0,79).

  • cyan value is 64.81%
  • magenta value is 92.59%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(65,93,0,79)
C65M93Y0K79 
(65%,93%,0%,79%)
(0.65/0.93/0.00/0.79)	

CMYK percentages

%64.81
%92.59
%0
%78.82

Codes

Color #130436 in popluar color models

130436
RGB19454
HSL258°86.21%11.37%
HSB/HSV258°92.59%21.18%
CMYK64.81%92.59%0.00%
78.82%

Color #130436 in popluar number systems.

HEX130436
Decimal19454
Binary10011100110110
Octal23466

Shades and tints

Shades of #130436

#130436
(19,4,54)
#120432
(18,4,50)
#11042E
(17,4,46)
#10042A
(16,4,42)
#0F0426
(15,4,38)
#0E0422
(14,4,34)
#0D041E
(13,4,30)
#0C041A
(12,4,26)
#0B0416
(11,4,22)
#0A0412
(10,4,18)
#09040E
(9,4,14)
#000000
(0,0,0)

Tints of #130436

#130436
(19,4,54)
#281A48
(40,26,72)
#3D305A
(61,48,90)
#52466C
(82,70,108)
#675C7E
(103,92,126)
#7C7290
(124,114,144)
#9188A2
(145,136,162)
#A69EB4
(166,158,180)
#BBB4C6
(187,180,198)
#D0CAD8
(208,202,216)
#E5E0EA
(229,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130436 color. Also use rgb(19,4,54) instead hex code.

Text Font Color

.myTextColor { color: #130436; }

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

This text font color is #130436.


Background Color

.myBgColor { background-color: #130436; }

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

This div background color is #130436.


Border color

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

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

This div border color is #130436.


Opacity

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

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

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

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

This text has shadow with #130436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130436 on black background.


Color preview on white background

This text has color #130436 on white background.



Black color preview on #130436 background

This text has black color on #130436 background.


White color preview on #130436 background

This text has white color on #130436 background.