COLOR #1A4863

HEX: #1A4863 RGB: (26,72,99)

Color info

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

RGB color model

#1A4863 color RGB value is (26,72,99).

RGB: (26,72,99) (10%, 28%, 39%)

RGB channels and saturation

R 26 of 255 = 10%
G 72 of 255 = 28%
B 99 of 255 = 39%

26
72
99

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

Portions of RGB colors in percentages

R + G + B = 26 + 72 + 99 = 197 (100%)
R 26 of 197 ~ 13.2%
G 72 of 197 ~ 36.55%
B 99 of 197 ~ 50.25'%

%13.2
%36.55
%50.25

CMYK color model

#1A4863 color CMYK value is (74,27,0,61).

  • cyan value is 73.74%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK: (74,27,0,61) C74M27Y0K61 (74%,27%,0%,61%) (0.74/0.27/0.00/0.61) 

CMYK percentages

%73.74
%27.27
%0
%61.18

Codes

Color #1A4863 in popluar color models

1A 48 63
RGB 26 72 99
HSL 202° 58.40% 24.51%
HSB/HSV 202° 73.74% 38.82%
CMYK 73.74% 27.27% 0.00%
61.18%

Color #1A4863 in popluar number systems.

HEX 1A 48 63
Decimal 26 72 99
Binary 11010 1001000 1100011
Octal 32 110 143

Shades and tints

Shades of #1A4863

#1A4863
(26,72,99)
#18425A
(24,66,90)
#163C51
(22,60,81)
#143648
(20,54,72)
#12303F
(18,48,63)
#102A36
(16,42,54)
#0E242D
(14,36,45)
#0C1E24
(12,30,36)
#0A181B
(10,24,27)
#081212
(8,18,18)
#060C09
(6,12,9)
#000000
(0,0,0)

Tints of #1A4863

#1A4863
(26,72,99)
#2E5871
(46,88,113)
#42687F
(66,104,127)
#56788D
(86,120,141)
#6A889B
(106,136,155)
#7E98A9
(126,152,169)
#92A8B7
(146,168,183)
#A6B8C5
(166,184,197)
#BAC8D3
(186,200,211)
#CED8E1
(206,216,225)
#E2E8EF
(226,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A4863 color. Also use rgb(26,72,99) instead hex code.

Text Font Color

.myTextColor { color: #1A4863; }

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

This text font color is #1A4863.

Background Color

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

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

This div background color is #1A4863.

Border color

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

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

This div border color is #1A4863.

Opacity

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

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

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

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

This text has shadow with #1A4863 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1A4863.

Preview

Color preview on black background

This text has color #1A4863 on black background.


Color preview on white background

This text has color #1A4863 on white background.


Black color preview on #1A4863 background

This text has black color on #1A4863 background.


White color preview on #1A4863 background

This text has white color on #1A4863 background.


Related colors

Complementary color

Complementary color for #hex is #E5B79C.


I love getcolorcode.com

Triadic colors

1 #631A48 and #48631A with #1A4863 are triadic colors.

2 #63481A and #481A63 with #1A4863 are triadic colors.