COLOR #131690

HEX: #131690
RGB: (19,22,144)

Color info

#131690 contains mainly blue color. Web safe color of #131690 is #000099 (or #009).

RGB color model

#131690 color RGB value is (19,22,144).

  • red value is 19;
  • green value is 22;
  • blue value is 144.
RGB:
(19,22,144)
(7%,9%,56%)

RGB channels and saturation

R 19 of 255 = 7%
G 22 of 255 = 9%
B 144 of 255 = 56%

19
22
144

R + G + B ~ 24%. #131690 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 22 + 144 = 185 (100%)
R 19 of 185 ~ 10.27%
G 22 of 185 ~ 11.89%
B 144 of 185 ~ 77.84%

%10.27
%11.89
%77.84

CMYK color model

#131690 color CMYK value is (87,85,0,44).

  • cyan value is 86.81%
  • magenta value is 84.72%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(87,85,0,44)
C87M85Y0K44 
(87%,85%,0%,44%)
(0.87/0.85/0.00/0.44)	

CMYK percentages

%86.81
%84.72
%0
%43.53

Codes

Color #131690 in popluar color models

131690
RGB1922144
HSL239°76.69%31.96%
HSB/HSV239°86.81%56.47%
CMYK86.81%84.72%0.00%
43.53%

Color #131690 in popluar number systems.

HEX131690
Decimal1922144
Binary100111011010010000
Octal2326220

Shades and tints

Shades of #131690

#131690
(19,22,144)
#121483
(18,20,131)
#111276
(17,18,118)
#101069
(16,16,105)
#0F0E5C
(15,14,92)
#0E0C4F
(14,12,79)
#0D0A42
(13,10,66)
#0C0835
(12,8,53)
#0B0628
(11,6,40)
#0A041B
(10,4,27)
#09020E
(9,2,14)
#000000
(0,0,0)

Tints of #131690

#131690
(19,22,144)
#282B9A
(40,43,154)
#3D40A4
(61,64,164)
#5255AE
(82,85,174)
#676AB8
(103,106,184)
#7C7FC2
(124,127,194)
#9194CC
(145,148,204)
#A6A9D6
(166,169,214)
#BBBEE0
(187,190,224)
#D0D3EA
(208,211,234)
#E5E8F4
(229,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131690 color. Also use rgb(19,22,144) instead hex code.

Text Font Color

.myTextColor { color: #131690; }

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

This text font color is #131690.


Background Color

.myBgColor { background-color: #131690; }

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

This div background color is #131690.


Border color

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

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

This div border color is #131690.


Opacity

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

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

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

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

This text has shadow with #131690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131690 on black background.


Color preview on white background

This text has color #131690 on white background.



Black color preview on #131690 background

This text has black color on #131690 background.


White color preview on #131690 background

This text has white color on #131690 background.