COLOR #10093A

HEX: #10093A RGB: (16,9,58)

Color info

#10093A contains red, green and blue colors in about the same proportion. Web safe color of #10093A is #000033 (or #003).

RGB color model

#10093A color RGB value is (16,9,58).

RGB: (16,9,58) (6%, 4%, 23%)

RGB channels and saturation

R 16 of 255 = 6%
G 9 of 255 = 4%
B 58 of 255 = 23%

16
9
58

R + G + B ~ 11%. #10093A is dark color.

Portions of RGB colors in percentages

R + G + B = 16 + 9 + 58 = 83 (100%)
R 16 of 83 ~ 19.28%
G 9 of 83 ~ 10.84%
B 58 of 83 ~ 69.88'%

%19.28
%10.84
%69.88

CMYK color model

#10093A color CMYK value is (72,84,0,77).

  • cyan value is 72.41%
  • magenta value is 84.48%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (72,84,0,77)
C72M84Y0K77 (72%, 84%, 0%, 77%)
(0.72 / 0.84 / 0.00 / 0.77)

CMYK percentages

%72.41
%84.48
%0
%77.25

Codes

Color #10093A in popluar color models

10 09 3A
RGB 16 9 58
HSL 249° 73.13% 13.14%
HSB/HSV 249° 84.48% 22.75%
CMYK 72.41% 84.48% 0.00%
77.25%

Color #10093A in popluar number systems.

HEX 10 09 3A
Decimal 16 9 58
Binary 10000 1001 111010
Octal 20 11 72

Shades and tints

Shades of #10093A

#10093A
(16,9,58)
#0F0935
(15,9,53)
#0E0930
(14,9,48)
#0D092B
(13,9,43)
#0C0926
(12,9,38)
#0B0921
(11,9,33)
#0A091C
(10,9,28)
#090917
(9,9,23)
#080912
(8,9,18)
#07090D
(7,9,13)
#060908
(6,9,8)
#000000
(0,0,0)

Tints of #10093A

#10093A
(16,9,58)
#251F4B
(37,31,75)
#3A355C
(58,53,92)
#4F4B6D
(79,75,109)
#64617E
(100,97,126)
#79778F
(121,119,143)
#8E8DA0
(142,141,160)
#A3A3B1
(163,163,177)
#B8B9C2
(184,185,194)
#CDCFD3
(205,207,211)
#E2E5E4
(226,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10093A color. Also use rgb(16,9,58) instead hex code.

Text Font Color

.myTextColor { color: #10093A; }

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

This text font color is #10093A.

Background Color

.myBgColor { background-color: #10093A; }

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

This div background color is #10093A.

Border color

.myBorderColor { border: 1px solid #10093A; }

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

This div border color is #10093A.

Opacity

.myOpacity80 { color: #10093A; opacity: 0.8; }

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

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

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

This text has shadow with #10093A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #10093A.

Preview

Color preview on black background

This text has color #10093A on black background.


Color preview on white background

This text has color #10093A on white background.


Black color preview on #10093A background

This text has black color on #10093A background.


White color preview on #10093A background

This text has white color on #10093A background.


Related colors

Complementary color

Complementary color for #hex is #EFF6C5.


I love getcolorcode.com

Triadic colors

1 #3A1009 and #093A10 with #10093A are triadic colors.

2 #3A0910 and #09103A with #10093A are triadic colors.