COLOR #1A4259

HEX: #1A4259 RGB: (26,66,89)

Color info

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

RGB color model

#1A4259 color RGB value is (26,66,89).

RGB: (26,66,89) (10%, 26%, 35%)

RGB channels and saturation

R 26 of 255 = 10%
G 66 of 255 = 26%
B 89 of 255 = 35%

26
66
89

R + G + B ~ 24%. #1A4259 is dark color.

Portions of RGB colors in percentages

R + G + B = 26 + 66 + 89 = 181 (100%)
R 26 of 181 ~ 14.36%
G 66 of 181 ~ 36.46%
B 89 of 181 ~ 49.17'%

%14.36
%36.46
%49.17

CMYK color model

#1A4259 color CMYK value is (71,26,0,65).

  • cyan value is 70.79%
  • magenta value is 25.84%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (71,26,0,65)
C71M26Y0K65 (71%, 26%, 0%, 65%)
(0.71 / 0.26 / 0.00 / 0.65)

CMYK percentages

%70.79
%25.84
%0
%65.1

Codes

Color #1A4259 in popluar color models

1A 42 59
RGB 26 66 89
HSL 202° 54.78% 22.55%
HSB/HSV 202° 70.79% 34.90%
CMYK 70.79% 25.84% 0.00%
65.10%

Color #1A4259 in popluar number systems.

HEX 1A 42 59
Decimal 26 66 89
Binary 11010 1000010 1011001
Octal 32 102 131

Shades and tints

Shades of #1A4259

#1A4259
(26,66,89)
#183C51
(24,60,81)
#163649
(22,54,73)
#143041
(20,48,65)
#122A39
(18,42,57)
#102431
(16,36,49)
#0E1E29
(14,30,41)
#0C1821
(12,24,33)
#0A1219
(10,18,25)
#080C11
(8,12,17)
#060609
(6,6,9)
#000000
(0,0,0)

Tints of #1A4259

#1A4259
(26,66,89)
#2E5368
(46,83,104)
#426477
(66,100,119)
#567586
(86,117,134)
#6A8695
(106,134,149)
#7E97A4
(126,151,164)
#92A8B3
(146,168,179)
#A6B9C2
(166,185,194)
#BACAD1
(186,202,209)
#CEDBE0
(206,219,224)
#E2ECEF
(226,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1A4259 color. Also use rgb(26,66,89) instead hex code.

Text Font Color

.myTextColor { color: #1A4259; }

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

This text font color is #1A4259.

Background Color

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

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

This div background color is #1A4259.

Border color

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

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

This div border color is #1A4259.

Opacity

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

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

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

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

This text has shadow with #1A4259 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1A4259.

Preview

Color preview on black background

This text has color #1A4259 on black background.


Color preview on white background

This text has color #1A4259 on white background.


Black color preview on #1A4259 background

This text has black color on #1A4259 background.


White color preview on #1A4259 background

This text has white color on #1A4259 background.


Related colors

Complementary color

Complementary color for #hex is #E5BDA6.


I love getcolorcode.com

Triadic colors

1 #591A42 and #42591A with #1A4259 are triadic colors.

2 #59421A and #421A59 with #1A4259 are triadic colors.