COLOR #100476

HEX: #100476 RGB: (16,4,118)

Color info

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

RGB color model

#100476 color RGB value is (16,4,118).

RGB: (16,4,118) (6%, 2%, 46%)

RGB channels and saturation

R 16 of 255 = 6%
G 4 of 255 = 2%
B 118 of 255 = 46%

16
4
118

R + G + B ~ 18%. #100476 is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 4 + 118 = 138 (100%)
R 16 of 138 ~ 11.59%
G 4 of 138 ~ 2.9%
B 118 of 138 ~ 85.51'%

%11.59
%85.51

CMYK color model

#100476 color CMYK value is (86,97,0,54).

  • cyan value is 86.44%
  • magenta value is 96.61%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (86,97,0,54)
C86M97Y0K54 (86%, 97%, 0%, 54%)
(0.86 / 0.97 / 0.00 / 0.54)

CMYK percentages

%86.44
%96.61
%0
%53.73

Codes

Color #100476 in popluar color models

10 04 76
RGB 16 4 118
HSL 246° 93.44% 23.92%
HSB/HSV 246° 96.61% 46.27%
CMYK 86.44% 96.61% 0.00%
53.73%

Color #100476 in popluar number systems.

HEX 10 04 76
Decimal 16 4 118
Binary 10000 100 1110110
Octal 20 4 166

Shades and tints

Shades of #100476

#100476
(16,4,118)
#0F046C
(15,4,108)
#0E0462
(14,4,98)
#0D0458
(13,4,88)
#0C044E
(12,4,78)
#0B0444
(11,4,68)
#0A043A
(10,4,58)
#090430
(9,4,48)
#080426
(8,4,38)
#07041C
(7,4,28)
#060412
(6,4,18)
#000000
(0,0,0)

Tints of #100476

#100476
(16,4,118)
#251A82
(37,26,130)
#3A308E
(58,48,142)
#4F469A
(79,70,154)
#645CA6
(100,92,166)
#7972B2
(121,114,178)
#8E88BE
(142,136,190)
#A39ECA
(163,158,202)
#B8B4D6
(184,180,214)
#CDCAE2
(205,202,226)
#E2E0EE
(226,224,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #100476 color. Also use rgb(16,4,118) instead hex code.

Text Font Color

.myTextColor { color: #100476; }

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

This text font color is #100476.

Background Color

.myBgColor { background-color: #100476; }

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

This div background color is #100476.

Border color

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

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

This div border color is #100476.

Opacity

.myOpacity80 { color: #100476; opacity: 0.8; }

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

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

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

This text has shadow with #100476 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #100476.

Preview

Color preview on black background

This text has color #100476 on black background.


Color preview on white background

This text has color #100476 on white background.


Black color preview on #100476 background

This text has black color on #100476 background.


White color preview on #100476 background

This text has white color on #100476 background.


Related colors

Complementary color

Complementary color for #hex is #EFFB89.


I love getcolorcode.com

Triadic colors

1 #761004 and #047610 with #100476 are triadic colors.

2 #760410 and #041076 with #100476 are triadic colors.