COLOR #09193D

HEX: #09193D RGB: (9,25,61)

Color info

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

RGB color model

#09193D color RGB value is (9,25,61).

RGB: (9,25,61) (4%, 10%, 24%)

RGB channels and saturation

R 9 of 255 = 4%
G 25 of 255 = 10%
B 61 of 255 = 24%

9
25
61

R + G + B ~ 13%. #09193D is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 25 + 61 = 95 (100%)
R 9 of 95 ~ 9.47%
G 25 of 95 ~ 26.32%
B 61 of 95 ~ 64.21'%

%26.32
%64.21

CMYK color model

#09193D color CMYK value is (85,59,0,76).

  • cyan value is 85.25%
  • magenta value is 59.02%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK: (85,59,0,76) C85M59Y0K76 (85%,59%,0%,76%) (0.85/0.59/0.00/0.76) 

CMYK percentages

%85.25
%59.02
%0
%76.08

Codes

Color #09193D in popluar color models

09 19 3D
RGB 9 25 61
HSL 222° 74.29% 13.73%
HSB/HSV 222° 85.25% 23.92%
CMYK 85.25% 59.02% 0.00%
76.08%

Color #09193D in popluar number systems.

HEX 09 19 3D
Decimal 9 25 61
Binary 1001 11001 111101
Octal 11 31 75

Shades and tints

Shades of #09193D

#09193D
(9,25,61)
#091738
(9,23,56)
#091533
(9,21,51)
#09132E
(9,19,46)
#091129
(9,17,41)
#090F24
(9,15,36)
#090D1F
(9,13,31)
#090B1A
(9,11,26)
#090915
(9,9,21)
#090710
(9,7,16)
#09050B
(9,5,11)
#000000
(0,0,0)

Tints of #09193D

#09193D
(9,25,61)
#1F2D4E
(31,45,78)
#35415F
(53,65,95)
#4B5570
(75,85,112)
#616981
(97,105,129)
#777D92
(119,125,146)
#8D91A3
(141,145,163)
#A3A5B4
(163,165,180)
#B9B9C5
(185,185,197)
#CFCDD6
(207,205,214)
#E5E1E7
(229,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09193D color. Also use rgb(9,25,61) instead hex code.

Text Font Color

.myTextColor { color: #09193D; }

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

This text font color is #09193D.

Background Color

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

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

This div background color is #09193D.

Border color

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

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

This div border color is #09193D.

Opacity

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

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

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

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

This text has shadow with #09193D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09193D.

Preview

Color preview on black background

This text has color #09193D on black background.


Color preview on white background

This text has color #09193D on white background.


Black color preview on #09193D background

This text has black color on #09193D background.


White color preview on #09193D background

This text has white color on #09193D background.


Related colors

Complementary color

Complementary color for #hex is #F6E6C2.


I love getcolorcode.com

Triadic colors

1 #3D0919 and #193D09 with #09193D are triadic colors.

2 #3D1909 and #19093D with #09193D are triadic colors.