COLOR #131B45

HEX: #131B45
RGB: (19,27,69)

Color info

#131B45 contains red, green and blue colors in about the same proportion. Web safe color of #131B45 is #003333 (or #033).

RGB color model

#131B45 color RGB value is (19,27,69).

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

RGB channels and saturation

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

19
27
69

R + G + B ~ 15%. #131B45 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 27 + 69 = 115 (100%)
R 19 of 115 ~ 16.52%
G 27 of 115 ~ 23.48%
B 69 of 115 ~ 60%

%16.52
%23.48
%60

CMYK color model

#131B45 color CMYK value is (72,61,0,73).

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

CMYK percentages

%72.46
%60.87
%0
%72.94

Codes

Color #131B45 in popluar color models

131B45
RGB192769
HSL230°56.82%17.25%
HSB/HSV230°72.46%27.06%
CMYK72.46%60.87%0.00%
72.94%

Color #131B45 in popluar number systems.

HEX131B45
Decimal192769
Binary10011110111000101
Octal2333105

Shades and tints

Shades of #131B45

#131B45
(19,27,69)
#12193F
(18,25,63)
#111739
(17,23,57)
#101533
(16,21,51)
#0F132D
(15,19,45)
#0E1127
(14,17,39)
#0D0F21
(13,15,33)
#0C0D1B
(12,13,27)
#0B0B15
(11,11,21)
#0A090F
(10,9,15)
#090709
(9,7,9)
#000000
(0,0,0)

Tints of #131B45

#131B45
(19,27,69)
#282F55
(40,47,85)
#3D4365
(61,67,101)
#525775
(82,87,117)
#676B85
(103,107,133)
#7C7F95
(124,127,149)
#9193A5
(145,147,165)
#A6A7B5
(166,167,181)
#BBBBC5
(187,187,197)
#D0CFD5
(208,207,213)
#E5E3E5
(229,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131B45; }

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

This text font color is #131B45.


Background Color

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

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

This div background color is #131B45.


Border color

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

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

This div border color is #131B45.


Opacity

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

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

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

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

This text has shadow with #131B45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131B45 on black background.


Color preview on white background

This text has color #131B45 on white background.



Black color preview on #131B45 background

This text has black color on #131B45 background.


White color preview on #131B45 background

This text has white color on #131B45 background.