COLOR #1A2959

HEX: #1A2959 RGB: (26,41,89)

Color info

#1A2959 contains mainly green and blue colors. Web safe color of #1A2959 is #003366 (or #036).

RGB color model

#1A2959 color RGB value is (26,41,89).

RGB: (26,41,89) (10%, 16%, 35%)

RGB channels and saturation

R 26 of 255 = 10%
G 41 of 255 = 16%
B 89 of 255 = 35%

26
41
89

R + G + B ~ 20%. #1A2959 is dark color.

Portions of RGB colors in percentages

R + G + B = 26 + 41 + 89 = 156 (100%)
R 26 of 156 ~ 16.67%
G 41 of 156 ~ 26.28%
B 89 of 156 ~ 57.05'%

%16.67
%26.28
%57.05

CMYK color model

#1A2959 color CMYK value is (71,54,0,65).

  • cyan value is 70.79%
  • magenta value is 53.93%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (71,54,0,65)
C71M54Y0K65 (71%, 54%, 0%, 65%)
(0.71 / 0.54 / 0.00 / 0.65)

CMYK percentages

%70.79
%53.93
%0
%65.1

Codes

Color #1A2959 in popluar color models

1A 29 59
RGB 26 41 89
HSL 226° 54.78% 22.55%
HSB/HSV 226° 70.79% 34.90%
CMYK 70.79% 53.93% 0.00%
65.10%

Color #1A2959 in popluar number systems.

HEX 1A 29 59
Decimal 26 41 89
Binary 11010 101001 1011001
Octal 32 51 131

Shades and tints

Shades of #1A2959

#1A2959
(26,41,89)
#182651
(24,38,81)
#162349
(22,35,73)
#142041
(20,32,65)
#121D39
(18,29,57)
#101A31
(16,26,49)
#0E1729
(14,23,41)
#0C1421
(12,20,33)
#0A1119
(10,17,25)
#080E11
(8,14,17)
#060B09
(6,11,9)
#000000
(0,0,0)

Tints of #1A2959

#1A2959
(26,41,89)
#2E3C68
(46,60,104)
#424F77
(66,79,119)
#566286
(86,98,134)
#6A7595
(106,117,149)
#7E88A4
(126,136,164)
#929BB3
(146,155,179)
#A6AEC2
(166,174,194)
#BAC1D1
(186,193,209)
#CED4E0
(206,212,224)
#E2E7EF
(226,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1A2959; }

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

This text font color is #1A2959.

Background Color

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

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

This div background color is #1A2959.

Border color

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

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

This div border color is #1A2959.

Opacity

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

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

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

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

This text has shadow with #1A2959 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1A2959.

Preview

Color preview on black background

This text has color #1A2959 on black background.


Color preview on white background

This text has color #1A2959 on white background.


Black color preview on #1A2959 background

This text has black color on #1A2959 background.


White color preview on #1A2959 background

This text has white color on #1A2959 background.


Related colors

Complementary color

Complementary color for #hex is #E5D6A6.


I love getcolorcode.com

Triadic colors

1 #591A29 and #29591A with #1A2959 are triadic colors.

2 #59291A and #291A59 with #1A2959 are triadic colors.