COLOR #090E3F

HEX: #090E3F
RGB: (9,14,63)

Color info

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

RGB color model

#090E3F color RGB value is (9,14,63).

  • red value is 9;
  • green value is 14;
  • blue value is 63.
RGB:
(9,14,63)
(4%,5%,25%)

RGB channels and saturation

R 9 of 255 = 4%
G 14 of 255 = 5%
B 63 of 255 = 25%

9
14
63

R + G + B ~ 11%. #090E3F is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 14 + 63 = 86 (100%)
R 9 of 86 ~ 10.47%
G 14 of 86 ~ 16.28%
B 63 of 86 ~ 73.26%

%10.47
%16.28
%73.26

CMYK color model

#090E3F color CMYK value is (86,78,0,75).

  • cyan value is 85.71%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(86,78,0,75)
C86M78Y0K75 
(86%,78%,0%,75%)
(0.86/0.78/0.00/0.75)	

CMYK percentages

%85.71
%77.78
%0
%75.29

Codes

Color #090E3F in popluar color models

090E3F
RGB91463
HSL234°75.00%14.12%
HSB/HSV234°85.71%24.71%
CMYK85.71%77.78%0.00%
75.29%

Color #090E3F in popluar number systems.

HEX090E3F
Decimal91463
Binary10011110111111
Octal111677

Shades and tints

Shades of #090E3F

#090E3F
(9,14,63)
#090D3A
(9,13,58)
#090C35
(9,12,53)
#090B30
(9,11,48)
#090A2B
(9,10,43)
#090926
(9,9,38)
#090821
(9,8,33)
#09071C
(9,7,28)
#090617
(9,6,23)
#090512
(9,5,18)
#09040D
(9,4,13)
#000000
(0,0,0)

Tints of #090E3F

#090E3F
(9,14,63)
#1F2350
(31,35,80)
#353861
(53,56,97)
#4B4D72
(75,77,114)
#616283
(97,98,131)
#777794
(119,119,148)
#8D8CA5
(141,140,165)
#A3A1B6
(163,161,182)
#B9B6C7
(185,182,199)
#CFCBD8
(207,203,216)
#E5E0E9
(229,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090E3F color. Also use rgb(9,14,63) instead hex code.

Text Font Color

.myTextColor { color: #090E3F; }

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

This text font color is #090E3F.


Background Color

.myBgColor { background-color: #090E3F; }

<div style="background-color:#090E3F">Inner text</div>

This div background color is #090E3F.


Border color

.myBorderColor { border: 1px solid #090E3F; }

<div style="border:3px solid #090E3F">Div</div>

This div border color is #090E3F.


Opacity

.myOpacity80 { color: #090E3F; opacity: 0.8; }

<p style="color:#090E3F;opacity:0.8;">80%</p>

Text with #090E3F 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 #090E3F;}

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

This text has shadow with #090E3F color.

.textShadow {text-shadow: 3px 3px 1px #090E3F, 3px 3px 1px red;}

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

This text has shadow with #090E3F primary color and red secondary color.


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

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

This text has shadow with #090E3F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090E3F on black background.


Color preview on white background

This text has color #090E3F on white background.



Black color preview on #090E3F background

This text has black color on #090E3F background.


White color preview on #090E3F background

This text has white color on #090E3F background.