COLOR #090E61

HEX: #090E61
RGB: (9,14,97)

Color info

#090E61 contains mainly blue color. Web safe color of #090E61 is #000066 (or #006).

RGB color model

#090E61 color RGB value is (9,14,97).

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

RGB channels and saturation

R 9 of 255 = 4%
G 14 of 255 = 5%
B 97 of 255 = 38%

9
14
97

R + G + B ~ 16%. #090E61 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 14 + 97 = 120 (100%)
R 9 of 120 ~ 7.5%
G 14 of 120 ~ 11.67%
B 97 of 120 ~ 80.83%

%11.67
%80.83

CMYK color model

#090E61 color CMYK value is (91,86,0,62).

  • cyan value is 90.72%
  • magenta value is 85.57%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(91,86,0,62)
C91M86Y0K62 
(91%,86%,0%,62%)
(0.91/0.86/0.00/0.62)	

CMYK percentages

%90.72
%85.57
%0
%61.96

Codes

Color #090E61 in popluar color models

090E61
RGB91497
HSL237°83.02%20.78%
HSB/HSV237°90.72%38.04%
CMYK90.72%85.57%0.00%
61.96%

Color #090E61 in popluar number systems.

HEX090E61
Decimal91497
Binary100111101100001
Octal1116141

Shades and tints

Shades of #090E61

#090E61
(9,14,97)
#090D59
(9,13,89)
#090C51
(9,12,81)
#090B49
(9,11,73)
#090A41
(9,10,65)
#090939
(9,9,57)
#090831
(9,8,49)
#090729
(9,7,41)
#090621
(9,6,33)
#090519
(9,5,25)
#090411
(9,4,17)
#000000
(0,0,0)

Tints of #090E61

#090E61
(9,14,97)
#1F236F
(31,35,111)
#35387D
(53,56,125)
#4B4D8B
(75,77,139)
#616299
(97,98,153)
#7777A7
(119,119,167)
#8D8CB5
(141,140,181)
#A3A1C3
(163,161,195)
#B9B6D1
(185,182,209)
#CFCBDF
(207,203,223)
#E5E0ED
(229,224,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090E61; }

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

This text font color is #090E61.


Background Color

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

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

This div background color is #090E61.


Border color

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

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

This div border color is #090E61.


Opacity

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

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

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

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

This text has shadow with #090E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090E61 on black background.


Color preview on white background

This text has color #090E61 on white background.



Black color preview on #090E61 background

This text has black color on #090E61 background.


White color preview on #090E61 background

This text has white color on #090E61 background.