COLOR #090E40

HEX: #090E40
RGB: (9,14,64)

Color info

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

RGB color model

#090E40 color RGB value is (9,14,64).

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

RGB channels and saturation

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

9
14
64

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

Portions of RGB colors in percentages

R + G + B =
9 + 14 + 64 = 87 (100%)
R 9 of 87 ~ 10.34%
G 14 of 87 ~ 16.09%
B 64 of 87 ~ 73.56%

%10.34
%16.09
%73.56

CMYK color model

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

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

CMYK percentages

%85.94
%78.13
%0
%74.9

Codes

Color #090E40 in popluar color models

090E40
RGB91464
HSL235°75.34%14.31%
HSB/HSV235°85.94%25.10%
CMYK85.94%78.13%0.00%
74.90%

Color #090E40 in popluar number systems.

HEX090E40
Decimal91464
Binary100111101000000
Octal1116100

Shades and tints

Shades of #090E40

#090E40
(9,14,64)
#090D3B
(9,13,59)
#090C36
(9,12,54)
#090B31
(9,11,49)
#090A2C
(9,10,44)
#090927
(9,9,39)
#090822
(9,8,34)
#09071D
(9,7,29)
#090618
(9,6,24)
#090513
(9,5,19)
#09040E
(9,4,14)
#000000
(0,0,0)

Tints of #090E40

#090E40
(9,14,64)
#1F2351
(31,35,81)
#353862
(53,56,98)
#4B4D73
(75,77,115)
#616284
(97,98,132)
#777795
(119,119,149)
#8D8CA6
(141,140,166)
#A3A1B7
(163,161,183)
#B9B6C8
(185,182,200)
#CFCBD9
(207,203,217)
#E5E0EA
(229,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090E40; }

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

This text font color is #090E40.


Background Color

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

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

This div background color is #090E40.


Border color

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

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

This div border color is #090E40.


Opacity

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

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

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

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

This text has shadow with #090E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090E40 on black background.


Color preview on white background

This text has color #090E40 on white background.



Black color preview on #090E40 background

This text has black color on #090E40 background.


White color preview on #090E40 background

This text has white color on #090E40 background.