COLOR #130F36

HEX: #130F36
RGB: (19,15,54)

Color info

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

RGB color model

#130F36 color RGB value is (19,15,54).

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

RGB channels and saturation

R 19 of 255 = 7%
G 15 of 255 = 6%
B 54 of 255 = 21%

19
15
54

R + G + B ~ 11%. #130F36 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 15 + 54 = 88 (100%)
R 19 of 88 ~ 21.59%
G 15 of 88 ~ 17.05%
B 54 of 88 ~ 61.36%

%21.59
%17.05
%61.36

CMYK color model

#130F36 color CMYK value is (65,72,0,79).

  • cyan value is 64.81%
  • magenta value is 72.22%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(65,72,0,79)
C65M72Y0K79 
(65%,72%,0%,79%)
(0.65/0.72/0.00/0.79)	

CMYK percentages

%64.81
%72.22
%0
%78.82

Codes

Color #130F36 in popluar color models

130F36
RGB191554
HSL246°56.52%13.53%
HSB/HSV246°72.22%21.18%
CMYK64.81%72.22%0.00%
78.82%

Color #130F36 in popluar number systems.

HEX130F36
Decimal191554
Binary100111111110110
Octal231766

Shades and tints

Shades of #130F36

#130F36
(19,15,54)
#120E32
(18,14,50)
#110D2E
(17,13,46)
#100C2A
(16,12,42)
#0F0B26
(15,11,38)
#0E0A22
(14,10,34)
#0D091E
(13,9,30)
#0C081A
(12,8,26)
#0B0716
(11,7,22)
#0A0612
(10,6,18)
#09050E
(9,5,14)
#000000
(0,0,0)

Tints of #130F36

#130F36
(19,15,54)
#282448
(40,36,72)
#3D395A
(61,57,90)
#524E6C
(82,78,108)
#67637E
(103,99,126)
#7C7890
(124,120,144)
#918DA2
(145,141,162)
#A6A2B4
(166,162,180)
#BBB7C6
(187,183,198)
#D0CCD8
(208,204,216)
#E5E1EA
(229,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130F36; }

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

This text font color is #130F36.


Background Color

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

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

This div background color is #130F36.


Border color

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

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

This div border color is #130F36.


Opacity

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

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

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

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

This text has shadow with #130F36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130F36 on black background.


Color preview on white background

This text has color #130F36 on white background.



Black color preview on #130F36 background

This text has black color on #130F36 background.


White color preview on #130F36 background

This text has white color on #130F36 background.