COLOR #130F32

HEX: #130F32 RGB: (19,15,50)

Color info

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

RGB color model

#130F32 color RGB value is (19,15,50).

RGB: (19,15,50) (7%, 6%, 20%)

RGB channels and saturation

R 19 of 255 = 7%
G 15 of 255 = 6%
B 50 of 255 = 20%

19
15
50

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

Portions of RGB colors in percentages

R + G + B = 19 + 15 + 50 = 84 (100%)
R 19 of 84 ~ 22.62%
G 15 of 84 ~ 17.86%
B 50 of 84 ~ 59.52'%

%22.62
%17.86
%59.52

CMYK color model

#130F32 color CMYK value is (62,70,0,80).

  • cyan value is 62.00%
  • magenta value is 70.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK: (62,70,0,80) C62M70Y0K80 (62%,70%,0%,80%) (0.62/0.70/0.00/0.80) 

CMYK percentages

%62
%70
%0
%80.39

Codes

Color #130F32 in popluar color models

13 0F 32
RGB 19 15 50
HSL 247° 53.85% 12.75%
HSB/HSV 247° 70.00% 19.61%
CMYK 62.00% 70.00% 0.00%
80.39%

Color #130F32 in popluar number systems.

HEX 13 0F 32
Decimal 19 15 50
Binary 10011 1111 110010
Octal 23 17 62

Shades and tints

Shades of #130F32

#130F32
(19,15,50)
#120E2E
(18,14,46)
#110D2A
(17,13,42)
#100C26
(16,12,38)
#0F0B22
(15,11,34)
#0E0A1E
(14,10,30)
#0D091A
(13,9,26)
#0C0816
(12,8,22)
#0B0712
(11,7,18)
#0A060E
(10,6,14)
#09050A
(9,5,10)
#000000
(0,0,0)

Tints of #130F32

#130F32
(19,15,50)
#282444
(40,36,68)
#3D3956
(61,57,86)
#524E68
(82,78,104)
#67637A
(103,99,122)
#7C788C
(124,120,140)
#918D9E
(145,141,158)
#A6A2B0
(166,162,176)
#BBB7C2
(187,183,194)
#D0CCD4
(208,204,212)
#E5E1E6
(229,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130F32; }

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

This text font color is #130F32.

Background Color

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

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

This div background color is #130F32.

Border color

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

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

This div border color is #130F32.

Opacity

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

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

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

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

This text has shadow with #130F32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #130F32.

Preview

Color preview on black background

This text has color #130F32 on black background.


Color preview on white background

This text has color #130F32 on white background.


Black color preview on #130F32 background

This text has black color on #130F32 background.


White color preview on #130F32 background

This text has white color on #130F32 background.


Related colors

Complementary color

Complementary color for #hex is #ECF0CD.


I love getcolorcode.com

Triadic colors

1 #32130F and #0F3213 with #130F32 are triadic colors.

2 #320F13 and #0F1332 with #130F32 are triadic colors.