COLOR #09113E

HEX: #09113E
RGB: (9,17,62)

Color info

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

RGB color model

#09113E color RGB value is (9,17,62).

  • red value is 9;
  • green value is 17;
  • blue value is 62.
RGB:
(9,17,62)
(4%,7%,24%)

RGB channels and saturation

R 9 of 255 = 4%
G 17 of 255 = 7%
B 62 of 255 = 24%

9
17
62

R + G + B ~ 12%. #09113E is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 17 + 62 = 88 (100%)
R 9 of 88 ~ 10.23%
G 17 of 88 ~ 19.32%
B 62 of 88 ~ 70.45%

%10.23
%19.32
%70.45

CMYK color model

#09113E color CMYK value is (85,73,0,76).

  • cyan value is 85.48%
  • magenta value is 72.58%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(85,73,0,76)
C85M73Y0K76 
(85%,73%,0%,76%)
(0.85/0.73/0.00/0.76)	

CMYK percentages

%85.48
%72.58
%0
%75.69

Codes

Color #09113E in popluar color models

09113E
RGB91762
HSL231°74.65%13.92%
HSB/HSV231°85.48%24.31%
CMYK85.48%72.58%0.00%
75.69%

Color #09113E in popluar number systems.

HEX09113E
Decimal91762
Binary100110001111110
Octal112176

Shades and tints

Shades of #09113E

#09113E
(9,17,62)
#091039
(9,16,57)
#090F34
(9,15,52)
#090E2F
(9,14,47)
#090D2A
(9,13,42)
#090C25
(9,12,37)
#090B20
(9,11,32)
#090A1B
(9,10,27)
#090916
(9,9,22)
#090811
(9,8,17)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #09113E

#09113E
(9,17,62)
#1F264F
(31,38,79)
#353B60
(53,59,96)
#4B5071
(75,80,113)
#616582
(97,101,130)
#777A93
(119,122,147)
#8D8FA4
(141,143,164)
#A3A4B5
(163,164,181)
#B9B9C6
(185,185,198)
#CFCED7
(207,206,215)
#E5E3E8
(229,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09113E color. Also use rgb(9,17,62) instead hex code.

Text Font Color

.myTextColor { color: #09113E; }

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

This text font color is #09113E.


Background Color

.myBgColor { background-color: #09113E; }

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

This div background color is #09113E.


Border color

.myBorderColor { border: 1px solid #09113E; }

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

This div border color is #09113E.


Opacity

.myOpacity80 { color: #09113E; opacity: 0.8; }

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

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

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

This text has shadow with #09113E color.

.textShadow {text-shadow: 3px 3px 1px #09113E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #09113E;
-webkit-box-shadow: 1px 1px 3px 2px #09113E;
box-shadow:1px 1px 3px 2px #09113E;">
Div content here</div>
This div box has shadow with color #09113E.

Preview

Color preview on black background

This text has color #09113E on black background.


Color preview on white background

This text has color #09113E on white background.



Black color preview on #09113E background

This text has black color on #09113E background.


White color preview on #09113E background

This text has white color on #09113E background.