COLOR #0A091E

HEX: #0A091E
RGB: (10,9,30)

Color info

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

RGB color model

#0A091E color RGB value is (10,9,30).

  • red value is 10;
  • green value is 9;
  • blue value is 30.
RGB:
(10,9,30)
(4%,4%,12%)

RGB channels and saturation

R 10 of 255 = 4%
G 9 of 255 = 4%
B 30 of 255 = 12%

10
9
30

R + G + B ~ 7%. #0A091E is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 9 + 30 = 49 (100%)
R 10 of 49 ~ 20.41%
G 9 of 49 ~ 18.37%
B 30 of 49 ~ 61.22%

%20.41
%18.37
%61.22

CMYK color model

#0A091E color CMYK value is (67,70,0,88).

  • cyan value is 66.67%
  • magenta value is 70.00%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(67,70,0,88)
C67M70Y0K88 
(67%,70%,0%,88%)
(0.67/0.70/0.00/0.88)	

CMYK percentages

%66.67
%70
%0
%88.24

Codes

Color #0A091E in popluar color models

0A091E
RGB10930
HSL243°53.85%7.65%
HSB/HSV243°70.00%11.76%
CMYK66.67%70.00%0.00%
88.24%

Color #0A091E in popluar number systems.

HEX0A091E
Decimal10930
Binary1010100111110
Octal121136

Shades and tints

Shades of #0A091E

#0A091E
(10,9,30)
#0A091C
(10,9,28)
#0A091A
(10,9,26)
#0A0918
(10,9,24)
#0A0916
(10,9,22)
#0A0914
(10,9,20)
#0A0912
(10,9,18)
#0A0910
(10,9,16)
#0A090E
(10,9,14)
#0A090C
(10,9,12)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #0A091E

#0A091E
(10,9,30)
#201F32
(32,31,50)
#363546
(54,53,70)
#4C4B5A
(76,75,90)
#62616E
(98,97,110)
#787782
(120,119,130)
#8E8D96
(142,141,150)
#A4A3AA
(164,163,170)
#BAB9BE
(186,185,190)
#D0CFD2
(208,207,210)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A091E; }

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

This text font color is #0A091E.


Background Color

.myBgColor { background-color: #0A091E; }

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

This div background color is #0A091E.


Border color

.myBorderColor { border: 1px solid #0A091E; }

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

This div border color is #0A091E.


Opacity

.myOpacity80 { color: #0A091E; opacity: 0.8; }

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

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

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

This text has shadow with #0A091E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A091E on black background.


Color preview on white background

This text has color #0A091E on white background.



Black color preview on #0A091E background

This text has black color on #0A091E background.


White color preview on #0A091E background

This text has white color on #0A091E background.