COLOR #0A121B

HEX: #0A121B RGB: (10,18,27)

Color info

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

RGB color model

#0A121B color RGB value is (10,18,27).

RGB: (10,18,27) (4%, 7%, 11%)

RGB channels and saturation

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

10
18
27

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

Portions of RGB colors in percentages

R + G + B = 10 + 18 + 27 = 55 (100%)
R 10 of 55 ~ 18.18%
G 18 of 55 ~ 32.73%
B 27 of 55 ~ 49.09'%

%18.18
%32.73
%49.09

CMYK color model

#0A121B color CMYK value is (63,33,0,89).

  • cyan value is 62.96%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK: (63,33,0,89) C63M33Y0K89 (63%,33%,0%,89%) (0.63/0.33/0.00/0.89) 

CMYK percentages

%62.96
%33.33
%0
%89.41

Codes

Color #0A121B in popluar color models

0A 12 1B
RGB 10 18 27
HSL 212° 45.95% 7.25%
HSB/HSV 212° 62.96% 10.59%
CMYK 62.96% 33.33% 0.00%
89.41%

Color #0A121B in popluar number systems.

HEX 0A 12 1B
Decimal 10 18 27
Binary 1010 10010 11011
Octal 12 22 33

Shades and tints

Shades of #0A121B

#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)
#0A0909
(10,9,9)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #0A121B

#0A121B
(10,18,27)
#20272F
(32,39,47)
#363C43
(54,60,67)
#4C5157
(76,81,87)
#62666B
(98,102,107)
#787B7F
(120,123,127)
#8E9093
(142,144,147)
#A4A5A7
(164,165,167)
#BABABB
(186,186,187)
#D0CFCF
(208,207,207)
#E6E4E3
(230,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A121B; }

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

This text font color is #0A121B.

Background Color

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

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

This div background color is #0A121B.

Border color

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

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

This div border color is #0A121B.

Opacity

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

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

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

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

This text has shadow with #0A121B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A121B.

Preview

Color preview on black background

This text has color #0A121B on black background.


Color preview on white background

This text has color #0A121B on white background.


Black color preview on #0A121B background

This text has black color on #0A121B background.


White color preview on #0A121B background

This text has white color on #0A121B background.


Related colors

Complementary color

Complementary color for #hex is #F5EDE4.


I love getcolorcode.com

Triadic colors

1 #1B0A12 and #121B0A with #0A121B are triadic colors.

2 #1B120A and #120A1B with #0A121B are triadic colors.