COLOR #0A131B

HEX: #0A131B
RGB: (10,19,27)

Color info

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

RGB color model

#0A131B color RGB value is (10,19,27).

  • red value is 10;
  • green value is 19;
  • blue value is 27.
RGB:
(10,19,27)
(4%,7%,11%)

RGB channels and saturation

R 10 of 255 = 4%
G 19 of 255 = 7%
B 27 of 255 = 11%

10
19
27

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

Portions of RGB colors in percentages

R + G + B =
10 + 19 + 27 = 56 (100%)
R 10 of 56 ~ 17.86%
G 19 of 56 ~ 33.93%
B 27 of 56 ~ 48.21%

%17.86
%33.93
%48.21

CMYK color model

#0A131B color CMYK value is (63,30,0,89).

  • cyan value is 62.96%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(63,30,0,89)
C63M30Y0K89 
(63%,30%,0%,89%)
(0.63/0.30/0.00/0.89)	

CMYK percentages

%62.96
%29.63
%0
%89.41

Codes

Color #0A131B in popluar color models

0A131B
RGB101927
HSL208°45.95%7.25%
HSB/HSV208°62.96%10.59%
CMYK62.96%29.63%0.00%
89.41%

Color #0A131B in popluar number systems.

HEX0A131B
Decimal101927
Binary10101001111011
Octal122333

Shades and tints

Shades of #0A131B

#0A131B
(10,19,27)
#0A1219
(10,18,25)
#0A1117
(10,17,23)
#0A1015
(10,16,21)
#0A0F13
(10,15,19)
#0A0E11
(10,14,17)
#0A0D0F
(10,13,15)
#0A0C0D
(10,12,13)
#0A0B0B
(10,11,11)
#0A0A09
(10,10,9)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #0A131B

#0A131B
(10,19,27)
#20282F
(32,40,47)
#363D43
(54,61,67)
#4C5257
(76,82,87)
#62676B
(98,103,107)
#787C7F
(120,124,127)
#8E9193
(142,145,147)
#A4A6A7
(164,166,167)
#BABBBB
(186,187,187)
#D0D0CF
(208,208,207)
#E6E5E3
(230,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A131B color. Also use rgb(10,19,27) instead hex code.

Text Font Color

.myTextColor { color: #0A131B; }

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

This text font color is #0A131B.


Background Color

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

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

This div background color is #0A131B.


Border color

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

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

This div border color is #0A131B.


Opacity

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

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

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

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

This text has shadow with #0A131B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A131B on black background.


Color preview on white background

This text has color #0A131B on white background.



Black color preview on #0A131B background

This text has black color on #0A131B background.


White color preview on #0A131B background

This text has white color on #0A131B background.