COLOR #090014

HEX: #090014
RGB: (9,0,20)

Color info

#090014 contains only red and blue colors. Web safe color of #090014 is #000000 (or #000).

RGB color model

#090014 color RGB value is (9,0,20).

  • red value is 9;
  • green value is 0;
  • blue value is 20.
RGB:
(9,0,20)
(4%,0%,8%)

RGB channels and saturation

R 9 of 255 = 4%
G 0 of 255 = 0%
B 20 of 255 = 8%

9
0
20

R + G + B ~ 4%. #090014 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 0 + 20 = 29 (100%)
R 9 of 29 ~ 31.03%
G 0 of 29 ~ 0%
B 20 of 29 ~ 68.97%

%31.03
%68.97

CMYK color model

#090014 color CMYK value is (55,100,0,92).

  • cyan value is 55.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(55,100,0,92)
C55M100Y0K92 
(55%,100%,0%,92%)
(0.55/1.00/0.00/0.92)	

CMYK percentages

%55
%100
%0
%92.16

Codes

Color #090014 in popluar color models

090014
RGB9020
HSL267°100.00%3.92%
HSB/HSV267°100.00%7.84%
CMYK55.00%100.00%0.00%
92.16%

Color #090014 in popluar number systems.

HEX090014
Decimal9020
Binary1001010100
Octal11024

Shades and tints

Shades of #090014

#090014
(9,0,20)
#090013
(9,0,19)
#090012
(9,0,18)
#090011
(9,0,17)
#090010
(9,0,16)
#09000F
(9,0,15)
#09000E
(9,0,14)
#09000D
(9,0,13)
#09000C
(9,0,12)
#09000B
(9,0,11)
#09000A
(9,0,10)
#000000
(0,0,0)

Tints of #090014

#090014
(9,0,20)
#1F1729
(31,23,41)
#352E3E
(53,46,62)
#4B4553
(75,69,83)
#615C68
(97,92,104)
#77737D
(119,115,125)
#8D8A92
(141,138,146)
#A3A1A7
(163,161,167)
#B9B8BC
(185,184,188)
#CFCFD1
(207,207,209)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090014 color. Also use rgb(9,0,20) instead hex code.

Text Font Color

.myTextColor { color: #090014; }

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

This text font color is #090014.


Background Color

.myBgColor { background-color: #090014; }

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

This div background color is #090014.


Border color

.myBorderColor { border: 1px solid #090014; }

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

This div border color is #090014.


Opacity

.myOpacity80 { color: #090014; opacity: 0.8; }

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

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

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

This text has shadow with #090014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090014 on black background.


Color preview on white background

This text has color #090014 on white background.



Black color preview on #090014 background

This text has black color on #090014 background.


White color preview on #090014 background

This text has white color on #090014 background.