COLOR #130F48

HEX: #130F48
RGB: (19,15,72)

Color info

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

RGB color model

#130F48 color RGB value is (19,15,72).

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

RGB channels and saturation

R 19 of 255 = 7%
G 15 of 255 = 6%
B 72 of 255 = 28%

19
15
72

R + G + B ~ 14%. #130F48 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 15 + 72 = 106 (100%)
R 19 of 106 ~ 17.92%
G 15 of 106 ~ 14.15%
B 72 of 106 ~ 67.92%

%17.92
%14.15
%67.92

CMYK color model

#130F48 color CMYK value is (74,79,0,72).

  • cyan value is 73.61%
  • magenta value is 79.17%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(74,79,0,72)
C74M79Y0K72 
(74%,79%,0%,72%)
(0.74/0.79/0.00/0.72)	

CMYK percentages

%73.61
%79.17
%0
%71.76

Codes

Color #130F48 in popluar color models

130F48
RGB191572
HSL244°65.52%17.06%
HSB/HSV244°79.17%28.24%
CMYK73.61%79.17%0.00%
71.76%

Color #130F48 in popluar number systems.

HEX130F48
Decimal191572
Binary1001111111001000
Octal2317110

Shades and tints

Shades of #130F48

#130F48
(19,15,72)
#120E42
(18,14,66)
#110D3C
(17,13,60)
#100C36
(16,12,54)
#0F0B30
(15,11,48)
#0E0A2A
(14,10,42)
#0D0924
(13,9,36)
#0C081E
(12,8,30)
#0B0718
(11,7,24)
#0A0612
(10,6,18)
#09050C
(9,5,12)
#000000
(0,0,0)

Tints of #130F48

#130F48
(19,15,72)
#282458
(40,36,88)
#3D3968
(61,57,104)
#524E78
(82,78,120)
#676388
(103,99,136)
#7C7898
(124,120,152)
#918DA8
(145,141,168)
#A6A2B8
(166,162,184)
#BBB7C8
(187,183,200)
#D0CCD8
(208,204,216)
#E5E1E8
(229,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130F48; }

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

This text font color is #130F48.


Background Color

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

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

This div background color is #130F48.


Border color

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

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

This div border color is #130F48.


Opacity

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

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

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

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

This text has shadow with #130F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130F48 on black background.


Color preview on white background

This text has color #130F48 on white background.



Black color preview on #130F48 background

This text has black color on #130F48 background.


White color preview on #130F48 background

This text has white color on #130F48 background.