COLOR #10177D

HEX: #10177D RGB: (16,23,125)

Color info

#10177D contains mainly blue color. Web safe color of #10177D is #000066 (or #006).

RGB color model

#10177D color RGB value is (16,23,125).

RGB: (16,23,125) (6%, 9%, 49%)

RGB channels and saturation

R 16 of 255 = 6%
G 23 of 255 = 9%
B 125 of 255 = 49%

16
23
125

R + G + B ~ 21%. #10177D is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 23 + 125 = 164 (100%)
R 16 of 164 ~ 9.76%
G 23 of 164 ~ 14.02%
B 125 of 164 ~ 76.22'%

%14.02
%76.22

CMYK color model

#10177D color CMYK value is (87,82,0,51).

  • cyan value is 87.20%
  • magenta value is 81.60%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (87,82,0,51)
C87M82Y0K51 (87%, 82%, 0%, 51%)
(0.87 / 0.82 / 0.00 / 0.51)

CMYK percentages

%87.2
%81.6
%0
%50.98

Codes

Color #10177D in popluar color models

10 17 7D
RGB 16 23 125
HSL 236° 77.30% 27.65%
HSB/HSV 236° 87.20% 49.02%
CMYK 87.20% 81.60% 0.00%
50.98%

Color #10177D in popluar number systems.

HEX 10 17 7D
Decimal 16 23 125
Binary 10000 10111 1111101
Octal 20 27 175

Shades and tints

Shades of #10177D

#10177D
(16,23,125)
#0F1572
(15,21,114)
#0E1367
(14,19,103)
#0D115C
(13,17,92)
#0C0F51
(12,15,81)
#0B0D46
(11,13,70)
#0A0B3B
(10,11,59)
#090930
(9,9,48)
#080725
(8,7,37)
#07051A
(7,5,26)
#06030F
(6,3,15)
#000000
(0,0,0)

Tints of #10177D

#10177D
(16,23,125)
#252C88
(37,44,136)
#3A4193
(58,65,147)
#4F569E
(79,86,158)
#646BA9
(100,107,169)
#7980B4
(121,128,180)
#8E95BF
(142,149,191)
#A3AACA
(163,170,202)
#B8BFD5
(184,191,213)
#CDD4E0
(205,212,224)
#E2E9EB
(226,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10177D color. Also use rgb(16,23,125) instead hex code.

Text Font Color

.myTextColor { color: #10177D; }

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

This text font color is #10177D.

Background Color

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

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

This div background color is #10177D.

Border color

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

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

This div border color is #10177D.

Opacity

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

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

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

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

This text has shadow with #10177D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #10177D.

Preview

Color preview on black background

This text has color #10177D on black background.


Color preview on white background

This text has color #10177D on white background.


Black color preview on #10177D background

This text has black color on #10177D background.


White color preview on #10177D background

This text has white color on #10177D background.


Related colors

Complementary color

Complementary color for #hex is #EFE882.


I love getcolorcode.com

Triadic colors

1 #7D1017 and #177D10 with #10177D are triadic colors.

2 #7D1710 and #17107D with #10177D are triadic colors.