COLOR #0A16AB

HEX: #0A16AB
RGB: (10,22,171)

Color info

#0A16AB contains mainly blue color. Web safe color of #0A16AB is #000099 (or #009).

RGB color model

#0A16AB color RGB value is (10,22,171).

  • red value is 10;
  • green value is 22;
  • blue value is 171.
RGB:
(10,22,171)
(4%,9%,67%)

RGB channels and saturation

R 10 of 255 = 4%
G 22 of 255 = 9%
B 171 of 255 = 67%

10
22
171

R + G + B ~ 27%. #0A16AB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 22 + 171 = 203 (100%)
R 10 of 203 ~ 4.93%
G 22 of 203 ~ 10.84%
B 171 of 203 ~ 84.24%

%10.84
%84.24

CMYK color model

#0A16AB color CMYK value is (94,87,0,33).

  • cyan value is 94.15%
  • magenta value is 87.13%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(94,87,0,33)
C94M87Y0K33 
(94%,87%,0%,33%)
(0.94/0.87/0.00/0.33)	

CMYK percentages

%94.15
%87.13
%0
%32.94

Codes

Color #0A16AB in popluar color models

0A16AB
RGB1022171
HSL236°88.95%35.49%
HSB/HSV236°94.15%67.06%
CMYK94.15%87.13%0.00%
32.94%

Color #0A16AB in popluar number systems.

HEX0A16AB
Decimal1022171
Binary10101011010101011
Octal1226253

Shades and tints

Shades of #0A16AB

#0A16AB
(10,22,171)
#0A149C
(10,20,156)
#0A128D
(10,18,141)
#0A107E
(10,16,126)
#0A0E6F
(10,14,111)
#0A0C60
(10,12,96)
#0A0A51
(10,10,81)
#0A0842
(10,8,66)
#0A0633
(10,6,51)
#0A0424
(10,4,36)
#0A0215
(10,2,21)
#000000
(0,0,0)

Tints of #0A16AB

#0A16AB
(10,22,171)
#202BB2
(32,43,178)
#3640B9
(54,64,185)
#4C55C0
(76,85,192)
#626AC7
(98,106,199)
#787FCE
(120,127,206)
#8E94D5
(142,148,213)
#A4A9DC
(164,169,220)
#BABEE3
(186,190,227)
#D0D3EA
(208,211,234)
#E6E8F1
(230,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A16AB color. Also use rgb(10,22,171) instead hex code.

Text Font Color

.myTextColor { color: #0A16AB; }

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

This text font color is #0A16AB.


Background Color

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

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

This div background color is #0A16AB.


Border color

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

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

This div border color is #0A16AB.


Opacity

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

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

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

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

This text has shadow with #0A16AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A16AB on black background.


Color preview on white background

This text has color #0A16AB on white background.



Black color preview on #0A16AB background

This text has black color on #0A16AB background.


White color preview on #0A16AB background

This text has white color on #0A16AB background.