COLOR #0A1A18

HEX: #0A1A18 RGB: (10,26,24)

Color info

#0A1A18 contains red, green and blue colors in about the same proportion. Web safe color of #0A1A18 is #000000 (or #000).

RGB color model

#0A1A18 color RGB value is (10,26,24).

RGB: (10,26,24) (4%, 10%, 9%)

RGB channels and saturation

R 10 of 255 = 4%
G 26 of 255 = 10%
B 24 of 255 = 9%

10
26
24

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

Portions of RGB colors in percentages

R + G + B = 10 + 26 + 24 = 60 (100%)
R 10 of 60 ~ 16.67%
G 26 of 60 ~ 43.33%
B 24 of 60 ~ 40'%

%16.67
%43.33
%40

CMYK color model

#0A1A18 color CMYK value is (62,0,8,90).

  • cyan value is 61.54%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 89.80%

CMYK: (62,0,8,90)
C62M0Y8K90 (62%, 0%, 8%, 90%)
(0.62 / 0.00 / 0.08 / 0.90)

CMYK percentages

%61.54
%0
%7.69
%89.8

Codes

Color #0A1A18 in popluar color models

0A 1A 18
RGB 10 26 24
HSL 173° 44.44% 7.06%
HSB/HSV 173° 61.54% 10.20%
CMYK 61.54% 0.00% 7.69%
89.80%

Color #0A1A18 in popluar number systems.

HEX 0A 1A 18
Decimal 10 26 24
Binary 1010 11010 11000
Octal 12 32 30

Shades and tints

Shades of #0A1A18

#0A1A18
(10,26,24)
#0A1816
(10,24,22)
#0A1614
(10,22,20)
#0A1412
(10,20,18)
#0A1210
(10,18,16)
#0A100E
(10,16,14)
#0A0E0C
(10,14,12)
#0A0C0A
(10,12,10)
#0A0A08
(10,10,8)
#0A0806
(10,8,6)
#0A0604
(10,6,4)
#000000
(0,0,0)

Tints of #0A1A18

#0A1A18
(10,26,24)
#202E2D
(32,46,45)
#364242
(54,66,66)
#4C5657
(76,86,87)
#626A6C
(98,106,108)
#787E81
(120,126,129)
#8E9296
(142,146,150)
#A4A6AB
(164,166,171)
#BABAC0
(186,186,192)
#D0CED5
(208,206,213)
#E6E2EA
(230,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A1A18 color. Also use rgb(10,26,24) instead hex code.

Text Font Color

.myTextColor { color: #0A1A18; }

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

This text font color is #0A1A18.

Background Color

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

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

This div background color is #0A1A18.

Border color

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

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

This div border color is #0A1A18.

Opacity

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

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

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

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

This text has shadow with #0A1A18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A1A18.

Preview

Color preview on black background

This text has color #0A1A18 on black background.


Color preview on white background

This text has color #0A1A18 on white background.


Black color preview on #0A1A18 background

This text has black color on #0A1A18 background.


White color preview on #0A1A18 background

This text has white color on #0A1A18 background.


Related colors

Complementary color

Complementary color for #hex is #F5E5E7.


I love getcolorcode.com

Triadic colors

1 #180A1A and #1A180A with #0A1A18 are triadic colors.

2 #181A0A and #1A0A18 with #0A1A18 are triadic colors.