COLOR #0A1346

HEX: #0A1346
RGB: (10,19,70)

Color info

#0A1346 contains mainly green and blue colors. Web safe color of #0A1346 is #000033 (or #003).

RGB color model

#0A1346 color RGB value is (10,19,70).

  • red value is 10;
  • green value is 19;
  • blue value is 70.
RGB:
(10,19,70)
(4%,7%,27%)

RGB channels and saturation

R 10 of 255 = 4%
G 19 of 255 = 7%
B 70 of 255 = 27%

10
19
70

R + G + B ~ 13%. #0A1346 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 19 + 70 = 99 (100%)
R 10 of 99 ~ 10.1%
G 19 of 99 ~ 19.19%
B 70 of 99 ~ 70.71%

%10.1
%19.19
%70.71

CMYK color model

#0A1346 color CMYK value is (86,73,0,73).

  • cyan value is 85.71%
  • magenta value is 72.86%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(86,73,0,73)
C86M73Y0K73 
(86%,73%,0%,73%)
(0.86/0.73/0.00/0.73)	

CMYK percentages

%85.71
%72.86
%0
%72.55

Codes

Color #0A1346 in popluar color models

0A1346
RGB101970
HSL231°75.00%15.69%
HSB/HSV231°85.71%27.45%
CMYK85.71%72.86%0.00%
72.55%

Color #0A1346 in popluar number systems.

HEX0A1346
Decimal101970
Binary1010100111000110
Octal1223106

Shades and tints

Shades of #0A1346

#0A1346
(10,19,70)
#0A1240
(10,18,64)
#0A113A
(10,17,58)
#0A1034
(10,16,52)
#0A0F2E
(10,15,46)
#0A0E28
(10,14,40)
#0A0D22
(10,13,34)
#0A0C1C
(10,12,28)
#0A0B16
(10,11,22)
#0A0A10
(10,10,16)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #0A1346

#0A1346
(10,19,70)
#202856
(32,40,86)
#363D66
(54,61,102)
#4C5276
(76,82,118)
#626786
(98,103,134)
#787C96
(120,124,150)
#8E91A6
(142,145,166)
#A4A6B6
(164,166,182)
#BABBC6
(186,187,198)
#D0D0D6
(208,208,214)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A1346 color. Also use rgb(10,19,70) instead hex code.

Text Font Color

.myTextColor { color: #0A1346; }

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

This text font color is #0A1346.


Background Color

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

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

This div background color is #0A1346.


Border color

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

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

This div border color is #0A1346.


Opacity

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

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

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

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

This text has shadow with #0A1346 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1346 on black background.


Color preview on white background

This text has color #0A1346 on white background.



Black color preview on #0A1346 background

This text has black color on #0A1346 background.


White color preview on #0A1346 background

This text has white color on #0A1346 background.