COLOR #1A4880

HEX: #1A4880 RGB: (26,72,128)

Color info

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

RGB color model

#1A4880 color RGB value is (26,72,128).

RGB: (26,72,128) (10%, 28%, 50%)

RGB channels and saturation

R 26 of 255 = 10%
G 72 of 255 = 28%
B 128 of 255 = 50%

26
72
128

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

Portions of RGB colors in percentages

R + G + B = 26 + 72 + 128 = 226 (100%)
R 26 of 226 ~ 11.5%
G 72 of 226 ~ 31.86%
B 128 of 226 ~ 56.64'%

%11.5
%31.86
%56.64

CMYK color model

#1A4880 color CMYK value is (80,44,0,50).

  • cyan value is 79.69%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (80,44,0,50)
C80M44Y0K50 (80%, 44%, 0%, 50%)
(0.80 / 0.44 / 0.00 / 0.50)

CMYK percentages

%79.69
%43.75
%0
%49.8

Codes

Color #1A4880 in popluar color models

1A 48 80
RGB 26 72 128
HSL 213° 66.23% 30.20%
HSB/HSV 213° 79.69% 50.20%
CMYK 79.69% 43.75% 0.00%
49.80%

Color #1A4880 in popluar number systems.

HEX 1A 48 80
Decimal 26 72 128
Binary 11010 1001000 10000000
Octal 32 110 200

Shades and tints

Shades of #1A4880

#1A4880
(26,72,128)
#184275
(24,66,117)
#163C6A
(22,60,106)
#14365F
(20,54,95)
#123054
(18,48,84)
#102A49
(16,42,73)
#0E243E
(14,36,62)
#0C1E33
(12,30,51)
#0A1828
(10,24,40)
#08121D
(8,18,29)
#060C12
(6,12,18)
#000000
(0,0,0)

Tints of #1A4880

#1A4880
(26,72,128)
#2E588B
(46,88,139)
#426896
(66,104,150)
#5678A1
(86,120,161)
#6A88AC
(106,136,172)
#7E98B7
(126,152,183)
#92A8C2
(146,168,194)
#A6B8CD
(166,184,205)
#BAC8D8
(186,200,216)
#CED8E3
(206,216,227)
#E2E8EE
(226,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A4880 color. Also use rgb(26,72,128) instead hex code.

Text Font Color

.myTextColor { color: #1A4880; }

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

This text font color is #1A4880.

Background Color

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

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

This div background color is #1A4880.

Border color

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

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

This div border color is #1A4880.

Opacity

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

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

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

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

This text has shadow with #1A4880 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1A4880.

Preview

Color preview on black background

This text has color #1A4880 on black background.


Color preview on white background

This text has color #1A4880 on white background.


Black color preview on #1A4880 background

This text has black color on #1A4880 background.


White color preview on #1A4880 background

This text has white color on #1A4880 background.


Related colors

Complementary color

Complementary color for #hex is #E5B77F.


I love getcolorcode.com

Triadic colors

1 #801A48 and #48801A with #1A4880 are triadic colors.

2 #80481A and #481A80 with #1A4880 are triadic colors.