COLOR #1A4766

HEX: #1A4766
RGB: (26,71,102)

Color info

#1A4766 contains mainly green and blue colors. Web safe color of #1A4766 is #003366 (or #036).

RGB color model

#1A4766 color RGB value is (26,71,102).

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

RGB channels and saturation

R 26 of 255 = 10%
G 71 of 255 = 28%
B 102 of 255 = 40%

26
71
102

R + G + B ~ 26%. #1A4766 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 71 + 102 = 199 (100%)
R 26 of 199 ~ 13.07%
G 71 of 199 ~ 35.68%
B 102 of 199 ~ 51.26%

%13.07
%35.68
%51.26

CMYK color model

#1A4766 color CMYK value is (75,30,0,60).

  • cyan value is 74.51%
  • magenta value is 30.39%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(75,30,0,60)
C75M30Y0K60 
(75%,30%,0%,60%)
(0.75/0.30/0.00/0.60)	

CMYK percentages

%74.51
%30.39
%0
%60

Codes

Color #1A4766 in popluar color models

1A4766
RGB2671102
HSL204°59.38%25.10%
HSB/HSV204°74.51%40.00%
CMYK74.51%30.39%0.00%
60.00%

Color #1A4766 in popluar number systems.

HEX1A4766
Decimal2671102
Binary1101010001111100110
Octal32107146

Shades and tints

Shades of #1A4766

#1A4766
(26,71,102)
#18415D
(24,65,93)
#163B54
(22,59,84)
#14354B
(20,53,75)
#122F42
(18,47,66)
#102939
(16,41,57)
#0E2330
(14,35,48)
#0C1D27
(12,29,39)
#0A171E
(10,23,30)
#081115
(8,17,21)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #1A4766

#1A4766
(26,71,102)
#2E5773
(46,87,115)
#426780
(66,103,128)
#56778D
(86,119,141)
#6A879A
(106,135,154)
#7E97A7
(126,151,167)
#92A7B4
(146,167,180)
#A6B7C1
(166,183,193)
#BAC7CE
(186,199,206)
#CED7DB
(206,215,219)
#E2E7E8
(226,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A4766 color. Also use rgb(26,71,102) instead hex code.

Text Font Color

.myTextColor { color: #1A4766; }

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

This text font color is #1A4766.


Background Color

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

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

This div background color is #1A4766.


Border color

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

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

This div border color is #1A4766.


Opacity

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

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

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

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

This text has shadow with #1A4766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1A4766 on black background.


Color preview on white background

This text has color #1A4766 on white background.



Black color preview on #1A4766 background

This text has black color on #1A4766 background.


White color preview on #1A4766 background

This text has white color on #1A4766 background.