COLOR #1A6DD1

HEX: #1A6DD1
RGB: (26,109,209)

Color info

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

RGB color model

#1A6DD1 color RGB value is (26,109,209).

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

RGB channels and saturation

R 26 of 255 = 10%
G 109 of 255 = 43%
B 209 of 255 = 82%

26
109
209

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

Portions of RGB colors in percentages

R + G + B =
26 + 109 + 209 = 344 (100%)
R 26 of 344 ~ 7.56%
G 109 of 344 ~ 31.69%
B 209 of 344 ~ 60.76%

%31.69
%60.76

CMYK color model

#1A6DD1 color CMYK value is (88,48,0,18).

  • cyan value is 87.56%
  • magenta value is 47.85%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(88,48,0,18)
C88M48Y0K18 
(88%,48%,0%,18%)
(0.88/0.48/0.00/0.18)	

CMYK percentages

%87.56
%47.85
%0
%18.04

Codes

Color #1A6DD1 in popluar color models

1A6DD1
RGB26109209
HSL213°77.87%46.08%
HSB/HSV213°87.56%81.96%
CMYK87.56%47.85%0.00%
18.04%

Color #1A6DD1 in popluar number systems.

HEX1A6DD1
Decimal26109209
Binary11010110110111010001
Octal32155321

Shades and tints

Shades of #1A6DD1

#1A6DD1
(26,109,209)
#1864BE
(24,100,190)
#165BAB
(22,91,171)
#145298
(20,82,152)
#124985
(18,73,133)
#104072
(16,64,114)
#0E375F
(14,55,95)
#0C2E4C
(12,46,76)
#0A2539
(10,37,57)
#081C26
(8,28,38)
#061313
(6,19,19)
#000000
(0,0,0)

Tints of #1A6DD1

#1A6DD1
(26,109,209)
#2E7AD5
(46,122,213)
#4287D9
(66,135,217)
#5694DD
(86,148,221)
#6AA1E1
(106,161,225)
#7EAEE5
(126,174,229)
#92BBE9
(146,187,233)
#A6C8ED
(166,200,237)
#BAD5F1
(186,213,241)
#CEE2F5
(206,226,245)
#E2EFF9
(226,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1A6DD1; }

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

This text font color is #1A6DD1.


Background Color

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

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

This div background color is #1A6DD1.


Border color

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

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

This div border color is #1A6DD1.


Opacity

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

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

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

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

This text has shadow with #1A6DD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A6DD1 on black background.


Color preview on white background

This text has color #1A6DD1 on white background.



Black color preview on #1A6DD1 background

This text has black color on #1A6DD1 background.


White color preview on #1A6DD1 background

This text has white color on #1A6DD1 background.