COLOR #1063AD

HEX: #1063AD RGB: (16,99,173)

Color info

#1063AD contains mainly blue color. Web safe color of #1063AD is #006699 (or #069).

RGB color model

#1063AD color RGB value is (16,99,173).

RGB: (16,99,173) (6%, 39%, 68%)

RGB channels and saturation

R 16 of 255 = 6%
G 99 of 255 = 39%
B 173 of 255 = 68%

16
99
173

R + G + B ~ 38%. #1063AD is quite dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 99 + 173 = 288 (100%)
R 16 of 288 ~ 5.56%
G 99 of 288 ~ 34.38%
B 173 of 288 ~ 60.07'%

%34.38
%60.07

CMYK color model

#1063AD color CMYK value is (91,43,0,32).

  • cyan value is 90.75%
  • magenta value is 42.77%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (91,43,0,32)
C91M43Y0K32 (91%, 43%, 0%, 32%)
(0.91 / 0.43 / 0.00 / 0.32)

CMYK percentages

%90.75
%42.77
%0
%32.16

Codes

Color #1063AD in popluar color models

10 63 AD
RGB 16 99 173
HSL 208° 83.07% 37.06%
HSB/HSV 208° 90.75% 67.84%
CMYK 90.75% 42.77% 0.00%
32.16%

Color #1063AD in popluar number systems.

HEX 10 63 AD
Decimal 16 99 173
Binary 10000 1100011 10101101
Octal 20 143 255

Shades and tints

Shades of #1063AD

#1063AD
(16,99,173)
#0F5A9E
(15,90,158)
#0E518F
(14,81,143)
#0D4880
(13,72,128)
#0C3F71
(12,63,113)
#0B3662
(11,54,98)
#0A2D53
(10,45,83)
#092444
(9,36,68)
#081B35
(8,27,53)
#071226
(7,18,38)
#060917
(6,9,23)
#000000
(0,0,0)

Tints of #1063AD

#1063AD
(16,99,173)
#2571B4
(37,113,180)
#3A7FBB
(58,127,187)
#4F8DC2
(79,141,194)
#649BC9
(100,155,201)
#79A9D0
(121,169,208)
#8EB7D7
(142,183,215)
#A3C5DE
(163,197,222)
#B8D3E5
(184,211,229)
#CDE1EC
(205,225,236)
#E2EFF3
(226,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1063AD color. Also use rgb(16,99,173) instead hex code.

Text Font Color

.myTextColor { color: #1063AD; }

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

This text font color is #1063AD.

Background Color

.myBgColor { background-color: #1063AD; }

<div style="background-color:#1063AD">Inner text</div>

This div background color is #1063AD.

Border color

.myBorderColor { border: 1px solid #1063AD; }

<div style="border:3px solid #1063AD">Div</div>

This div border color is #1063AD.

Opacity

.myOpacity80 { color: #1063AD; opacity: 0.8; }

<p style="color:#1063AD;opacity:0.8;">80%</p>

Text with #1063AD 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 #1063AD;}

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

This text has shadow with #1063AD color.


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

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

This text has shadow with #1063AD primary color and red secondary color.


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

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

This text has shadow with #1063AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #1063AD.

Preview

Color preview on black background

This text has color #1063AD on black background.


Color preview on white background

This text has color #1063AD on white background.


Black color preview on #1063AD background

This text has black color on #1063AD background.


White color preview on #1063AD background

This text has white color on #1063AD background.


Related colors

Complementary color

Complementary color for #hex is #EF9C52.


I love getcolorcode.com

Triadic colors

1 #AD1063 and #63AD10 with #1063AD are triadic colors.

2 #AD6310 and #6310AD with #1063AD are triadic colors.