COLOR #1A3C7B

HEX: #1A3C7B
RGB: (26,60,123)

Color info

#1A3C7B contains mainly blue color. Web safe color of #1A3C7B is #003366 (or #036).

RGB color model

#1A3C7B color RGB value is (26,60,123).

  • red value is 26;
  • green value is 60;
  • blue value is 123.
RGB:
(26,60,123)
(10%,24%,48%)

RGB channels and saturation

R 26 of 255 = 10%
G 60 of 255 = 24%
B 123 of 255 = 48%

26
60
123

R + G + B ~ 27%. #1A3C7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 60 + 123 = 209 (100%)
R 26 of 209 ~ 12.44%
G 60 of 209 ~ 28.71%
B 123 of 209 ~ 58.85%

%12.44
%28.71
%58.85

CMYK color model

#1A3C7B color CMYK value is (79,51,0,52).

  • cyan value is 78.86%
  • magenta value is 51.22%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(79,51,0,52)
C79M51Y0K52 
(79%,51%,0%,52%)
(0.79/0.51/0.00/0.52)	

CMYK percentages

%78.86
%51.22
%0
%51.76

Codes

Color #1A3C7B in popluar color models

1A3C7B
RGB2660123
HSL219°65.10%29.22%
HSB/HSV219°78.86%48.24%
CMYK78.86%51.22%0.00%
51.76%

Color #1A3C7B in popluar number systems.

HEX1A3C7B
Decimal2660123
Binary110101111001111011
Octal3274173

Shades and tints

Shades of #1A3C7B

#1A3C7B
(26,60,123)
#183770
(24,55,112)
#163265
(22,50,101)
#142D5A
(20,45,90)
#12284F
(18,40,79)
#102344
(16,35,68)
#0E1E39
(14,30,57)
#0C192E
(12,25,46)
#0A1423
(10,20,35)
#080F18
(8,15,24)
#060A0D
(6,10,13)
#000000
(0,0,0)

Tints of #1A3C7B

#1A3C7B
(26,60,123)
#2E4D87
(46,77,135)
#425E93
(66,94,147)
#566F9F
(86,111,159)
#6A80AB
(106,128,171)
#7E91B7
(126,145,183)
#92A2C3
(146,162,195)
#A6B3CF
(166,179,207)
#BAC4DB
(186,196,219)
#CED5E7
(206,213,231)
#E2E6F3
(226,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A3C7B color. Also use rgb(26,60,123) instead hex code.

Text Font Color

.myTextColor { color: #1A3C7B; }

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

This text font color is #1A3C7B.


Background Color

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

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

This div background color is #1A3C7B.


Border color

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

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

This div border color is #1A3C7B.


Opacity

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

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

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

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

This text has shadow with #1A3C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A3C7B on black background.


Color preview on white background

This text has color #1A3C7B on white background.



Black color preview on #1A3C7B background

This text has black color on #1A3C7B background.


White color preview on #1A3C7B background

This text has white color on #1A3C7B background.