COLOR #1A4B79

HEX: #1A4B79
RGB: (26,75,121)

Color info

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

RGB color model

#1A4B79 color RGB value is (26,75,121).

  • red value is 26;
  • green value is 75;
  • blue value is 121.
RGB:
(26,75,121)
(10%,29%,47%)

RGB channels and saturation

R 26 of 255 = 10%
G 75 of 255 = 29%
B 121 of 255 = 47%

26
75
121

R + G + B ~ 29%. #1A4B79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 75 + 121 = 222 (100%)
R 26 of 222 ~ 11.71%
G 75 of 222 ~ 33.78%
B 121 of 222 ~ 54.5%

%11.71
%33.78
%54.5

CMYK color model

#1A4B79 color CMYK value is (79,38,0,53).

  • cyan value is 78.51%
  • magenta value is 38.02%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(79,38,0,53)
C79M38Y0K53 
(79%,38%,0%,53%)
(0.79/0.38/0.00/0.53)	

CMYK percentages

%78.51
%38.02
%0
%52.55

Codes

Color #1A4B79 in popluar color models

1A4B79
RGB2675121
HSL209°64.63%28.82%
HSB/HSV209°78.51%47.45%
CMYK78.51%38.02%0.00%
52.55%

Color #1A4B79 in popluar number systems.

HEX1A4B79
Decimal2675121
Binary1101010010111111001
Octal32113171

Shades and tints

Shades of #1A4B79

#1A4B79
(26,75,121)
#18456E
(24,69,110)
#163F63
(22,63,99)
#143958
(20,57,88)
#12334D
(18,51,77)
#102D42
(16,45,66)
#0E2737
(14,39,55)
#0C212C
(12,33,44)
#0A1B21
(10,27,33)
#081516
(8,21,22)
#060F0B
(6,15,11)
#000000
(0,0,0)

Tints of #1A4B79

#1A4B79
(26,75,121)
#2E5B85
(46,91,133)
#426B91
(66,107,145)
#567B9D
(86,123,157)
#6A8BA9
(106,139,169)
#7E9BB5
(126,155,181)
#92ABC1
(146,171,193)
#A6BBCD
(166,187,205)
#BACBD9
(186,203,217)
#CEDBE5
(206,219,229)
#E2EBF1
(226,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A4B79 color. Also use rgb(26,75,121) instead hex code.

Text Font Color

.myTextColor { color: #1A4B79; }

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

This text font color is #1A4B79.


Background Color

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

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

This div background color is #1A4B79.


Border color

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

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

This div border color is #1A4B79.


Opacity

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

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

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

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

This text has shadow with #1A4B79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A4B79 on black background.


Color preview on white background

This text has color #1A4B79 on white background.



Black color preview on #1A4B79 background

This text has black color on #1A4B79 background.


White color preview on #1A4B79 background

This text has white color on #1A4B79 background.