COLOR #131025

HEX: #131025
RGB: (19,16,37)

Color info

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

RGB color model

#131025 color RGB value is (19,16,37).

  • red value is 19;
  • green value is 16;
  • blue value is 37.
RGB:
(19,16,37)
(7%,6%,15%)

RGB channels and saturation

R 19 of 255 = 7%
G 16 of 255 = 6%
B 37 of 255 = 15%

19
16
37

R + G + B ~ 9%. #131025 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 16 + 37 = 72 (100%)
R 19 of 72 ~ 26.39%
G 16 of 72 ~ 22.22%
B 37 of 72 ~ 51.39%

%26.39
%22.22
%51.39

CMYK color model

#131025 color CMYK value is (49,57,0,85).

  • cyan value is 48.65%
  • magenta value is 56.76%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(49,57,0,85)
C49M57Y0K85 
(49%,57%,0%,85%)
(0.49/0.57/0.00/0.85)	

CMYK percentages

%48.65
%56.76
%0
%85.49

Codes

Color #131025 in popluar color models

131025
RGB191637
HSL249°39.62%10.39%
HSB/HSV249°56.76%14.51%
CMYK48.65%56.76%0.00%
85.49%

Color #131025 in popluar number systems.

HEX131025
Decimal191637
Binary1001110000100101
Octal232045

Shades and tints

Shades of #131025

#131025
(19,16,37)
#120F22
(18,15,34)
#110E1F
(17,14,31)
#100D1C
(16,13,28)
#0F0C19
(15,12,25)
#0E0B16
(14,11,22)
#0D0A13
(13,10,19)
#0C0910
(12,9,16)
#0B080D
(11,8,13)
#0A070A
(10,7,10)
#090607
(9,6,7)
#000000
(0,0,0)

Tints of #131025

#131025
(19,16,37)
#282538
(40,37,56)
#3D3A4B
(61,58,75)
#524F5E
(82,79,94)
#676471
(103,100,113)
#7C7984
(124,121,132)
#918E97
(145,142,151)
#A6A3AA
(166,163,170)
#BBB8BD
(187,184,189)
#D0CDD0
(208,205,208)
#E5E2E3
(229,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131025; }

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

This text font color is #131025.


Background Color

.myBgColor { background-color: #131025; }

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

This div background color is #131025.


Border color

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

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

This div border color is #131025.


Opacity

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

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

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

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

This text has shadow with #131025 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131025 on black background.


Color preview on white background

This text has color #131025 on white background.



Black color preview on #131025 background

This text has black color on #131025 background.


White color preview on #131025 background

This text has white color on #131025 background.