COLOR #09178D

HEX: #09178D RGB: (9,23,141)

Color info

#09178D contains mainly blue color. Web safe color of #09178D is #000099 (or #009).

RGB color model

#09178D color RGB value is (9,23,141).

RGB: (9,23,141) (4%, 9%, 55%)

RGB channels and saturation

R 9 of 255 = 4%
G 23 of 255 = 9%
B 141 of 255 = 55%

9
23
141

R + G + B ~ 23%. #09178D is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 23 + 141 = 173 (100%)
R 9 of 173 ~ 5.2%
G 23 of 173 ~ 13.29%
B 141 of 173 ~ 81.5'%

%13.29
%81.5

CMYK color model

#09178D color CMYK value is (94,84,0,45).

  • cyan value is 93.62%
  • magenta value is 83.69%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (94,84,0,45)
C94M84Y0K45 (94%, 84%, 0%, 45%)
(0.94 / 0.84 / 0.00 / 0.45)

CMYK percentages

%93.62
%83.69
%0
%44.71

Codes

Color #09178D in popluar color models

09 17 8D
RGB 9 23 141
HSL 234° 88.00% 29.41%
HSB/HSV 234° 93.62% 55.29%
CMYK 93.62% 83.69% 0.00%
44.71%

Color #09178D in popluar number systems.

HEX 09 17 8D
Decimal 9 23 141
Binary 1001 10111 10001101
Octal 11 27 215

Shades and tints

Shades of #09178D

#09178D
(9,23,141)
#091581
(9,21,129)
#091375
(9,19,117)
#091169
(9,17,105)
#090F5D
(9,15,93)
#090D51
(9,13,81)
#090B45
(9,11,69)
#090939
(9,9,57)
#09072D
(9,7,45)
#090521
(9,5,33)
#090315
(9,3,21)
#000000
(0,0,0)

Tints of #09178D

#09178D
(9,23,141)
#1F2C97
(31,44,151)
#3541A1
(53,65,161)
#4B56AB
(75,86,171)
#616BB5
(97,107,181)
#7780BF
(119,128,191)
#8D95C9
(141,149,201)
#A3AAD3
(163,170,211)
#B9BFDD
(185,191,221)
#CFD4E7
(207,212,231)
#E5E9F1
(229,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09178D color. Also use rgb(9,23,141) instead hex code.

Text Font Color

.myTextColor { color: #09178D; }

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

This text font color is #09178D.

Background Color

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

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

This div background color is #09178D.

Border color

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

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

This div border color is #09178D.

Opacity

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

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

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

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

This text has shadow with #09178D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09178D.

Preview

Color preview on black background

This text has color #09178D on black background.


Color preview on white background

This text has color #09178D on white background.


Black color preview on #09178D background

This text has black color on #09178D background.


White color preview on #09178D background

This text has white color on #09178D background.


Related colors

Complementary color

Complementary color for #hex is #F6E872.


I love getcolorcode.com

Triadic colors

1 #8D0917 and #178D09 with #09178D are triadic colors.

2 #8D1709 and #17098D with #09178D are triadic colors.