COLOR #1A6CC1

HEX: #1A6CC1
RGB: (26,108,193)

Color info

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

RGB color model

#1A6CC1 color RGB value is (26,108,193).

  • red value is 26;
  • green value is 108;
  • blue value is 193.
RGB:
(26,108,193)
(10%,42%,76%)

RGB channels and saturation

R 26 of 255 = 10%
G 108 of 255 = 42%
B 193 of 255 = 76%

26
108
193

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

Portions of RGB colors in percentages

R + G + B =
26 + 108 + 193 = 327 (100%)
R 26 of 327 ~ 7.95%
G 108 of 327 ~ 33.03%
B 193 of 327 ~ 59.02%

%33.03
%59.02

CMYK color model

#1A6CC1 color CMYK value is (87,44,0,24).

  • cyan value is 86.53%
  • magenta value is 44.04%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(87,44,0,24)
C87M44Y0K24 
(87%,44%,0%,24%)
(0.87/0.44/0.00/0.24)	

CMYK percentages

%86.53
%44.04
%0
%24.31

Codes

Color #1A6CC1 in popluar color models

1A6CC1
RGB26108193
HSL211°76.26%42.94%
HSB/HSV211°86.53%75.69%
CMYK86.53%44.04%0.00%
24.31%

Color #1A6CC1 in popluar number systems.

HEX1A6CC1
Decimal26108193
Binary11010110110011000001
Octal32154301

Shades and tints

Shades of #1A6CC1

#1A6CC1
(26,108,193)
#1863B0
(24,99,176)
#165A9F
(22,90,159)
#14518E
(20,81,142)
#12487D
(18,72,125)
#103F6C
(16,63,108)
#0E365B
(14,54,91)
#0C2D4A
(12,45,74)
#0A2439
(10,36,57)
#081B28
(8,27,40)
#061217
(6,18,23)
#000000
(0,0,0)

Tints of #1A6CC1

#1A6CC1
(26,108,193)
#2E79C6
(46,121,198)
#4286CB
(66,134,203)
#5693D0
(86,147,208)
#6AA0D5
(106,160,213)
#7EADDA
(126,173,218)
#92BADF
(146,186,223)
#A6C7E4
(166,199,228)
#BAD4E9
(186,212,233)
#CEE1EE
(206,225,238)
#E2EEF3
(226,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A6CC1 color. Also use rgb(26,108,193) instead hex code.

Text Font Color

.myTextColor { color: #1A6CC1; }

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

This text font color is #1A6CC1.


Background Color

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

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

This div background color is #1A6CC1.


Border color

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

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

This div border color is #1A6CC1.


Opacity

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

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

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

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

This text has shadow with #1A6CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A6CC1 on black background.


Color preview on white background

This text has color #1A6CC1 on white background.



Black color preview on #1A6CC1 background

This text has black color on #1A6CC1 background.


White color preview on #1A6CC1 background

This text has white color on #1A6CC1 background.