COLOR #1A496B

HEX: #1A496B
RGB: (26,73,107)

Color info

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

RGB color model

#1A496B color RGB value is (26,73,107).

  • red value is 26;
  • green value is 73;
  • blue value is 107.
RGB:
(26,73,107)
(10%,29%,42%)

RGB channels and saturation

R 26 of 255 = 10%
G 73 of 255 = 29%
B 107 of 255 = 42%

26
73
107

R + G + B ~ 27%. #1A496B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 73 + 107 = 206 (100%)
R 26 of 206 ~ 12.62%
G 73 of 206 ~ 35.44%
B 107 of 206 ~ 51.94%

%12.62
%35.44
%51.94

CMYK color model

#1A496B color CMYK value is (76,32,0,58).

  • cyan value is 75.70%
  • magenta value is 31.78%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(76,32,0,58)
C76M32Y0K58 
(76%,32%,0%,58%)
(0.76/0.32/0.00/0.58)	

CMYK percentages

%75.7
%31.78
%0
%58.04

Codes

Color #1A496B in popluar color models

1A496B
RGB2673107
HSL205°60.90%26.08%
HSB/HSV205°75.70%41.96%
CMYK75.70%31.78%0.00%
58.04%

Color #1A496B in popluar number systems.

HEX1A496B
Decimal2673107
Binary1101010010011101011
Octal32111153

Shades and tints

Shades of #1A496B

#1A496B
(26,73,107)
#184362
(24,67,98)
#163D59
(22,61,89)
#143750
(20,55,80)
#123147
(18,49,71)
#102B3E
(16,43,62)
#0E2535
(14,37,53)
#0C1F2C
(12,31,44)
#0A1923
(10,25,35)
#08131A
(8,19,26)
#060D11
(6,13,17)
#000000
(0,0,0)

Tints of #1A496B

#1A496B
(26,73,107)
#2E5978
(46,89,120)
#426985
(66,105,133)
#567992
(86,121,146)
#6A899F
(106,137,159)
#7E99AC
(126,153,172)
#92A9B9
(146,169,185)
#A6B9C6
(166,185,198)
#BAC9D3
(186,201,211)
#CED9E0
(206,217,224)
#E2E9ED
(226,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A496B color. Also use rgb(26,73,107) instead hex code.

Text Font Color

.myTextColor { color: #1A496B; }

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

This text font color is #1A496B.


Background Color

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

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

This div background color is #1A496B.


Border color

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

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

This div border color is #1A496B.


Opacity

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

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

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

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

This text has shadow with #1A496B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A496B on black background.


Color preview on white background

This text has color #1A496B on white background.



Black color preview on #1A496B background

This text has black color on #1A496B background.


White color preview on #1A496B background

This text has white color on #1A496B background.