COLOR #0A011B

HEX: #0A011B RGB: (10,1,27)

Color info

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

RGB color model

#0A011B color RGB value is (10,1,27).

RGB: (10,1,27) (4%, 0%, 11%)

RGB channels and saturation

R 10 of 255 = 4%
G 1 of 255 = 0%
B 27 of 255 = 11%

10
1
27

R + G + B ~ 5%. #0A011B is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 1 + 27 = 38 (100%)
R 10 of 38 ~ 26.32%
G 1 of 38 ~ 2.63%
B 27 of 38 ~ 71.05'%

%26.32
%71.05

CMYK color model

#0A011B color CMYK value is (63,96,0,89).

  • cyan value is 62.96%
  • magenta value is 96.30%
  • yellow value is 0.00%
  • key color value is 89.41%

CMYK: (63,96,0,89)
C63M96Y0K89 (63%, 96%, 0%, 89%)
(0.63 / 0.96 / 0.00 / 0.89)

CMYK percentages

%62.96
%96.3
%0
%89.41

Codes

Color #0A011B in popluar color models

0A 01 1B
RGB 10 1 27
HSL 261° 92.86% 5.49%
HSB/HSV 261° 96.30% 10.59%
CMYK 62.96% 96.30% 0.00%
89.41%

Color #0A011B in popluar number systems.

HEX 0A 01 1B
Decimal 10 1 27
Binary 1010 1 11011
Octal 12 1 33

Shades and tints

Shades of #0A011B

#0A011B
(10,1,27)
#0A0119
(10,1,25)
#0A0117
(10,1,23)
#0A0115
(10,1,21)
#0A0113
(10,1,19)
#0A0111
(10,1,17)
#0A010F
(10,1,15)
#0A010D
(10,1,13)
#0A010B
(10,1,11)
#0A0109
(10,1,9)
#0A0107
(10,1,7)
#000000
(0,0,0)

Tints of #0A011B

#0A011B
(10,1,27)
#20182F
(32,24,47)
#362F43
(54,47,67)
#4C4657
(76,70,87)
#625D6B
(98,93,107)
#78747F
(120,116,127)
#8E8B93
(142,139,147)
#A4A2A7
(164,162,167)
#BAB9BB
(186,185,187)
#D0D0CF
(208,208,207)
#E6E7E3
(230,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A011B; }

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

This text font color is #0A011B.

Background Color

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

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

This div background color is #0A011B.

Border color

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

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

This div border color is #0A011B.

Opacity

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

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

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

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

This text has shadow with #0A011B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A011B.

Preview

Color preview on black background

This text has color #0A011B on black background.


Color preview on white background

This text has color #0A011B on white background.


Black color preview on #0A011B background

This text has black color on #0A011B background.


White color preview on #0A011B background

This text has white color on #0A011B background.


Related colors

Complementary color

Complementary color for #hex is #F5FEE4.


I love getcolorcode.com

Triadic colors

1 #1B0A01 and #011B0A with #0A011B are triadic colors.

2 #1B010A and #010A1B with #0A011B are triadic colors.