COLOR #090E15

HEX: #090E15
RGB: (9,14,21)

Color info

#090E15 contains red, green and blue colors in about the same proportion. Web safe color of #090E15 is #000000 (or #000).

RGB color model

#090E15 color RGB value is (9,14,21).

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

RGB channels and saturation

R 9 of 255 = 4%
G 14 of 255 = 5%
B 21 of 255 = 8%

9
14
21

R + G + B ~ 6%. #090E15 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 14 + 21 = 44 (100%)
R 9 of 44 ~ 20.45%
G 14 of 44 ~ 31.82%
B 21 of 44 ~ 47.73%

%20.45
%31.82
%47.73

CMYK color model

#090E15 color CMYK value is (57,33,0,92).

  • cyan value is 57.14%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK:
(57,33,0,92)
C57M33Y0K92 
(57%,33%,0%,92%)
(0.57/0.33/0.00/0.92)	

CMYK percentages

%57.14
%33.33
%0
%91.76

Codes

Color #090E15 in popluar color models

090E15
RGB91421
HSL215°40.00%5.88%
HSB/HSV215°57.14%8.24%
CMYK57.14%33.33%0.00%
91.76%

Color #090E15 in popluar number systems.

HEX090E15
Decimal91421
Binary1001111010101
Octal111625

Shades and tints

Shades of #090E15

#090E15
(9,14,21)
#090D14
(9,13,20)
#090C13
(9,12,19)
#090B12
(9,11,18)
#090A11
(9,10,17)
#090910
(9,9,16)
#09080F
(9,8,15)
#09070E
(9,7,14)
#09060D
(9,6,13)
#09050C
(9,5,12)
#09040B
(9,4,11)
#000000
(0,0,0)

Tints of #090E15

#090E15
(9,14,21)
#1F232A
(31,35,42)
#35383F
(53,56,63)
#4B4D54
(75,77,84)
#616269
(97,98,105)
#77777E
(119,119,126)
#8D8C93
(141,140,147)
#A3A1A8
(163,161,168)
#B9B6BD
(185,182,189)
#CFCBD2
(207,203,210)
#E5E0E7
(229,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090E15; }

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

This text font color is #090E15.


Background Color

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

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

This div background color is #090E15.


Border color

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

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

This div border color is #090E15.


Opacity

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

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

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

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

This text has shadow with #090E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090E15 on black background.


Color preview on white background

This text has color #090E15 on white background.



Black color preview on #090E15 background

This text has black color on #090E15 background.


White color preview on #090E15 background

This text has white color on #090E15 background.