COLOR #130225

HEX: #130225
RGB: (19,2,37)

Color info

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

RGB color model

#130225 color RGB value is (19,2,37).

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

RGB channels and saturation

R 19 of 255 = 7%
G 2 of 255 = 1%
B 37 of 255 = 15%

19
2
37

R + G + B ~ 8%. #130225 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 2 + 37 = 58 (100%)
R 19 of 58 ~ 32.76%
G 2 of 58 ~ 3.45%
B 37 of 58 ~ 63.79%

%32.76
%63.79

CMYK color model

#130225 color CMYK value is (49,95,0,85).

  • cyan value is 48.65%
  • magenta value is 94.59%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(49,95,0,85)
C49M95Y0K85 
(49%,95%,0%,85%)
(0.49/0.95/0.00/0.85)	

CMYK percentages

%48.65
%94.59
%0
%85.49

Codes

Color #130225 in popluar color models

130225
RGB19237
HSL269°89.74%7.65%
HSB/HSV269°94.59%14.51%
CMYK48.65%94.59%0.00%
85.49%

Color #130225 in popluar number systems.

HEX130225
Decimal19237
Binary1001110100101
Octal23245

Shades and tints

Shades of #130225

#130225
(19,2,37)
#120222
(18,2,34)
#11021F
(17,2,31)
#10021C
(16,2,28)
#0F0219
(15,2,25)
#0E0216
(14,2,22)
#0D0213
(13,2,19)
#0C0210
(12,2,16)
#0B020D
(11,2,13)
#0A020A
(10,2,10)
#090207
(9,2,7)
#000000
(0,0,0)

Tints of #130225

#130225
(19,2,37)
#281938
(40,25,56)
#3D304B
(61,48,75)
#52475E
(82,71,94)
#675E71
(103,94,113)
#7C7584
(124,117,132)
#918C97
(145,140,151)
#A6A3AA
(166,163,170)
#BBBABD
(187,186,189)
#D0D1D0
(208,209,208)
#E5E8E3
(229,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130225; }

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

This text font color is #130225.


Background Color

.myBgColor { background-color: #130225; }

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

This div background color is #130225.


Border color

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

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

This div border color is #130225.


Opacity

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

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

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

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

This text has shadow with #130225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130225 on black background.


Color preview on white background

This text has color #130225 on white background.



Black color preview on #130225 background

This text has black color on #130225 background.


White color preview on #130225 background

This text has white color on #130225 background.