COLOR #1A76BB

HEX: #1A76BB RGB: (26,118,187)

Color info

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

RGB color model

#1A76BB color RGB value is (26,118,187).

RGB: (26,118,187) (10%, 46%, 73%)

RGB channels and saturation

R 26 of 255 = 10%
G 118 of 255 = 46%
B 187 of 255 = 73%

26
118
187

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

Portions of RGB colors in percentages

R + G + B = 26 + 118 + 187 = 331 (100%)
R 26 of 331 ~ 7.85%
G 118 of 331 ~ 35.65%
B 187 of 331 ~ 56.5'%

%35.65
%56.5

CMYK color model

#1A76BB color CMYK value is (86,37,0,27).

  • cyan value is 86.10%
  • magenta value is 36.90%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (86,37,0,27)
C86M37Y0K27 (86%, 37%, 0%, 27%)
(0.86 / 0.37 / 0.00 / 0.27)

CMYK percentages

%86.1
%36.9
%0
%26.67

Codes

Color #1A76BB in popluar color models

1A 76 BB
RGB 26 118 187
HSL 206° 75.59% 41.76%
HSB/HSV 206° 86.10% 73.33%
CMYK 86.10% 36.90% 0.00%
26.67%

Color #1A76BB in popluar number systems.

HEX 1A 76 BB
Decimal 26 118 187
Binary 11010 1110110 10111011
Octal 32 166 273

Shades and tints

Shades of #1A76BB

#1A76BB
(26,118,187)
#186CAA
(24,108,170)
#166299
(22,98,153)
#145888
(20,88,136)
#124E77
(18,78,119)
#104466
(16,68,102)
#0E3A55
(14,58,85)
#0C3044
(12,48,68)
#0A2633
(10,38,51)
#081C22
(8,28,34)
#061211
(6,18,17)
#000000
(0,0,0)

Tints of #1A76BB

#1A76BB
(26,118,187)
#2E82C1
(46,130,193)
#428EC7
(66,142,199)
#569ACD
(86,154,205)
#6AA6D3
(106,166,211)
#7EB2D9
(126,178,217)
#92BEDF
(146,190,223)
#A6CAE5
(166,202,229)
#BAD6EB
(186,214,235)
#CEE2F1
(206,226,241)
#E2EEF7
(226,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1A76BB; }

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

This text font color is #1A76BB.

Background Color

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

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

This div background color is #1A76BB.

Border color

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

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

This div border color is #1A76BB.

Opacity

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

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

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

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

This text has shadow with #1A76BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1A76BB.

Preview

Color preview on black background

This text has color #1A76BB on black background.


Color preview on white background

This text has color #1A76BB on white background.


Black color preview on #1A76BB background

This text has black color on #1A76BB background.


White color preview on #1A76BB background

This text has white color on #1A76BB background.


Related colors

Complementary color

Complementary color for #hex is #E58944.


I love getcolorcode.com

Triadic colors

1 #BB1A76 and #76BB1A with #1A76BB are triadic colors.

2 #BB761A and #761ABB with #1A76BB are triadic colors.