COLOR #0A1463

HEX: #0A1463
RGB: (10,20,99)

Color info

#0A1463 contains mainly blue color. Web safe color of #0A1463 is #000066 (or #006).

RGB color model

#0A1463 color RGB value is (10,20,99).

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

RGB channels and saturation

R 10 of 255 = 4%
G 20 of 255 = 8%
B 99 of 255 = 39%

10
20
99

R + G + B ~ 17%. #0A1463 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 20 + 99 = 129 (100%)
R 10 of 129 ~ 7.75%
G 20 of 129 ~ 15.5%
B 99 of 129 ~ 76.74%

%15.5
%76.74

CMYK color model

#0A1463 color CMYK value is (90,80,0,61).

  • cyan value is 89.90%
  • magenta value is 79.80%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(90,80,0,61)
C90M80Y0K61 
(90%,80%,0%,61%)
(0.90/0.80/0.00/0.61)	

CMYK percentages

%89.9
%79.8
%0
%61.18

Codes

Color #0A1463 in popluar color models

0A1463
RGB102099
HSL233°81.65%21.37%
HSB/HSV233°89.90%38.82%
CMYK89.90%79.80%0.00%
61.18%

Color #0A1463 in popluar number systems.

HEX0A1463
Decimal102099
Binary1010101001100011
Octal1224143

Shades and tints

Shades of #0A1463

#0A1463
(10,20,99)
#0A135A
(10,19,90)
#0A1251
(10,18,81)
#0A1148
(10,17,72)
#0A103F
(10,16,63)
#0A0F36
(10,15,54)
#0A0E2D
(10,14,45)
#0A0D24
(10,13,36)
#0A0C1B
(10,12,27)
#0A0B12
(10,11,18)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #0A1463

#0A1463
(10,20,99)
#202971
(32,41,113)
#363E7F
(54,62,127)
#4C538D
(76,83,141)
#62689B
(98,104,155)
#787DA9
(120,125,169)
#8E92B7
(142,146,183)
#A4A7C5
(164,167,197)
#BABCD3
(186,188,211)
#D0D1E1
(208,209,225)
#E6E6EF
(230,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A1463; }

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

This text font color is #0A1463.


Background Color

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

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

This div background color is #0A1463.


Border color

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

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

This div border color is #0A1463.


Opacity

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

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

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

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

This text has shadow with #0A1463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1463 on black background.


Color preview on white background

This text has color #0A1463 on white background.



Black color preview on #0A1463 background

This text has black color on #0A1463 background.


White color preview on #0A1463 background

This text has white color on #0A1463 background.