COLOR #1A4983

HEX: #1A4983
RGB: (26,73,131)

Color info

#1A4983 contains mainly green and blue colors. Web safe color of #1A4983 is #003399 (or #039).

RGB color model

#1A4983 color RGB value is (26,73,131).

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

RGB channels and saturation

R 26 of 255 = 10%
G 73 of 255 = 29%
B 131 of 255 = 51%

26
73
131

R + G + B ~ 30%. #1A4983 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 73 + 131 = 230 (100%)
R 26 of 230 ~ 11.3%
G 73 of 230 ~ 31.74%
B 131 of 230 ~ 56.96%

%11.3
%31.74
%56.96

CMYK color model

#1A4983 color CMYK value is (80,44,0,49).

  • cyan value is 80.15%
  • magenta value is 44.27%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(80,44,0,49)
C80M44Y0K49 
(80%,44%,0%,49%)
(0.80/0.44/0.00/0.49)	

CMYK percentages

%80.15
%44.27
%0
%48.63

Codes

Color #1A4983 in popluar color models

1A4983
RGB2673131
HSL213°66.88%30.78%
HSB/HSV213°80.15%51.37%
CMYK80.15%44.27%0.00%
48.63%

Color #1A4983 in popluar number systems.

HEX1A4983
Decimal2673131
Binary11010100100110000011
Octal32111203

Shades and tints

Shades of #1A4983

#1A4983
(26,73,131)
#184378
(24,67,120)
#163D6D
(22,61,109)
#143762
(20,55,98)
#123157
(18,49,87)
#102B4C
(16,43,76)
#0E2541
(14,37,65)
#0C1F36
(12,31,54)
#0A192B
(10,25,43)
#081320
(8,19,32)
#060D15
(6,13,21)
#000000
(0,0,0)

Tints of #1A4983

#1A4983
(26,73,131)
#2E598E
(46,89,142)
#426999
(66,105,153)
#5679A4
(86,121,164)
#6A89AF
(106,137,175)
#7E99BA
(126,153,186)
#92A9C5
(146,169,197)
#A6B9D0
(166,185,208)
#BAC9DB
(186,201,219)
#CED9E6
(206,217,230)
#E2E9F1
(226,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1A4983; }

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

This text font color is #1A4983.


Background Color

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

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

This div background color is #1A4983.


Border color

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

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

This div border color is #1A4983.


Opacity

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

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

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

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

This text has shadow with #1A4983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A4983 on black background.


Color preview on white background

This text has color #1A4983 on white background.



Black color preview on #1A4983 background

This text has black color on #1A4983 background.


White color preview on #1A4983 background

This text has white color on #1A4983 background.