COLOR #131229

HEX: #131229
RGB: (19,18,41)

Color info

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

RGB color model

#131229 color RGB value is (19,18,41).

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

RGB channels and saturation

R 19 of 255 = 7%
G 18 of 255 = 7%
B 41 of 255 = 16%

19
18
41

R + G + B ~ 10%. #131229 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 18 + 41 = 78 (100%)
R 19 of 78 ~ 24.36%
G 18 of 78 ~ 23.08%
B 41 of 78 ~ 52.56%

%24.36
%23.08
%52.56

CMYK color model

#131229 color CMYK value is (54,56,0,84).

  • cyan value is 53.66%
  • magenta value is 56.10%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(54,56,0,84)
C54M56Y0K84 
(54%,56%,0%,84%)
(0.54/0.56/0.00/0.84)	

CMYK percentages

%53.66
%56.1
%0
%83.92

Codes

Color #131229 in popluar color models

131229
RGB191841
HSL243°38.98%11.57%
HSB/HSV243°56.10%16.08%
CMYK53.66%56.10%0.00%
83.92%

Color #131229 in popluar number systems.

HEX131229
Decimal191841
Binary1001110010101001
Octal232251

Shades and tints

Shades of #131229

#131229
(19,18,41)
#121126
(18,17,38)
#111023
(17,16,35)
#100F20
(16,15,32)
#0F0E1D
(15,14,29)
#0E0D1A
(14,13,26)
#0D0C17
(13,12,23)
#0C0B14
(12,11,20)
#0B0A11
(11,10,17)
#0A090E
(10,9,14)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #131229

#131229
(19,18,41)
#28273C
(40,39,60)
#3D3C4F
(61,60,79)
#525162
(82,81,98)
#676675
(103,102,117)
#7C7B88
(124,123,136)
#91909B
(145,144,155)
#A6A5AE
(166,165,174)
#BBBAC1
(187,186,193)
#D0CFD4
(208,207,212)
#E5E4E7
(229,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131229; }

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

This text font color is #131229.


Background Color

.myBgColor { background-color: #131229; }

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

This div background color is #131229.


Border color

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

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

This div border color is #131229.


Opacity

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

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

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

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

This text has shadow with #131229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131229 on black background.


Color preview on white background

This text has color #131229 on white background.



Black color preview on #131229 background

This text has black color on #131229 background.


White color preview on #131229 background

This text has white color on #131229 background.