COLOR #0A1426

HEX: #0A1426
RGB: (10,20,38)

Color info

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

RGB color model

#0A1426 color RGB value is (10,20,38).

  • red value is 10;
  • green value is 20;
  • blue value is 38.
RGB:
(10,20,38)
(4%,8%,15%)

RGB channels and saturation

R 10 of 255 = 4%
G 20 of 255 = 8%
B 38 of 255 = 15%

10
20
38

R + G + B ~ 9%. #0A1426 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 20 + 38 = 68 (100%)
R 10 of 68 ~ 14.71%
G 20 of 68 ~ 29.41%
B 38 of 68 ~ 55.88%

%14.71
%29.41
%55.88

CMYK color model

#0A1426 color CMYK value is (74,47,0,85).

  • cyan value is 73.68%
  • magenta value is 47.37%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(74,47,0,85)
C74M47Y0K85 
(74%,47%,0%,85%)
(0.74/0.47/0.00/0.85)	

CMYK percentages

%73.68
%47.37
%0
%85.1

Codes

Color #0A1426 in popluar color models

0A1426
RGB102038
HSL219°58.33%9.41%
HSB/HSV219°73.68%14.90%
CMYK73.68%47.37%0.00%
85.10%

Color #0A1426 in popluar number systems.

HEX0A1426
Decimal102038
Binary101010100100110
Octal122446

Shades and tints

Shades of #0A1426

#0A1426
(10,20,38)
#0A1323
(10,19,35)
#0A1220
(10,18,32)
#0A111D
(10,17,29)
#0A101A
(10,16,26)
#0A0F17
(10,15,23)
#0A0E14
(10,14,20)
#0A0D11
(10,13,17)
#0A0C0E
(10,12,14)
#0A0B0B
(10,11,11)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #0A1426

#0A1426
(10,20,38)
#202939
(32,41,57)
#363E4C
(54,62,76)
#4C535F
(76,83,95)
#626872
(98,104,114)
#787D85
(120,125,133)
#8E9298
(142,146,152)
#A4A7AB
(164,167,171)
#BABCBE
(186,188,190)
#D0D1D1
(208,209,209)
#E6E6E4
(230,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A1426 color. Also use rgb(10,20,38) instead hex code.

Text Font Color

.myTextColor { color: #0A1426; }

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

This text font color is #0A1426.


Background Color

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

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

This div background color is #0A1426.


Border color

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

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

This div border color is #0A1426.


Opacity

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

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

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

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

This text has shadow with #0A1426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1426 on black background.


Color preview on white background

This text has color #0A1426 on white background.



Black color preview on #0A1426 background

This text has black color on #0A1426 background.


White color preview on #0A1426 background

This text has white color on #0A1426 background.