COLOR #130F3C

HEX: #130F3C
RGB: (19,15,60)

Color info

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

RGB color model

#130F3C color RGB value is (19,15,60).

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

RGB channels and saturation

R 19 of 255 = 7%
G 15 of 255 = 6%
B 60 of 255 = 24%

19
15
60

R + G + B ~ 12%. #130F3C is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 15 + 60 = 94 (100%)
R 19 of 94 ~ 20.21%
G 15 of 94 ~ 15.96%
B 60 of 94 ~ 63.83%

%20.21
%15.96
%63.83

CMYK color model

#130F3C color CMYK value is (68,75,0,76).

  • cyan value is 68.33%
  • magenta value is 75.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(68,75,0,76)
C68M75Y0K76 
(68%,75%,0%,76%)
(0.68/0.75/0.00/0.76)	

CMYK percentages

%68.33
%75
%0
%76.47

Codes

Color #130F3C in popluar color models

130F3C
RGB191560
HSL245°60.00%14.71%
HSB/HSV245°75.00%23.53%
CMYK68.33%75.00%0.00%
76.47%

Color #130F3C in popluar number systems.

HEX130F3C
Decimal191560
Binary100111111111100
Octal231774

Shades and tints

Shades of #130F3C

#130F3C
(19,15,60)
#120E37
(18,14,55)
#110D32
(17,13,50)
#100C2D
(16,12,45)
#0F0B28
(15,11,40)
#0E0A23
(14,10,35)
#0D091E
(13,9,30)
#0C0819
(12,8,25)
#0B0714
(11,7,20)
#0A060F
(10,6,15)
#09050A
(9,5,10)
#000000
(0,0,0)

Tints of #130F3C

#130F3C
(19,15,60)
#28244D
(40,36,77)
#3D395E
(61,57,94)
#524E6F
(82,78,111)
#676380
(103,99,128)
#7C7891
(124,120,145)
#918DA2
(145,141,162)
#A6A2B3
(166,162,179)
#BBB7C4
(187,183,196)
#D0CCD5
(208,204,213)
#E5E1E6
(229,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130F3C; }

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

This text font color is #130F3C.


Background Color

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

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

This div background color is #130F3C.


Border color

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

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

This div border color is #130F3C.


Opacity

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

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

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

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

This text has shadow with #130F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130F3C on black background.


Color preview on white background

This text has color #130F3C on white background.



Black color preview on #130F3C background

This text has black color on #130F3C background.


White color preview on #130F3C background

This text has white color on #130F3C background.