COLOR #131E7C

HEX: #131E7C
RGB: (19,30,124)

Color info

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

RGB color model

#131E7C color RGB value is (19,30,124).

  • red value is 19;
  • green value is 30;
  • blue value is 124.
RGB:
(19,30,124)
(7%,12%,49%)

RGB channels and saturation

R 19 of 255 = 7%
G 30 of 255 = 12%
B 124 of 255 = 49%

19
30
124

R + G + B ~ 23%. #131E7C is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 30 + 124 = 173 (100%)
R 19 of 173 ~ 10.98%
G 30 of 173 ~ 17.34%
B 124 of 173 ~ 71.68%

%10.98
%17.34
%71.68

CMYK color model

#131E7C color CMYK value is (85,76,0,51).

  • cyan value is 84.68%
  • magenta value is 75.81%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(85,76,0,51)
C85M76Y0K51 
(85%,76%,0%,51%)
(0.85/0.76/0.00/0.51)	

CMYK percentages

%84.68
%75.81
%0
%51.37

Codes

Color #131E7C in popluar color models

131E7C
RGB1930124
HSL234°73.43%28.04%
HSB/HSV234°84.68%48.63%
CMYK84.68%75.81%0.00%
51.37%

Color #131E7C in popluar number systems.

HEX131E7C
Decimal1930124
Binary10011111101111100
Octal2336174

Shades and tints

Shades of #131E7C

#131E7C
(19,30,124)
#121C71
(18,28,113)
#111A66
(17,26,102)
#10185B
(16,24,91)
#0F1650
(15,22,80)
#0E1445
(14,20,69)
#0D123A
(13,18,58)
#0C102F
(12,16,47)
#0B0E24
(11,14,36)
#0A0C19
(10,12,25)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #131E7C

#131E7C
(19,30,124)
#283287
(40,50,135)
#3D4692
(61,70,146)
#525A9D
(82,90,157)
#676EA8
(103,110,168)
#7C82B3
(124,130,179)
#9196BE
(145,150,190)
#A6AAC9
(166,170,201)
#BBBED4
(187,190,212)
#D0D2DF
(208,210,223)
#E5E6EA
(229,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131E7C color. Also use rgb(19,30,124) instead hex code.

Text Font Color

.myTextColor { color: #131E7C; }

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

This text font color is #131E7C.


Background Color

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

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

This div background color is #131E7C.


Border color

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

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

This div border color is #131E7C.


Opacity

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

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

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

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

This text has shadow with #131E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131E7C on black background.


Color preview on white background

This text has color #131E7C on white background.



Black color preview on #131E7C background

This text has black color on #131E7C background.


White color preview on #131E7C background

This text has white color on #131E7C background.