COLOR #1A246E

HEX: #1A246E
RGB: (26,36,110)

Color info

#1A246E contains mainly blue color. Web safe color of #1A246E is #003366 (or #036).

RGB color model

#1A246E color RGB value is (26,36,110).

  • red value is 26;
  • green value is 36;
  • blue value is 110.
RGB:
(26,36,110)
(10%,14%,43%)

RGB channels and saturation

R 26 of 255 = 10%
G 36 of 255 = 14%
B 110 of 255 = 43%

26
36
110

R + G + B ~ 22%. #1A246E is dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 36 + 110 = 172 (100%)
R 26 of 172 ~ 15.12%
G 36 of 172 ~ 20.93%
B 110 of 172 ~ 63.95%

%15.12
%20.93
%63.95

CMYK color model

#1A246E color CMYK value is (76,67,0,57).

  • cyan value is 76.36%
  • magenta value is 67.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(76,67,0,57)
C76M67Y0K57 
(76%,67%,0%,57%)
(0.76/0.67/0.00/0.57)	

CMYK percentages

%76.36
%67.27
%0
%56.86

Codes

Color #1A246E in popluar color models

1A246E
RGB2636110
HSL233°61.76%26.67%
HSB/HSV233°76.36%43.14%
CMYK76.36%67.27%0.00%
56.86%

Color #1A246E in popluar number systems.

HEX1A246E
Decimal2636110
Binary110101001001101110
Octal3244156

Shades and tints

Shades of #1A246E

#1A246E
(26,36,110)
#182164
(24,33,100)
#161E5A
(22,30,90)
#141B50
(20,27,80)
#121846
(18,24,70)
#10153C
(16,21,60)
#0E1232
(14,18,50)
#0C0F28
(12,15,40)
#0A0C1E
(10,12,30)
#080914
(8,9,20)
#06060A
(6,6,10)
#000000
(0,0,0)

Tints of #1A246E

#1A246E
(26,36,110)
#2E377B
(46,55,123)
#424A88
(66,74,136)
#565D95
(86,93,149)
#6A70A2
(106,112,162)
#7E83AF
(126,131,175)
#9296BC
(146,150,188)
#A6A9C9
(166,169,201)
#BABCD6
(186,188,214)
#CECFE3
(206,207,227)
#E2E2F0
(226,226,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1A246E; }

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

This text font color is #1A246E.


Background Color

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

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

This div background color is #1A246E.


Border color

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

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

This div border color is #1A246E.


Opacity

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

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

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

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

This text has shadow with #1A246E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A246E on black background.


Color preview on white background

This text has color #1A246E on white background.



Black color preview on #1A246E background

This text has black color on #1A246E background.


White color preview on #1A246E background

This text has white color on #1A246E background.