COLOR #131237

HEX: #131237
RGB: (19,18,55)

Color info

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

RGB color model

#131237 color RGB value is (19,18,55).

  • red value is 19;
  • green value is 18;
  • blue value is 55.
RGB:
(19,18,55)
(7%,7%,22%)

RGB channels and saturation

R 19 of 255 = 7%
G 18 of 255 = 7%
B 55 of 255 = 22%

19
18
55

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

Portions of RGB colors in percentages

R + G + B =
19 + 18 + 55 = 92 (100%)
R 19 of 92 ~ 20.65%
G 18 of 92 ~ 19.57%
B 55 of 92 ~ 59.78%

%20.65
%19.57
%59.78

CMYK color model

#131237 color CMYK value is (65,67,0,78).

  • cyan value is 65.45%
  • magenta value is 67.27%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(65,67,0,78)
C65M67Y0K78 
(65%,67%,0%,78%)
(0.65/0.67/0.00/0.78)	

CMYK percentages

%65.45
%67.27
%0
%78.43

Codes

Color #131237 in popluar color models

131237
RGB191855
HSL242°50.68%14.31%
HSB/HSV242°67.27%21.57%
CMYK65.45%67.27%0.00%
78.43%

Color #131237 in popluar number systems.

HEX131237
Decimal191855
Binary1001110010110111
Octal232267

Shades and tints

Shades of #131237

#131237
(19,18,55)
#121132
(18,17,50)
#11102D
(17,16,45)
#100F28
(16,15,40)
#0F0E23
(15,14,35)
#0E0D1E
(14,13,30)
#0D0C19
(13,12,25)
#0C0B14
(12,11,20)
#0B0A0F
(11,10,15)
#0A090A
(10,9,10)
#090805
(9,8,5)
#000000
(0,0,0)

Tints of #131237

#131237
(19,18,55)
#282749
(40,39,73)
#3D3C5B
(61,60,91)
#52516D
(82,81,109)
#67667F
(103,102,127)
#7C7B91
(124,123,145)
#9190A3
(145,144,163)
#A6A5B5
(166,165,181)
#BBBAC7
(187,186,199)
#D0CFD9
(208,207,217)
#E5E4EB
(229,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131237; }

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

This text font color is #131237.


Background Color

.myBgColor { background-color: #131237; }

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

This div background color is #131237.


Border color

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

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

This div border color is #131237.


Opacity

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

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

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

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

This text has shadow with #131237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131237 on black background.


Color preview on white background

This text has color #131237 on white background.



Black color preview on #131237 background

This text has black color on #131237 background.


White color preview on #131237 background

This text has white color on #131237 background.