COLOR #0A1218

HEX: #0A1218
RGB: (10,18,24)

Color info

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

RGB color model

#0A1218 color RGB value is (10,18,24).

  • red value is 10;
  • green value is 18;
  • blue value is 24.
RGB:
(10,18,24)
(4%,7%,9%)

RGB channels and saturation

R 10 of 255 = 4%
G 18 of 255 = 7%
B 24 of 255 = 9%

10
18
24

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

Portions of RGB colors in percentages

R + G + B =
10 + 18 + 24 = 52 (100%)
R 10 of 52 ~ 19.23%
G 18 of 52 ~ 34.62%
B 24 of 52 ~ 46.15%

%19.23
%34.62
%46.15

CMYK color model

#0A1218 color CMYK value is (58,25,0,91).

  • cyan value is 58.33%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(58,25,0,91)
C58M25Y0K91 
(58%,25%,0%,91%)
(0.58/0.25/0.00/0.91)	

CMYK percentages

%58.33
%25
%0
%90.59

Codes

Color #0A1218 in popluar color models

0A1218
RGB101824
HSL206°41.18%6.67%
HSB/HSV206°58.33%9.41%
CMYK58.33%25.00%0.00%
90.59%

Color #0A1218 in popluar number systems.

HEX0A1218
Decimal101824
Binary10101001011000
Octal122230

Shades and tints

Shades of #0A1218

#0A1218
(10,18,24)
#0A1116
(10,17,22)
#0A1014
(10,16,20)
#0A0F12
(10,15,18)
#0A0E10
(10,14,16)
#0A0D0E
(10,13,14)
#0A0C0C
(10,12,12)
#0A0B0A
(10,11,10)
#0A0A08
(10,10,8)
#0A0906
(10,9,6)
#0A0804
(10,8,4)
#000000
(0,0,0)

Tints of #0A1218

#0A1218
(10,18,24)
#20272D
(32,39,45)
#363C42
(54,60,66)
#4C5157
(76,81,87)
#62666C
(98,102,108)
#787B81
(120,123,129)
#8E9096
(142,144,150)
#A4A5AB
(164,165,171)
#BABAC0
(186,186,192)
#D0CFD5
(208,207,213)
#E6E4EA
(230,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A1218; }

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

This text font color is #0A1218.


Background Color

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

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

This div background color is #0A1218.


Border color

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

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

This div border color is #0A1218.


Opacity

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

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

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

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

This text has shadow with #0A1218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1218 on black background.


Color preview on white background

This text has color #0A1218 on white background.



Black color preview on #0A1218 background

This text has black color on #0A1218 background.


White color preview on #0A1218 background

This text has white color on #0A1218 background.