COLOR #09265E

HEX: #09265E
RGB: (9,38,94)

Color info

#09265E contains mainly green and blue colors. Web safe color of #09265E is #003366 (or #036).

RGB color model

#09265E color RGB value is (9,38,94).

  • red value is 9;
  • green value is 38;
  • blue value is 94.
RGB:
(9,38,94)
(4%,15%,37%)

RGB channels and saturation

R 9 of 255 = 4%
G 38 of 255 = 15%
B 94 of 255 = 37%

9
38
94

R + G + B ~ 19%. #09265E is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 38 + 94 = 141 (100%)
R 9 of 141 ~ 6.38%
G 38 of 141 ~ 26.95%
B 94 of 141 ~ 66.67%

%26.95
%66.67

CMYK color model

#09265E color CMYK value is (90,60,0,63).

  • cyan value is 90.43%
  • magenta value is 59.57%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(90,60,0,63)
C90M60Y0K63 
(90%,60%,0%,63%)
(0.90/0.60/0.00/0.63)	

CMYK percentages

%90.43
%59.57
%0
%63.14

Codes

Color #09265E in popluar color models

09265E
RGB93894
HSL220°82.52%20.20%
HSB/HSV220°90.43%36.86%
CMYK90.43%59.57%0.00%
63.14%

Color #09265E in popluar number systems.

HEX09265E
Decimal93894
Binary10011001101011110
Octal1146136

Shades and tints

Shades of #09265E

#09265E
(9,38,94)
#092356
(9,35,86)
#09204E
(9,32,78)
#091D46
(9,29,70)
#091A3E
(9,26,62)
#091736
(9,23,54)
#09142E
(9,20,46)
#091126
(9,17,38)
#090E1E
(9,14,30)
#090B16
(9,11,22)
#09080E
(9,8,14)
#000000
(0,0,0)

Tints of #09265E

#09265E
(9,38,94)
#1F396C
(31,57,108)
#354C7A
(53,76,122)
#4B5F88
(75,95,136)
#617296
(97,114,150)
#7785A4
(119,133,164)
#8D98B2
(141,152,178)
#A3ABC0
(163,171,192)
#B9BECE
(185,190,206)
#CFD1DC
(207,209,220)
#E5E4EA
(229,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09265E color. Also use rgb(9,38,94) instead hex code.

Text Font Color

.myTextColor { color: #09265E; }

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

This text font color is #09265E.


Background Color

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

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

This div background color is #09265E.


Border color

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

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

This div border color is #09265E.


Opacity

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

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

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

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

This text has shadow with #09265E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09265E on black background.


Color preview on white background

This text has color #09265E on white background.



Black color preview on #09265E background

This text has black color on #09265E background.


White color preview on #09265E background

This text has white color on #09265E background.