COLOR #131533

HEX: #131533
RGB: (19,21,51)

Color info

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

RGB color model

#131533 color RGB value is (19,21,51).

  • red value is 19;
  • green value is 21;
  • blue value is 51.
RGB:
(19,21,51)
(7%,8%,20%)

RGB channels and saturation

R 19 of 255 = 7%
G 21 of 255 = 8%
B 51 of 255 = 20%

19
21
51

R + G + B ~ 12%. #131533 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 21 + 51 = 91 (100%)
R 19 of 91 ~ 20.88%
G 21 of 91 ~ 23.08%
B 51 of 91 ~ 56.04%

%20.88
%23.08
%56.04

CMYK color model

#131533 color CMYK value is (63,59,0,80).

  • cyan value is 62.75%
  • magenta value is 58.82%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(63,59,0,80)
C63M59Y0K80 
(63%,59%,0%,80%)
(0.63/0.59/0.00/0.80)	

CMYK percentages

%62.75
%58.82
%0
%80

Codes

Color #131533 in popluar color models

131533
RGB192151
HSL236°45.71%13.73%
HSB/HSV236°62.75%20.00%
CMYK62.75%58.82%0.00%
80.00%

Color #131533 in popluar number systems.

HEX131533
Decimal192151
Binary1001110101110011
Octal232563

Shades and tints

Shades of #131533

#131533
(19,21,51)
#12142F
(18,20,47)
#11132B
(17,19,43)
#101227
(16,18,39)
#0F1123
(15,17,35)
#0E101F
(14,16,31)
#0D0F1B
(13,15,27)
#0C0E17
(12,14,23)
#0B0D13
(11,13,19)
#0A0C0F
(10,12,15)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #131533

#131533
(19,21,51)
#282A45
(40,42,69)
#3D3F57
(61,63,87)
#525469
(82,84,105)
#67697B
(103,105,123)
#7C7E8D
(124,126,141)
#91939F
(145,147,159)
#A6A8B1
(166,168,177)
#BBBDC3
(187,189,195)
#D0D2D5
(208,210,213)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131533; }

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

This text font color is #131533.


Background Color

.myBgColor { background-color: #131533; }

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

This div background color is #131533.


Border color

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

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

This div border color is #131533.


Opacity

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

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

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

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

This text has shadow with #131533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131533 on black background.


Color preview on white background

This text has color #131533 on white background.



Black color preview on #131533 background

This text has black color on #131533 background.


White color preview on #131533 background

This text has white color on #131533 background.