COLOR #130F4E

HEX: #130F4E
RGB: (19,15,78)

Color info

#130F4E contains mainly red and blue colors. Web safe color of #130F4E is #000066 (or #006).

RGB color model

#130F4E color RGB value is (19,15,78).

  • red value is 19;
  • green value is 15;
  • blue value is 78.
RGB:
(19,15,78)
(7%,6%,31%)

RGB channels and saturation

R 19 of 255 = 7%
G 15 of 255 = 6%
B 78 of 255 = 31%

19
15
78

R + G + B ~ 15%. #130F4E is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 15 + 78 = 112 (100%)
R 19 of 112 ~ 16.96%
G 15 of 112 ~ 13.39%
B 78 of 112 ~ 69.64%

%16.96
%13.39
%69.64

CMYK color model

#130F4E color CMYK value is (76,81,0,69).

  • cyan value is 75.64%
  • magenta value is 80.77%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(76,81,0,69)
C76M81Y0K69 
(76%,81%,0%,69%)
(0.76/0.81/0.00/0.69)	

CMYK percentages

%75.64
%80.77
%0
%69.41

Codes

Color #130F4E in popluar color models

130F4E
RGB191578
HSL244°67.74%18.24%
HSB/HSV244°80.77%30.59%
CMYK75.64%80.77%0.00%
69.41%

Color #130F4E in popluar number systems.

HEX130F4E
Decimal191578
Binary1001111111001110
Octal2317116

Shades and tints

Shades of #130F4E

#130F4E
(19,15,78)
#120E47
(18,14,71)
#110D40
(17,13,64)
#100C39
(16,12,57)
#0F0B32
(15,11,50)
#0E0A2B
(14,10,43)
#0D0924
(13,9,36)
#0C081D
(12,8,29)
#0B0716
(11,7,22)
#0A060F
(10,6,15)
#090508
(9,5,8)
#000000
(0,0,0)

Tints of #130F4E

#130F4E
(19,15,78)
#28245E
(40,36,94)
#3D396E
(61,57,110)
#524E7E
(82,78,126)
#67638E
(103,99,142)
#7C789E
(124,120,158)
#918DAE
(145,141,174)
#A6A2BE
(166,162,190)
#BBB7CE
(187,183,206)
#D0CCDE
(208,204,222)
#E5E1EE
(229,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130F4E color. Also use rgb(19,15,78) instead hex code.

Text Font Color

.myTextColor { color: #130F4E; }

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

This text font color is #130F4E.


Background Color

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

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

This div background color is #130F4E.


Border color

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

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

This div border color is #130F4E.


Opacity

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

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

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

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

This text has shadow with #130F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130F4E on black background.


Color preview on white background

This text has color #130F4E on white background.



Black color preview on #130F4E background

This text has black color on #130F4E background.


White color preview on #130F4E background

This text has white color on #130F4E background.