COLOR #09095E

HEX: #09095E
RGB: (9,9,94)

Color info

#09095E contains mainly blue color. Web safe color of #09095E is #000066 (or #006).

RGB color model

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

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

RGB channels and saturation

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

9
9
94

R + G + B ~ 15%. #09095E is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 9 + 94 = 112 (100%)
R 9 of 112 ~ 8.04%
G 9 of 112 ~ 8.04%
B 94 of 112 ~ 83.93%

%83.93

CMYK color model

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

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

CMYK percentages

%90.43
%90.43
%0
%63.14

Codes

Color #09095E in popluar color models

09095E
RGB9994
HSL240°82.52%20.20%
HSB/HSV240°90.43%36.86%
CMYK90.43%90.43%0.00%
63.14%

Color #09095E in popluar number systems.

HEX09095E
Decimal9994
Binary100110011011110
Octal1111136

Shades and tints

Shades of #09095E

#09095E
(9,9,94)
#090956
(9,9,86)
#09094E
(9,9,78)
#090946
(9,9,70)
#09093E
(9,9,62)
#090936
(9,9,54)
#09092E
(9,9,46)
#090926
(9,9,38)
#09091E
(9,9,30)
#090916
(9,9,22)
#09090E
(9,9,14)
#000000
(0,0,0)

Tints of #09095E

#09095E
(9,9,94)
#1F1F6C
(31,31,108)
#35357A
(53,53,122)
#4B4B88
(75,75,136)
#616196
(97,97,150)
#7777A4
(119,119,164)
#8D8DB2
(141,141,178)
#A3A3C0
(163,163,192)
#B9B9CE
(185,185,206)
#CFCFDC
(207,207,220)
#E5E5EA
(229,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09095E; }

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

This text font color is #09095E.


Background Color

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

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

This div background color is #09095E.


Border color

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

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

This div border color is #09095E.


Opacity

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

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

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

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

This text has shadow with #09095E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09095E on black background.


Color preview on white background

This text has color #09095E on white background.



Black color preview on #09095E background

This text has black color on #09095E background.


White color preview on #09095E background

This text has white color on #09095E background.