COLOR #1A1742

HEX: #1A1742
RGB: (26,23,66)

Color info

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

RGB color model

#1A1742 color RGB value is (26,23,66).

  • red value is 26;
  • green value is 23;
  • blue value is 66.
RGB:
(26,23,66)
(10%,9%,26%)

RGB channels and saturation

R 26 of 255 = 10%
G 23 of 255 = 9%
B 66 of 255 = 26%

26
23
66

R + G + B ~ 15%. #1A1742 is dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 23 + 66 = 115 (100%)
R 26 of 115 ~ 22.61%
G 23 of 115 ~ 20%
B 66 of 115 ~ 57.39%

%22.61
%20
%57.39

CMYK color model

#1A1742 color CMYK value is (61,65,0,74).

  • cyan value is 60.61%
  • magenta value is 65.15%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(61,65,0,74)
C61M65Y0K74 
(61%,65%,0%,74%)
(0.61/0.65/0.00/0.74)	

CMYK percentages

%60.61
%65.15
%0
%74.12

Codes

Color #1A1742 in popluar color models

1A1742
RGB262366
HSL244°48.31%17.45%
HSB/HSV244°65.15%25.88%
CMYK60.61%65.15%0.00%
74.12%

Color #1A1742 in popluar number systems.

HEX1A1742
Decimal262366
Binary11010101111000010
Octal3227102

Shades and tints

Shades of #1A1742

#1A1742
(26,23,66)
#18153C
(24,21,60)
#161336
(22,19,54)
#141130
(20,17,48)
#120F2A
(18,15,42)
#100D24
(16,13,36)
#0E0B1E
(14,11,30)
#0C0918
(12,9,24)
#0A0712
(10,7,18)
#08050C
(8,5,12)
#060306
(6,3,6)
#000000
(0,0,0)

Tints of #1A1742

#1A1742
(26,23,66)
#2E2C53
(46,44,83)
#424164
(66,65,100)
#565675
(86,86,117)
#6A6B86
(106,107,134)
#7E8097
(126,128,151)
#9295A8
(146,149,168)
#A6AAB9
(166,170,185)
#BABFCA
(186,191,202)
#CED4DB
(206,212,219)
#E2E9EC
(226,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A1742 color. Also use rgb(26,23,66) instead hex code.

Text Font Color

.myTextColor { color: #1A1742; }

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

This text font color is #1A1742.


Background Color

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

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

This div background color is #1A1742.


Border color

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

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

This div border color is #1A1742.


Opacity

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

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

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

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

This text has shadow with #1A1742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A1742 on black background.


Color preview on white background

This text has color #1A1742 on white background.



Black color preview on #1A1742 background

This text has black color on #1A1742 background.


White color preview on #1A1742 background

This text has white color on #1A1742 background.