COLOR #131C53

HEX: #131C53
RGB: (19,28,83)

Color info

#131C53 contains mainly green and blue colors. Web safe color of #131C53 is #003366 (or #036).

RGB color model

#131C53 color RGB value is (19,28,83).

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

RGB channels and saturation

R 19 of 255 = 7%
G 28 of 255 = 11%
B 83 of 255 = 33%

19
28
83

R + G + B ~ 17%. #131C53 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 28 + 83 = 130 (100%)
R 19 of 130 ~ 14.62%
G 28 of 130 ~ 21.54%
B 83 of 130 ~ 63.85%

%14.62
%21.54
%63.85

CMYK color model

#131C53 color CMYK value is (77,66,0,67).

  • cyan value is 77.11%
  • magenta value is 66.27%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(77,66,0,67)
C77M66Y0K67 
(77%,66%,0%,67%)
(0.77/0.66/0.00/0.67)	

CMYK percentages

%77.11
%66.27
%0
%67.45

Codes

Color #131C53 in popluar color models

131C53
RGB192883
HSL232°62.75%20.00%
HSB/HSV232°77.11%32.55%
CMYK77.11%66.27%0.00%
67.45%

Color #131C53 in popluar number systems.

HEX131C53
Decimal192883
Binary10011111001010011
Octal2334123

Shades and tints

Shades of #131C53

#131C53
(19,28,83)
#121A4C
(18,26,76)
#111845
(17,24,69)
#10163E
(16,22,62)
#0F1437
(15,20,55)
#0E1230
(14,18,48)
#0D1029
(13,16,41)
#0C0E22
(12,14,34)
#0B0C1B
(11,12,27)
#0A0A14
(10,10,20)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #131C53

#131C53
(19,28,83)
#283062
(40,48,98)
#3D4471
(61,68,113)
#525880
(82,88,128)
#676C8F
(103,108,143)
#7C809E
(124,128,158)
#9194AD
(145,148,173)
#A6A8BC
(166,168,188)
#BBBCCB
(187,188,203)
#D0D0DA
(208,208,218)
#E5E4E9
(229,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131C53; }

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

This text font color is #131C53.


Background Color

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

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

This div background color is #131C53.


Border color

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

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

This div border color is #131C53.


Opacity

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

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

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

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

This text has shadow with #131C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131C53 on black background.


Color preview on white background

This text has color #131C53 on white background.



Black color preview on #131C53 background

This text has black color on #131C53 background.


White color preview on #131C53 background

This text has white color on #131C53 background.