COLOR #1A1C29

HEX: #1A1C29
RGB: (26,28,41)

Color info

#1A1C29 contains red, green and blue colors in about the same proportion. Web safe color of #1A1C29 is #003333 (or #033).

RGB color model

#1A1C29 color RGB value is (26,28,41).

  • red value is 26;
  • green value is 28;
  • blue value is 41.
RGB:
(26,28,41)
(10%,11%,16%)

RGB channels and saturation

R 26 of 255 = 10%
G 28 of 255 = 11%
B 41 of 255 = 16%

26
28
41

R + G + B ~ 12%. #1A1C29 is dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 28 + 41 = 95 (100%)
R 26 of 95 ~ 27.37%
G 28 of 95 ~ 29.47%
B 41 of 95 ~ 43.16%

%27.37
%29.47
%43.16

CMYK color model

#1A1C29 color CMYK value is (37,32,0,84).

  • cyan value is 36.59%
  • magenta value is 31.71%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(37,32,0,84)
C37M32Y0K84 
(37%,32%,0%,84%)
(0.37/0.32/0.00/0.84)	

CMYK percentages

%36.59
%31.71
%0
%83.92

Codes

Color #1A1C29 in popluar color models

1A1C29
RGB262841
HSL232°22.39%13.14%
HSB/HSV232°36.59%16.08%
CMYK36.59%31.71%0.00%
83.92%

Color #1A1C29 in popluar number systems.

HEX1A1C29
Decimal262841
Binary1101011100101001
Octal323451

Shades and tints

Shades of #1A1C29

#1A1C29
(26,28,41)
#181A26
(24,26,38)
#161823
(22,24,35)
#141620
(20,22,32)
#12141D
(18,20,29)
#10121A
(16,18,26)
#0E1017
(14,16,23)
#0C0E14
(12,14,20)
#0A0C11
(10,12,17)
#080A0E
(8,10,14)
#06080B
(6,8,11)
#000000
(0,0,0)

Tints of #1A1C29

#1A1C29
(26,28,41)
#2E303C
(46,48,60)
#42444F
(66,68,79)
#565862
(86,88,98)
#6A6C75
(106,108,117)
#7E8088
(126,128,136)
#92949B
(146,148,155)
#A6A8AE
(166,168,174)
#BABCC1
(186,188,193)
#CED0D4
(206,208,212)
#E2E4E7
(226,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A1C29 color. Also use rgb(26,28,41) instead hex code.

Text Font Color

.myTextColor { color: #1A1C29; }

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

This text font color is #1A1C29.


Background Color

.myBgColor { background-color: #1A1C29; }

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

This div background color is #1A1C29.


Border color

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

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

This div border color is #1A1C29.


Opacity

.myOpacity80 { color: #1A1C29; opacity: 0.8; }

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

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

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

This text has shadow with #1A1C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A1C29 on black background.


Color preview on white background

This text has color #1A1C29 on white background.



Black color preview on #1A1C29 background

This text has black color on #1A1C29 background.


White color preview on #1A1C29 background

This text has white color on #1A1C29 background.