COLOR #10079D

HEX: #10079D RGB: (16,7,157)

Color info

#10079D contains mainly blue color. Web safe color of #10079D is #000099 (or #009).

RGB color model

#10079D color RGB value is (16,7,157).

RGB: (16,7,157) (6%, 3%, 62%)

RGB channels and saturation

R 16 of 255 = 6%
G 7 of 255 = 3%
B 157 of 255 = 62%

16
7
157

R + G + B ~ 24%. #10079D is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 7 + 157 = 180 (100%)
R 16 of 180 ~ 8.89%
G 7 of 180 ~ 3.89%
B 157 of 180 ~ 87.22'%

%87.22

CMYK color model

#10079D color CMYK value is (90,96,0,38).

  • cyan value is 89.81%
  • magenta value is 95.54%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (90,96,0,38)
C90M96Y0K38 (90%, 96%, 0%, 38%)
(0.90 / 0.96 / 0.00 / 0.38)

CMYK percentages

%89.81
%95.54
%0
%38.43

Codes

Color #10079D in popluar color models

10 07 9D
RGB 16 7 157
HSL 244° 91.46% 32.16%
HSB/HSV 244° 95.54% 61.57%
CMYK 89.81% 95.54% 0.00%
38.43%

Color #10079D in popluar number systems.

HEX 10 07 9D
Decimal 16 7 157
Binary 10000 111 10011101
Octal 20 7 235

Shades and tints

Shades of #10079D

#10079D
(16,7,157)
#0F078F
(15,7,143)
#0E0781
(14,7,129)
#0D0773
(13,7,115)
#0C0765
(12,7,101)
#0B0757
(11,7,87)
#0A0749
(10,7,73)
#09073B
(9,7,59)
#08072D
(8,7,45)
#07071F
(7,7,31)
#060711
(6,7,17)
#000000
(0,0,0)

Tints of #10079D

#10079D
(16,7,157)
#251DA5
(37,29,165)
#3A33AD
(58,51,173)
#4F49B5
(79,73,181)
#645FBD
(100,95,189)
#7975C5
(121,117,197)
#8E8BCD
(142,139,205)
#A3A1D5
(163,161,213)
#B8B7DD
(184,183,221)
#CDCDE5
(205,205,229)
#E2E3ED
(226,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10079D color. Also use rgb(16,7,157) instead hex code.

Text Font Color

.myTextColor { color: #10079D; }

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

This text font color is #10079D.

Background Color

.myBgColor { background-color: #10079D; }

<div style="background-color:#10079D">Inner text</div>

This div background color is #10079D.

Border color

.myBorderColor { border: 1px solid #10079D; }

<div style="border:3px solid #10079D">Div</div>

This div border color is #10079D.

Opacity

.myOpacity80 { color: #10079D; opacity: 0.8; }

<p style="color:#10079D;opacity:0.8;">80%</p>

Text with #10079D 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 #10079D;}

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

This text has shadow with #10079D color.


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

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

This text has shadow with #10079D primary color and red secondary color.


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

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

This text has shadow with #10079D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #10079D.

Preview

Color preview on black background

This text has color #10079D on black background.


Color preview on white background

This text has color #10079D on white background.


Black color preview on #10079D background

This text has black color on #10079D background.


White color preview on #10079D background

This text has white color on #10079D background.


Related colors

Complementary color

Complementary color for #hex is #EFF862.


I love getcolorcode.com

Triadic colors

1 #9D1007 and #079D10 with #10079D are triadic colors.

2 #9D0710 and #07109D with #10079D are triadic colors.