COLOR #13022F

HEX: #13022F
RGB: (19,2,47)

Color info

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

RGB color model

#13022F color RGB value is (19,2,47).

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

RGB channels and saturation

R 19 of 255 = 7%
G 2 of 255 = 1%
B 47 of 255 = 18%

19
2
47

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

Portions of RGB colors in percentages

R + G + B =
19 + 2 + 47 = 68 (100%)
R 19 of 68 ~ 27.94%
G 2 of 68 ~ 2.94%
B 47 of 68 ~ 69.12%

%27.94
%69.12

CMYK color model

#13022F color CMYK value is (60,96,0,82).

  • cyan value is 59.57%
  • magenta value is 95.74%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(60,96,0,82)
C60M96Y0K82 
(60%,96%,0%,82%)
(0.60/0.96/0.00/0.82)	

CMYK percentages

%59.57
%95.74
%0
%81.57

Codes

Color #13022F in popluar color models

13022F
RGB19247
HSL263°91.84%9.61%
HSB/HSV263°95.74%18.43%
CMYK59.57%95.74%0.00%
81.57%

Color #13022F in popluar number systems.

HEX13022F
Decimal19247
Binary1001110101111
Octal23257

Shades and tints

Shades of #13022F

#13022F
(19,2,47)
#12022B
(18,2,43)
#110227
(17,2,39)
#100223
(16,2,35)
#0F021F
(15,2,31)
#0E021B
(14,2,27)
#0D0217
(13,2,23)
#0C0213
(12,2,19)
#0B020F
(11,2,15)
#0A020B
(10,2,11)
#090207
(9,2,7)
#000000
(0,0,0)

Tints of #13022F

#13022F
(19,2,47)
#281941
(40,25,65)
#3D3053
(61,48,83)
#524765
(82,71,101)
#675E77
(103,94,119)
#7C7589
(124,117,137)
#918C9B
(145,140,155)
#A6A3AD
(166,163,173)
#BBBABF
(187,186,191)
#D0D1D1
(208,209,209)
#E5E8E3
(229,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13022F; }

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

This text font color is #13022F.


Background Color

.myBgColor { background-color: #13022F; }

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

This div background color is #13022F.


Border color

.myBorderColor { border: 1px solid #13022F; }

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

This div border color is #13022F.


Opacity

.myOpacity80 { color: #13022F; opacity: 0.8; }

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

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

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

This text has shadow with #13022F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13022F on black background.


Color preview on white background

This text has color #13022F on white background.



Black color preview on #13022F background

This text has black color on #13022F background.


White color preview on #13022F background

This text has white color on #13022F background.