COLOR #1A28B4

HEX: #1A28B4
RGB: (26,40,180)

Color info

#1A28B4 contains mainly blue color. Web safe color of #1A28B4 is #0033CC (or #03C).

RGB color model

#1A28B4 color RGB value is (26,40,180).

  • red value is 26;
  • green value is 40;
  • blue value is 180.
RGB:
(26,40,180)
(10%,16%,71%)

RGB channels and saturation

R 26 of 255 = 10%
G 40 of 255 = 16%
B 180 of 255 = 71%

26
40
180

R + G + B ~ 32%. #1A28B4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 40 + 180 = 246 (100%)
R 26 of 246 ~ 10.57%
G 40 of 246 ~ 16.26%
B 180 of 246 ~ 73.17%

%10.57
%16.26
%73.17

CMYK color model

#1A28B4 color CMYK value is (86,78,0,29).

  • cyan value is 85.56%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(86,78,0,29)
C86M78Y0K29 
(86%,78%,0%,29%)
(0.86/0.78/0.00/0.29)	

CMYK percentages

%85.56
%77.78
%0
%29.41

Codes

Color #1A28B4 in popluar color models

1A28B4
RGB2640180
HSL235°74.76%40.39%
HSB/HSV235°85.56%70.59%
CMYK85.56%77.78%0.00%
29.41%

Color #1A28B4 in popluar number systems.

HEX1A28B4
Decimal2640180
Binary1101010100010110100
Octal3250264

Shades and tints

Shades of #1A28B4

#1A28B4
(26,40,180)
#1825A4
(24,37,164)
#162294
(22,34,148)
#141F84
(20,31,132)
#121C74
(18,28,116)
#101964
(16,25,100)
#0E1654
(14,22,84)
#0C1344
(12,19,68)
#0A1034
(10,16,52)
#080D24
(8,13,36)
#060A14
(6,10,20)
#000000
(0,0,0)

Tints of #1A28B4

#1A28B4
(26,40,180)
#2E3BBA
(46,59,186)
#424EC0
(66,78,192)
#5661C6
(86,97,198)
#6A74CC
(106,116,204)
#7E87D2
(126,135,210)
#929AD8
(146,154,216)
#A6ADDE
(166,173,222)
#BAC0E4
(186,192,228)
#CED3EA
(206,211,234)
#E2E6F0
(226,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A28B4 color. Also use rgb(26,40,180) instead hex code.

Text Font Color

.myTextColor { color: #1A28B4; }

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

This text font color is #1A28B4.


Background Color

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

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

This div background color is #1A28B4.


Border color

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

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

This div border color is #1A28B4.


Opacity

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

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

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

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

This text has shadow with #1A28B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A28B4 on black background.


Color preview on white background

This text has color #1A28B4 on white background.



Black color preview on #1A28B4 background

This text has black color on #1A28B4 background.


White color preview on #1A28B4 background

This text has white color on #1A28B4 background.