COLOR #09407F

HEX: #09407F
RGB: (9,64,127)

Color info

#09407F contains mainly blue color. Web safe color of #09407F is #003366 (or #036).

RGB color model

#09407F color RGB value is (9,64,127).

  • red value is 9;
  • green value is 64;
  • blue value is 127.
RGB:
(9,64,127)
(4%,25%,50%)

RGB channels and saturation

R 9 of 255 = 4%
G 64 of 255 = 25%
B 127 of 255 = 50%

9
64
127

R + G + B ~ 26%. #09407F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 64 + 127 = 200 (100%)
R 9 of 200 ~ 4.5%
G 64 of 200 ~ 32%
B 127 of 200 ~ 63.5%

%32
%63.5

CMYK color model

#09407F color CMYK value is (93,50,0,50).

  • cyan value is 92.91%
  • magenta value is 49.61%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(93,50,0,50)
C93M50Y0K50 
(93%,50%,0%,50%)
(0.93/0.50/0.00/0.50)	

CMYK percentages

%92.91
%49.61
%0
%50.2

Codes

Color #09407F in popluar color models

09407F
RGB964127
HSL212°86.76%26.67%
HSB/HSV212°92.91%49.80%
CMYK92.91%49.61%0.00%
50.20%

Color #09407F in popluar number systems.

HEX09407F
Decimal964127
Binary100110000001111111
Octal11100177

Shades and tints

Shades of #09407F

#09407F
(9,64,127)
#093B74
(9,59,116)
#093669
(9,54,105)
#09315E
(9,49,94)
#092C53
(9,44,83)
#092748
(9,39,72)
#09223D
(9,34,61)
#091D32
(9,29,50)
#091827
(9,24,39)
#09131C
(9,19,28)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #09407F

#09407F
(9,64,127)
#1F518A
(31,81,138)
#356295
(53,98,149)
#4B73A0
(75,115,160)
#6184AB
(97,132,171)
#7795B6
(119,149,182)
#8DA6C1
(141,166,193)
#A3B7CC
(163,183,204)
#B9C8D7
(185,200,215)
#CFD9E2
(207,217,226)
#E5EAED
(229,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09407F color. Also use rgb(9,64,127) instead hex code.

Text Font Color

.myTextColor { color: #09407F; }

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

This text font color is #09407F.


Background Color

.myBgColor { background-color: #09407F; }

<div style="background-color:#09407F">Inner text</div>

This div background color is #09407F.


Border color

.myBorderColor { border: 1px solid #09407F; }

<div style="border:3px solid #09407F">Div</div>

This div border color is #09407F.


Opacity

.myOpacity80 { color: #09407F; opacity: 0.8; }

<p style="color:#09407F;opacity:0.8;">80%</p>

Text with #09407F 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 #09407F;}

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

This text has shadow with #09407F color.

.textShadow {text-shadow: 3px 3px 1px #09407F, 3px 3px 1px red;}

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

This text has shadow with #09407F primary color and red secondary color.


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

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

This text has shadow with #09407F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09407F on black background.


Color preview on white background

This text has color #09407F on white background.



Black color preview on #09407F background

This text has black color on #09407F background.


White color preview on #09407F background

This text has white color on #09407F background.