COLOR #1A3B9B

HEX: #1A3B9B
RGB: (26,59,155)

Color info

#1A3B9B contains mainly blue color. Web safe color of #1A3B9B is #003399 (or #039).

RGB color model

#1A3B9B color RGB value is (26,59,155).

  • red value is 26;
  • green value is 59;
  • blue value is 155.
RGB:
(26,59,155)
(10%,23%,61%)

RGB channels and saturation

R 26 of 255 = 10%
G 59 of 255 = 23%
B 155 of 255 = 61%

26
59
155

R + G + B ~ 31%. #1A3B9B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 59 + 155 = 240 (100%)
R 26 of 240 ~ 10.83%
G 59 of 240 ~ 24.58%
B 155 of 240 ~ 64.58%

%10.83
%24.58
%64.58

CMYK color model

#1A3B9B color CMYK value is (83,62,0,39).

  • cyan value is 83.23%
  • magenta value is 61.94%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(83,62,0,39)
C83M62Y0K39 
(83%,62%,0%,39%)
(0.83/0.62/0.00/0.39)	

CMYK percentages

%83.23
%61.94
%0
%39.22

Codes

Color #1A3B9B in popluar color models

1A3B9B
RGB2659155
HSL225°71.27%35.49%
HSB/HSV225°83.23%60.78%
CMYK83.23%61.94%0.00%
39.22%

Color #1A3B9B in popluar number systems.

HEX1A3B9B
Decimal2659155
Binary1101011101110011011
Octal3273233

Shades and tints

Shades of #1A3B9B

#1A3B9B
(26,59,155)
#18368D
(24,54,141)
#16317F
(22,49,127)
#142C71
(20,44,113)
#122763
(18,39,99)
#102255
(16,34,85)
#0E1D47
(14,29,71)
#0C1839
(12,24,57)
#0A132B
(10,19,43)
#080E1D
(8,14,29)
#06090F
(6,9,15)
#000000
(0,0,0)

Tints of #1A3B9B

#1A3B9B
(26,59,155)
#2E4CA4
(46,76,164)
#425DAD
(66,93,173)
#566EB6
(86,110,182)
#6A7FBF
(106,127,191)
#7E90C8
(126,144,200)
#92A1D1
(146,161,209)
#A6B2DA
(166,178,218)
#BAC3E3
(186,195,227)
#CED4EC
(206,212,236)
#E2E5F5
(226,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A3B9B color. Also use rgb(26,59,155) instead hex code.

Text Font Color

.myTextColor { color: #1A3B9B; }

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

This text font color is #1A3B9B.


Background Color

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

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

This div background color is #1A3B9B.


Border color

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

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

This div border color is #1A3B9B.


Opacity

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

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

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

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

This text has shadow with #1A3B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A3B9B on black background.


Color preview on white background

This text has color #1A3B9B on white background.



Black color preview on #1A3B9B background

This text has black color on #1A3B9B background.


White color preview on #1A3B9B background

This text has white color on #1A3B9B background.