COLOR #130439

HEX: #130439
RGB: (19,4,57)

Color info

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

RGB color model

#130439 color RGB value is (19,4,57).

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

RGB channels and saturation

R 19 of 255 = 7%
G 4 of 255 = 2%
B 57 of 255 = 22%

19
4
57

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

Portions of RGB colors in percentages

R + G + B =
19 + 4 + 57 = 80 (100%)
R 19 of 80 ~ 23.75%
G 4 of 80 ~ 5%
B 57 of 80 ~ 71.25%

%23.75
%71.25

CMYK color model

#130439 color CMYK value is (67,93,0,78).

  • cyan value is 66.67%
  • magenta value is 92.98%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(67,93,0,78)
C67M93Y0K78 
(67%,93%,0%,78%)
(0.67/0.93/0.00/0.78)	

CMYK percentages

%66.67
%92.98
%0
%77.65

Codes

Color #130439 in popluar color models

130439
RGB19457
HSL257°86.89%11.96%
HSB/HSV257°92.98%22.35%
CMYK66.67%92.98%0.00%
77.65%

Color #130439 in popluar number systems.

HEX130439
Decimal19457
Binary10011100111001
Octal23471

Shades and tints

Shades of #130439

#130439
(19,4,57)
#120434
(18,4,52)
#11042F
(17,4,47)
#10042A
(16,4,42)
#0F0425
(15,4,37)
#0E0420
(14,4,32)
#0D041B
(13,4,27)
#0C0416
(12,4,22)
#0B0411
(11,4,17)
#0A040C
(10,4,12)
#090407
(9,4,7)
#000000
(0,0,0)

Tints of #130439

#130439
(19,4,57)
#281A4B
(40,26,75)
#3D305D
(61,48,93)
#52466F
(82,70,111)
#675C81
(103,92,129)
#7C7293
(124,114,147)
#9188A5
(145,136,165)
#A69EB7
(166,158,183)
#BBB4C9
(187,180,201)
#D0CADB
(208,202,219)
#E5E0ED
(229,224,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130439; }

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

This text font color is #130439.


Background Color

.myBgColor { background-color: #130439; }

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

This div background color is #130439.


Border color

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

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

This div border color is #130439.


Opacity

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

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

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

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

This text has shadow with #130439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130439 on black background.


Color preview on white background

This text has color #130439 on white background.



Black color preview on #130439 background

This text has black color on #130439 background.


White color preview on #130439 background

This text has white color on #130439 background.