COLOR #131172

HEX: #131172 RGB: (19,17,114)

Color info

#131172 contains mainly blue color. Web safe color of #131172 is #000066 (or #006).

RGB color model

#131172 color RGB value is (19,17,114).

RGB: (19,17,114) (7%, 7%, 45%)

RGB channels and saturation

R 19 of 255 = 7%
G 17 of 255 = 7%
B 114 of 255 = 45%

19
17
114

R + G + B ~ 20%. #131172 is dark color.

Portions of RGB colors in percentages

R + G + B = 19 + 17 + 114 = 150 (100%)
R 19 of 150 ~ 12.67%
G 17 of 150 ~ 11.33%
B 114 of 150 ~ 76'%

%12.67
%11.33
%76

CMYK color model

#131172 color CMYK value is (83,85,0,55).

  • cyan value is 83.33%
  • magenta value is 85.09%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK: (83,85,0,55) C83M85Y0K55 (83%,85%,0%,55%) (0.83/0.85/0.00/0.55) 

CMYK percentages

%83.33
%85.09
%0
%55.29

Codes

Color #131172 in popluar color models

13 11 72
RGB 19 17 114
HSL 241° 74.05% 25.69%
HSB/HSV 241° 85.09% 44.71%
CMYK 83.33% 85.09% 0.00%
55.29%

Color #131172 in popluar number systems.

HEX 13 11 72
Decimal 19 17 114
Binary 10011 10001 1110010
Octal 23 21 162

Shades and tints

Shades of #131172

#131172
(19,17,114)
#121068
(18,16,104)
#110F5E
(17,15,94)
#100E54
(16,14,84)
#0F0D4A
(15,13,74)
#0E0C40
(14,12,64)
#0D0B36
(13,11,54)
#0C0A2C
(12,10,44)
#0B0922
(11,9,34)
#0A0818
(10,8,24)
#09070E
(9,7,14)
#000000
(0,0,0)

Tints of #131172

#131172
(19,17,114)
#28267E
(40,38,126)
#3D3B8A
(61,59,138)
#525096
(82,80,150)
#6765A2
(103,101,162)
#7C7AAE
(124,122,174)
#918FBA
(145,143,186)
#A6A4C6
(166,164,198)
#BBB9D2
(187,185,210)
#D0CEDE
(208,206,222)
#E5E3EA
(229,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131172 color. Also use rgb(19,17,114) instead hex code.

Text Font Color

.myTextColor { color: #131172; }

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

This text font color is #131172.

Background Color

.myBgColor { background-color: #131172; }

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

This div background color is #131172.

Border color

.myBorderColor { border: 1px solid #131172; }

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

This div border color is #131172.

Opacity

.myOpacity80 { color: #131172; opacity: 0.8; }

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

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

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

This text has shadow with #131172 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131172.

Preview

Color preview on black background

This text has color #131172 on black background.


Color preview on white background

This text has color #131172 on white background.


Black color preview on #131172 background

This text has black color on #131172 background.


White color preview on #131172 background

This text has white color on #131172 background.


Related colors

Complementary color

Complementary color for #hex is #ECEE8D.


I love getcolorcode.com

Triadic colors

1 #721311 and #117213 with #131172 are triadic colors.

2 #721113 and #111372 with #131172 are triadic colors.