COLOR #131345

HEX: #131345
RGB: (19,19,69)

Color info

#131345 contains red, green and blue colors in about the same proportion. Web safe color of #131345 is #000033 (or #003).

RGB color model

#131345 color RGB value is (19,19,69).

  • red value is 19;
  • green value is 19;
  • blue value is 69.
RGB:
(19,19,69)
(7%,7%,27%)

RGB channels and saturation

R 19 of 255 = 7%
G 19 of 255 = 7%
B 69 of 255 = 27%

19
19
69

R + G + B ~ 14%. #131345 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 19 + 69 = 107 (100%)
R 19 of 107 ~ 17.76%
G 19 of 107 ~ 17.76%
B 69 of 107 ~ 64.49%

%17.76
%17.76
%64.49

CMYK color model

#131345 color CMYK value is (72,72,0,73).

  • cyan value is 72.46%
  • magenta value is 72.46%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(72,72,0,73)
C72M72Y0K73 
(72%,72%,0%,73%)
(0.72/0.72/0.00/0.73)	

CMYK percentages

%72.46
%72.46
%0
%72.94

Codes

Color #131345 in popluar color models

131345
RGB191969
HSL240°56.82%17.25%
HSB/HSV240°72.46%27.06%
CMYK72.46%72.46%0.00%
72.94%

Color #131345 in popluar number systems.

HEX131345
Decimal191969
Binary10011100111000101
Octal2323105

Shades and tints

Shades of #131345

#131345
(19,19,69)
#12123F
(18,18,63)
#111139
(17,17,57)
#101033
(16,16,51)
#0F0F2D
(15,15,45)
#0E0E27
(14,14,39)
#0D0D21
(13,13,33)
#0C0C1B
(12,12,27)
#0B0B15
(11,11,21)
#0A0A0F
(10,10,15)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #131345

#131345
(19,19,69)
#282855
(40,40,85)
#3D3D65
(61,61,101)
#525275
(82,82,117)
#676785
(103,103,133)
#7C7C95
(124,124,149)
#9191A5
(145,145,165)
#A6A6B5
(166,166,181)
#BBBBC5
(187,187,197)
#D0D0D5
(208,208,213)
#E5E5E5
(229,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131345; }

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

This text font color is #131345.


Background Color

.myBgColor { background-color: #131345; }

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

This div background color is #131345.


Border color

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

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

This div border color is #131345.


Opacity

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

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

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

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

This text has shadow with #131345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131345 on black background.


Color preview on white background

This text has color #131345 on white background.



Black color preview on #131345 background

This text has black color on #131345 background.


White color preview on #131345 background

This text has white color on #131345 background.