COLOR #131C69

HEX: #131C69
RGB: (19,28,105)

Color info

#131C69 contains mainly blue color. Web safe color of #131C69 is #003366 (or #036).

RGB color model

#131C69 color RGB value is (19,28,105).

  • red value is 19;
  • green value is 28;
  • blue value is 105.
RGB:
(19,28,105)
(7%,11%,41%)

RGB channels and saturation

R 19 of 255 = 7%
G 28 of 255 = 11%
B 105 of 255 = 41%

19
28
105

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

Portions of RGB colors in percentages

R + G + B =
19 + 28 + 105 = 152 (100%)
R 19 of 152 ~ 12.5%
G 28 of 152 ~ 18.42%
B 105 of 152 ~ 69.08%

%12.5
%18.42
%69.08

CMYK color model

#131C69 color CMYK value is (82,73,0,59).

  • cyan value is 81.90%
  • magenta value is 73.33%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(82,73,0,59)
C82M73Y0K59 
(82%,73%,0%,59%)
(0.82/0.73/0.00/0.59)	

CMYK percentages

%81.9
%73.33
%0
%58.82

Codes

Color #131C69 in popluar color models

131C69
RGB1928105
HSL234°69.35%24.31%
HSB/HSV234°81.90%41.18%
CMYK81.90%73.33%0.00%
58.82%

Color #131C69 in popluar number systems.

HEX131C69
Decimal1928105
Binary10011111001101001
Octal2334151

Shades and tints

Shades of #131C69

#131C69
(19,28,105)
#121A60
(18,26,96)
#111857
(17,24,87)
#10164E
(16,22,78)
#0F1445
(15,20,69)
#0E123C
(14,18,60)
#0D1033
(13,16,51)
#0C0E2A
(12,14,42)
#0B0C21
(11,12,33)
#0A0A18
(10,10,24)
#09080F
(9,8,15)
#000000
(0,0,0)

Tints of #131C69

#131C69
(19,28,105)
#283076
(40,48,118)
#3D4483
(61,68,131)
#525890
(82,88,144)
#676C9D
(103,108,157)
#7C80AA
(124,128,170)
#9194B7
(145,148,183)
#A6A8C4
(166,168,196)
#BBBCD1
(187,188,209)
#D0D0DE
(208,208,222)
#E5E4EB
(229,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131C69 color. Also use rgb(19,28,105) instead hex code.

Text Font Color

.myTextColor { color: #131C69; }

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

This text font color is #131C69.


Background Color

.myBgColor { background-color: #131C69; }

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

This div background color is #131C69.


Border color

.myBorderColor { border: 1px solid #131C69; }

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

This div border color is #131C69.


Opacity

.myOpacity80 { color: #131C69; opacity: 0.8; }

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

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

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

This text has shadow with #131C69 color.

.textShadow {text-shadow: 3px 3px 1px #131C69, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131C69 on black background.


Color preview on white background

This text has color #131C69 on white background.



Black color preview on #131C69 background

This text has black color on #131C69 background.


White color preview on #131C69 background

This text has white color on #131C69 background.