COLOR #0A141F

HEX: #0A141F
RGB: (10,20,31)

Color info

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

RGB color model

#0A141F color RGB value is (10,20,31).

  • red value is 10;
  • green value is 20;
  • blue value is 31.
RGB:
(10,20,31)
(4%,8%,12%)

RGB channels and saturation

R 10 of 255 = 4%
G 20 of 255 = 8%
B 31 of 255 = 12%

10
20
31

R + G + B ~ 8%. #0A141F is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 20 + 31 = 61 (100%)
R 10 of 61 ~ 16.39%
G 20 of 61 ~ 32.79%
B 31 of 61 ~ 50.82%

%16.39
%32.79
%50.82

CMYK color model

#0A141F color CMYK value is (68,35,0,88).

  • cyan value is 67.74%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(68,35,0,88)
C68M35Y0K88 
(68%,35%,0%,88%)
(0.68/0.35/0.00/0.88)	

CMYK percentages

%67.74
%35.48
%0
%87.84

Codes

Color #0A141F in popluar color models

0A141F
RGB102031
HSL211°51.22%8.04%
HSB/HSV211°67.74%12.16%
CMYK67.74%35.48%0.00%
87.84%

Color #0A141F in popluar number systems.

HEX0A141F
Decimal102031
Binary10101010011111
Octal122437

Shades and tints

Shades of #0A141F

#0A141F
(10,20,31)
#0A131D
(10,19,29)
#0A121B
(10,18,27)
#0A1119
(10,17,25)
#0A1017
(10,16,23)
#0A0F15
(10,15,21)
#0A0E13
(10,14,19)
#0A0D11
(10,13,17)
#0A0C0F
(10,12,15)
#0A0B0D
(10,11,13)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #0A141F

#0A141F
(10,20,31)
#202933
(32,41,51)
#363E47
(54,62,71)
#4C535B
(76,83,91)
#62686F
(98,104,111)
#787D83
(120,125,131)
#8E9297
(142,146,151)
#A4A7AB
(164,167,171)
#BABCBF
(186,188,191)
#D0D1D3
(208,209,211)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A141F; }

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

This text font color is #0A141F.


Background Color

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

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

This div background color is #0A141F.


Border color

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

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

This div border color is #0A141F.


Opacity

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

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

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

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

This text has shadow with #0A141F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A141F on black background.


Color preview on white background

This text has color #0A141F on white background.



Black color preview on #0A141F background

This text has black color on #0A141F background.


White color preview on #0A141F background

This text has white color on #0A141F background.