COLOR #13122F

HEX: #13122F
RGB: (19,18,47)

Color info

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

RGB color model

#13122F color RGB value is (19,18,47).

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

RGB channels and saturation

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

19
18
47

R + G + B ~ 11%. #13122F is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 18 + 47 = 84 (100%)
R 19 of 84 ~ 22.62%
G 18 of 84 ~ 21.43%
B 47 of 84 ~ 55.95%

%22.62
%21.43
%55.95

CMYK color model

#13122F color CMYK value is (60,62,0,82).

  • cyan value is 59.57%
  • magenta value is 61.70%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(60,62,0,82)
C60M62Y0K82 
(60%,62%,0%,82%)
(0.60/0.62/0.00/0.82)	

CMYK percentages

%59.57
%61.7
%0
%81.57

Codes

Color #13122F in popluar color models

13122F
RGB191847
HSL242°44.62%12.75%
HSB/HSV242°61.70%18.43%
CMYK59.57%61.70%0.00%
81.57%

Color #13122F in popluar number systems.

HEX13122F
Decimal191847
Binary1001110010101111
Octal232257

Shades and tints

Shades of #13122F

#13122F
(19,18,47)
#12112B
(18,17,43)
#111027
(17,16,39)
#100F23
(16,15,35)
#0F0E1F
(15,14,31)
#0E0D1B
(14,13,27)
#0D0C17
(13,12,23)
#0C0B13
(12,11,19)
#0B0A0F
(11,10,15)
#0A090B
(10,9,11)
#090807
(9,8,7)
#000000
(0,0,0)

Tints of #13122F

#13122F
(19,18,47)
#282741
(40,39,65)
#3D3C53
(61,60,83)
#525165
(82,81,101)
#676677
(103,102,119)
#7C7B89
(124,123,137)
#91909B
(145,144,155)
#A6A5AD
(166,165,173)
#BBBABF
(187,186,191)
#D0CFD1
(208,207,209)
#E5E4E3
(229,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13122F; }

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

This text font color is #13122F.


Background Color

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

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

This div background color is #13122F.


Border color

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

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

This div border color is #13122F.


Opacity

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

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

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

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

This text has shadow with #13122F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13122F on black background.


Color preview on white background

This text has color #13122F on white background.



Black color preview on #13122F background

This text has black color on #13122F background.


White color preview on #13122F background

This text has white color on #13122F background.