COLOR #09093A

HEX: #09093A RGB: (9,9,58)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

9
9
58

R + G + B ~ 10%. #09093A is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 9 + 58 = 76 (100%)
R 9 of 76 ~ 11.84%
G 9 of 76 ~ 11.84%
B 58 of 76 ~ 76.32'%

%11.84
%11.84
%76.32

CMYK color model

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

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

CMYK: (84,84,0,77)
C84M84Y0K77 (84%, 84%, 0%, 77%)
(0.84 / 0.84 / 0.00 / 0.77)

CMYK percentages

%84.48
%84.48
%0
%77.25

Codes

Color #09093A in popluar color models

09 09 3A
RGB 9 9 58
HSL 240° 73.13% 13.14%
HSB/HSV 240° 84.48% 22.75%
CMYK 84.48% 84.48% 0.00%
77.25%

Color #09093A in popluar number systems.

HEX 09 09 3A
Decimal 9 9 58
Binary 1001 1001 111010
Octal 11 11 72

Shades and tints

Shades of #09093A

#09093A
(9,9,58)
#090935
(9,9,53)
#090930
(9,9,48)
#09092B
(9,9,43)
#090926
(9,9,38)
#090921
(9,9,33)
#09091C
(9,9,28)
#090917
(9,9,23)
#090912
(9,9,18)
#09090D
(9,9,13)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #09093A

#09093A
(9,9,58)
#1F1F4B
(31,31,75)
#35355C
(53,53,92)
#4B4B6D
(75,75,109)
#61617E
(97,97,126)
#77778F
(119,119,143)
#8D8DA0
(141,141,160)
#A3A3B1
(163,163,177)
#B9B9C2
(185,185,194)
#CFCFD3
(207,207,211)
#E5E5E4
(229,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09093A; }

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

This text font color is #09093A.

Background Color

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

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

This div background color is #09093A.

Border color

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

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

This div border color is #09093A.

Opacity

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

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

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

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

This text has shadow with #09093A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09093A.

Preview

Color preview on black background

This text has color #09093A on black background.


Color preview on white background

This text has color #09093A on white background.


Black color preview on #09093A background

This text has black color on #09093A background.


White color preview on #09093A background

This text has white color on #09093A background.


Related colors

Complementary color

Complementary color for #hex is #F6F6C5.


I love getcolorcode.com