COLOR #1A76D1

HEX: #1A76D1
RGB: (26,118,209)

Color info

#1A76D1 contains mainly blue color. Web safe color of #1A76D1 is #0066CC (or #06C).

RGB color model

#1A76D1 color RGB value is (26,118,209).

  • red value is 26;
  • green value is 118;
  • blue value is 209.
RGB:
(26,118,209)
(10%,46%,82%)

RGB channels and saturation

R 26 of 255 = 10%
G 118 of 255 = 46%
B 209 of 255 = 82%

26
118
209

R + G + B ~ 46%. #1A76D1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
26 + 118 + 209 = 353 (100%)
R 26 of 353 ~ 7.37%
G 118 of 353 ~ 33.43%
B 209 of 353 ~ 59.21%

%33.43
%59.21

CMYK color model

#1A76D1 color CMYK value is (88,44,0,18).

  • cyan value is 87.56%
  • magenta value is 43.54%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(88,44,0,18)
C88M44Y0K18 
(88%,44%,0%,18%)
(0.88/0.44/0.00/0.18)	

CMYK percentages

%87.56
%43.54
%0
%18.04

Codes

Color #1A76D1 in popluar color models

1A76D1
RGB26118209
HSL210°77.87%46.08%
HSB/HSV210°87.56%81.96%
CMYK87.56%43.54%0.00%
18.04%

Color #1A76D1 in popluar number systems.

HEX1A76D1
Decimal26118209
Binary11010111011011010001
Octal32166321

Shades and tints

Shades of #1A76D1

#1A76D1
(26,118,209)
#186CBE
(24,108,190)
#1662AB
(22,98,171)
#145898
(20,88,152)
#124E85
(18,78,133)
#104472
(16,68,114)
#0E3A5F
(14,58,95)
#0C304C
(12,48,76)
#0A2639
(10,38,57)
#081C26
(8,28,38)
#061213
(6,18,19)
#000000
(0,0,0)

Tints of #1A76D1

#1A76D1
(26,118,209)
#2E82D5
(46,130,213)
#428ED9
(66,142,217)
#569ADD
(86,154,221)
#6AA6E1
(106,166,225)
#7EB2E5
(126,178,229)
#92BEE9
(146,190,233)
#A6CAED
(166,202,237)
#BAD6F1
(186,214,241)
#CEE2F5
(206,226,245)
#E2EEF9
(226,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A76D1 color. Also use rgb(26,118,209) instead hex code.

Text Font Color

.myTextColor { color: #1A76D1; }

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

This text font color is #1A76D1.


Background Color

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

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

This div background color is #1A76D1.


Border color

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

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

This div border color is #1A76D1.


Opacity

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

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

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

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

This text has shadow with #1A76D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A76D1 on black background.


Color preview on white background

This text has color #1A76D1 on white background.



Black color preview on #1A76D1 background

This text has black color on #1A76D1 background.


White color preview on #1A76D1 background

This text has white color on #1A76D1 background.