COLOR #1026A5

HEX: #1026A5
RGB: (16,38,165)

Color info

#1026A5 contains mainly blue color. Web safe color of #1026A5 is #003399 (or #039).

RGB color model

#1026A5 color RGB value is (16,38,165).

  • red value is 16;
  • green value is 38;
  • blue value is 165.
RGB:
(16,38,165)
(6%,15%,65%)

RGB channels and saturation

R 16 of 255 = 6%
G 38 of 255 = 15%
B 165 of 255 = 65%

16
38
165

R + G + B ~ 29%. #1026A5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
16 + 38 + 165 = 219 (100%)
R 16 of 219 ~ 7.31%
G 38 of 219 ~ 17.35%
B 165 of 219 ~ 75.34%

%17.35
%75.34

CMYK color model

#1026A5 color CMYK value is (90,77,0,35).

  • cyan value is 90.30%
  • magenta value is 76.97%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(90,77,0,35)
C90M77Y0K35 
(90%,77%,0%,35%)
(0.90/0.77/0.00/0.35)	

CMYK percentages

%90.3
%76.97
%0
%35.29

Codes

Color #1026A5 in popluar color models

1026A5
RGB1638165
HSL231°82.32%35.49%
HSB/HSV231°90.30%64.71%
CMYK90.30%76.97%0.00%
35.29%

Color #1026A5 in popluar number systems.

HEX1026A5
Decimal1638165
Binary1000010011010100101
Octal2046245

Shades and tints

Shades of #1026A5

#1026A5
(16,38,165)
#0F2396
(15,35,150)
#0E2087
(14,32,135)
#0D1D78
(13,29,120)
#0C1A69
(12,26,105)
#0B175A
(11,23,90)
#0A144B
(10,20,75)
#09113C
(9,17,60)
#080E2D
(8,14,45)
#070B1E
(7,11,30)
#06080F
(6,8,15)
#000000
(0,0,0)

Tints of #1026A5

#1026A5
(16,38,165)
#2539AD
(37,57,173)
#3A4CB5
(58,76,181)
#4F5FBD
(79,95,189)
#6472C5
(100,114,197)
#7985CD
(121,133,205)
#8E98D5
(142,152,213)
#A3ABDD
(163,171,221)
#B8BEE5
(184,190,229)
#CDD1ED
(205,209,237)
#E2E4F5
(226,228,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1026A5 color. Also use rgb(16,38,165) instead hex code.

Text Font Color

.myTextColor { color: #1026A5; }

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

This text font color is #1026A5.


Background Color

.myBgColor { background-color: #1026A5; }

<div style="background-color:#1026A5">Inner text</div>

This div background color is #1026A5.


Border color

.myBorderColor { border: 1px solid #1026A5; }

<div style="border:3px solid #1026A5">Div</div>

This div border color is #1026A5.


Opacity

.myOpacity80 { color: #1026A5; opacity: 0.8; }

<p style="color:#1026A5;opacity:0.8;">80%</p>

Text with #1026A5 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 #1026A5;}

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

This text has shadow with #1026A5 color.

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

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

This text has shadow with #1026A5 primary color and red secondary color.


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

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

This text has shadow with #1026A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1026A5 on black background.


Color preview on white background

This text has color #1026A5 on white background.



Black color preview on #1026A5 background

This text has black color on #1026A5 background.


White color preview on #1026A5 background

This text has white color on #1026A5 background.