COLOR #0A0C18

HEX: #0A0C18 RGB: (10,12,24)

Color info

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

RGB color model

#0A0C18 color RGB value is (10,12,24).

RGB: (10,12,24) (4%, 5%, 9%)

RGB channels and saturation

R 10 of 255 = 4%
G 12 of 255 = 5%
B 24 of 255 = 9%

10
12
24

R + G + B ~ 6%. #0A0C18 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 12 + 24 = 46 (100%)
R 10 of 46 ~ 21.74%
G 12 of 46 ~ 26.09%
B 24 of 46 ~ 52.17'%

%21.74
%26.09
%52.17

CMYK color model

#0A0C18 color CMYK value is (58,50,0,91).

  • cyan value is 58.33%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 90.59%

CMYK: (58,50,0,91)
C58M50Y0K91 (58%, 50%, 0%, 91%)
(0.58 / 0.50 / 0.00 / 0.91)

CMYK percentages

%58.33
%50
%0
%90.59

Codes

Color #0A0C18 in popluar color models

0A 0C 18
RGB 10 12 24
HSL 231° 41.18% 6.67%
HSB/HSV 231° 58.33% 9.41%
CMYK 58.33% 50.00% 0.00%
90.59%

Color #0A0C18 in popluar number systems.

HEX 0A 0C 18
Decimal 10 12 24
Binary 1010 1100 11000
Octal 12 14 30

Shades and tints

Shades of #0A0C18

#0A0C18
(10,12,24)
#0A0B16
(10,11,22)
#0A0A14
(10,10,20)
#0A0912
(10,9,18)
#0A0810
(10,8,16)
#0A070E
(10,7,14)
#0A060C
(10,6,12)
#0A050A
(10,5,10)
#0A0408
(10,4,8)
#0A0306
(10,3,6)
#0A0204
(10,2,4)
#000000
(0,0,0)

Tints of #0A0C18

#0A0C18
(10,12,24)
#20222D
(32,34,45)
#363842
(54,56,66)
#4C4E57
(76,78,87)
#62646C
(98,100,108)
#787A81
(120,122,129)
#8E9096
(142,144,150)
#A4A6AB
(164,166,171)
#BABCC0
(186,188,192)
#D0D2D5
(208,210,213)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0C18; }

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

This text font color is #0A0C18.

Background Color

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

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

This div background color is #0A0C18.

Border color

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

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

This div border color is #0A0C18.

Opacity

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

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

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

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

This text has shadow with #0A0C18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A0C18.

Preview

Color preview on black background

This text has color #0A0C18 on black background.


Color preview on white background

This text has color #0A0C18 on white background.


Black color preview on #0A0C18 background

This text has black color on #0A0C18 background.


White color preview on #0A0C18 background

This text has white color on #0A0C18 background.


Related colors

Complementary color

Complementary color for #hex is #F5F3E7.


I love getcolorcode.com

Triadic colors

1 #180A0C and #0C180A with #0A0C18 are triadic colors.

2 #180C0A and #0C0A18 with #0A0C18 are triadic colors.