COLOR #130228

HEX: #130228
RGB: (19,2,40)

Color info

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

RGB color model

#130228 color RGB value is (19,2,40).

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

RGB channels and saturation

R 19 of 255 = 7%
G 2 of 255 = 1%
B 40 of 255 = 16%

19
2
40

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

Portions of RGB colors in percentages

R + G + B =
19 + 2 + 40 = 61 (100%)
R 19 of 61 ~ 31.15%
G 2 of 61 ~ 3.28%
B 40 of 61 ~ 65.57%

%31.15
%65.57

CMYK color model

#130228 color CMYK value is (53,95,0,84).

  • cyan value is 52.50%
  • magenta value is 95.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(53,95,0,84)
C53M95Y0K84 
(53%,95%,0%,84%)
(0.53/0.95/0.00/0.84)	

CMYK percentages

%52.5
%95
%0
%84.31

Codes

Color #130228 in popluar color models

130228
RGB19240
HSL267°90.48%8.24%
HSB/HSV267°95.00%15.69%
CMYK52.50%95.00%0.00%
84.31%

Color #130228 in popluar number systems.

HEX130228
Decimal19240
Binary1001110101000
Octal23250

Shades and tints

Shades of #130228

#130228
(19,2,40)
#120225
(18,2,37)
#110222
(17,2,34)
#10021F
(16,2,31)
#0F021C
(15,2,28)
#0E0219
(14,2,25)
#0D0216
(13,2,22)
#0C0213
(12,2,19)
#0B0210
(11,2,16)
#0A020D
(10,2,13)
#09020A
(9,2,10)
#000000
(0,0,0)

Tints of #130228

#130228
(19,2,40)
#28193B
(40,25,59)
#3D304E
(61,48,78)
#524761
(82,71,97)
#675E74
(103,94,116)
#7C7587
(124,117,135)
#918C9A
(145,140,154)
#A6A3AD
(166,163,173)
#BBBAC0
(187,186,192)
#D0D1D3
(208,209,211)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130228; }

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

This text font color is #130228.


Background Color

.myBgColor { background-color: #130228; }

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

This div background color is #130228.


Border color

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

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

This div border color is #130228.


Opacity

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

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

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

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

This text has shadow with #130228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130228 on black background.


Color preview on white background

This text has color #130228 on white background.



Black color preview on #130228 background

This text has black color on #130228 background.


White color preview on #130228 background

This text has white color on #130228 background.