COLOR #1A346E

HEX: #1A346E RGB: (26,52,110)

Color info

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

RGB color model

#1A346E color RGB value is (26,52,110).

RGB: (26,52,110) (10%, 20%, 43%)

RGB channels and saturation

R 26 of 255 = 10%
G 52 of 255 = 20%
B 110 of 255 = 43%

26
52
110

R + G + B ~ 24%. #1A346E is dark color.

Portions of RGB colors in percentages

R + G + B = 26 + 52 + 110 = 188 (100%)
R 26 of 188 ~ 13.83%
G 52 of 188 ~ 27.66%
B 110 of 188 ~ 58.51'%

%13.83
%27.66
%58.51

CMYK color model

#1A346E color CMYK value is (76,53,0,57).

  • cyan value is 76.36%
  • magenta value is 52.73%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (76,53,0,57)
C76M53Y0K57 (76%, 53%, 0%, 57%)
(0.76 / 0.53 / 0.00 / 0.57)

CMYK percentages

%76.36
%52.73
%0
%56.86

Codes

Color #1A346E in popluar color models

1A 34 6E
RGB 26 52 110
HSL 221° 61.76% 26.67%
HSB/HSV 221° 76.36% 43.14%
CMYK 76.36% 52.73% 0.00%
56.86%

Color #1A346E in popluar number systems.

HEX 1A 34 6E
Decimal 26 52 110
Binary 11010 110100 1101110
Octal 32 64 156

Shades and tints

Shades of #1A346E

#1A346E
(26,52,110)
#183064
(24,48,100)
#162C5A
(22,44,90)
#142850
(20,40,80)
#122446
(18,36,70)
#10203C
(16,32,60)
#0E1C32
(14,28,50)
#0C1828
(12,24,40)
#0A141E
(10,20,30)
#081014
(8,16,20)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #1A346E

#1A346E
(26,52,110)
#2E467B
(46,70,123)
#425888
(66,88,136)
#566A95
(86,106,149)
#6A7CA2
(106,124,162)
#7E8EAF
(126,142,175)
#92A0BC
(146,160,188)
#A6B2C9
(166,178,201)
#BAC4D6
(186,196,214)
#CED6E3
(206,214,227)
#E2E8F0
(226,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A346E color. Also use rgb(26,52,110) instead hex code.

Text Font Color

.myTextColor { color: #1A346E; }

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

This text font color is #1A346E.

Background Color

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

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

This div background color is #1A346E.

Border color

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

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

This div border color is #1A346E.

Opacity

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

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

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

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

This text has shadow with #1A346E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1A346E.

Preview

Color preview on black background

This text has color #1A346E on black background.


Color preview on white background

This text has color #1A346E on white background.


Black color preview on #1A346E background

This text has black color on #1A346E background.


White color preview on #1A346E background

This text has white color on #1A346E background.


Related colors

Complementary color

Complementary color for #hex is #E5CB91.


I love getcolorcode.com

Triadic colors

1 #6E1A34 and #346E1A with #1A346E are triadic colors.

2 #6E341A and #341A6E with #1A346E are triadic colors.