COLOR #1A428A

HEX: #1A428A RGB: (26,66,138)

Color info

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

RGB color model

#1A428A color RGB value is (26,66,138).

RGB: (26,66,138) (10%, 26%, 54%)

RGB channels and saturation

R 26 of 255 = 10%
G 66 of 255 = 26%
B 138 of 255 = 54%

26
66
138

R + G + B ~ 30%. #1A428A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 26 + 66 + 138 = 230 (100%)
R 26 of 230 ~ 11.3%
G 66 of 230 ~ 28.7%
B 138 of 230 ~ 60'%

%11.3
%28.7
%60

CMYK color model

#1A428A color CMYK value is (81,52,0,46).

  • cyan value is 81.16%
  • magenta value is 52.17%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (81,52,0,46)
C81M52Y0K46 (81%, 52%, 0%, 46%)
(0.81 / 0.52 / 0.00 / 0.46)

CMYK percentages

%81.16
%52.17
%0
%45.88

Codes

Color #1A428A in popluar color models

1A 42 8A
RGB 26 66 138
HSL 219° 68.29% 32.16%
HSB/HSV 219° 81.16% 54.12%
CMYK 81.16% 52.17% 0.00%
45.88%

Color #1A428A in popluar number systems.

HEX 1A 42 8A
Decimal 26 66 138
Binary 11010 1000010 10001010
Octal 32 102 212

Shades and tints

Shades of #1A428A

#1A428A
(26,66,138)
#183C7E
(24,60,126)
#163672
(22,54,114)
#143066
(20,48,102)
#122A5A
(18,42,90)
#10244E
(16,36,78)
#0E1E42
(14,30,66)
#0C1836
(12,24,54)
#0A122A
(10,18,42)
#080C1E
(8,12,30)
#060612
(6,6,18)
#000000
(0,0,0)

Tints of #1A428A

#1A428A
(26,66,138)
#2E5394
(46,83,148)
#42649E
(66,100,158)
#5675A8
(86,117,168)
#6A86B2
(106,134,178)
#7E97BC
(126,151,188)
#92A8C6
(146,168,198)
#A6B9D0
(166,185,208)
#BACADA
(186,202,218)
#CEDBE4
(206,219,228)
#E2ECEE
(226,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1A428A; }

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

This text font color is #1A428A.

Background Color

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

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

This div background color is #1A428A.

Border color

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

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

This div border color is #1A428A.

Opacity

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

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

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

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

This text has shadow with #1A428A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1A428A.

Preview

Color preview on black background

This text has color #1A428A on black background.


Color preview on white background

This text has color #1A428A on white background.


Black color preview on #1A428A background

This text has black color on #1A428A background.


White color preview on #1A428A background

This text has white color on #1A428A background.


Related colors

Complementary color

Complementary color for #hex is #E5BD75.


I love getcolorcode.com

Triadic colors

1 #8A1A42 and #428A1A with #1A428A are triadic colors.

2 #8A421A and #421A8A with #1A428A are triadic colors.