COLOR #0A014D

HEX: #0A014D RGB: (10,1,77)

Color info

#0A014D contains mainly blue color. Web safe color of #0A014D is #000033 (or #003).

RGB color model

#0A014D color RGB value is (10,1,77).

RGB: (10,1,77) (4%, 0%, 30%)

RGB channels and saturation

R 10 of 255 = 4%
G 1 of 255 = 0%
B 77 of 255 = 30%

10
1
77

R + G + B ~ 11%. #0A014D is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 1 + 77 = 88 (100%)
R 10 of 88 ~ 11.36%
G 1 of 88 ~ 1.14%
B 77 of 88 ~ 87.5'%

%11.36
%87.5

CMYK color model

#0A014D color CMYK value is (87,99,0,70).

  • cyan value is 87.01%
  • magenta value is 98.70%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (87,99,0,70)
C87M99Y0K70 (87%, 99%, 0%, 70%)
(0.87 / 0.99 / 0.00 / 0.70)

CMYK percentages

%87.01
%98.7
%0
%69.8

Codes

Color #0A014D in popluar color models

0A 01 4D
RGB 10 1 77
HSL 247° 97.44% 15.29%
HSB/HSV 247° 98.70% 30.20%
CMYK 87.01% 98.70% 0.00%
69.80%

Color #0A014D in popluar number systems.

HEX 0A 01 4D
Decimal 10 1 77
Binary 1010 1 1001101
Octal 12 1 115

Shades and tints

Shades of #0A014D

#0A014D
(10,1,77)
#0A0146
(10,1,70)
#0A013F
(10,1,63)
#0A0138
(10,1,56)
#0A0131
(10,1,49)
#0A012A
(10,1,42)
#0A0123
(10,1,35)
#0A011C
(10,1,28)
#0A0115
(10,1,21)
#0A010E
(10,1,14)
#0A0107
(10,1,7)
#000000
(0,0,0)

Tints of #0A014D

#0A014D
(10,1,77)
#20185D
(32,24,93)
#362F6D
(54,47,109)
#4C467D
(76,70,125)
#625D8D
(98,93,141)
#78749D
(120,116,157)
#8E8BAD
(142,139,173)
#A4A2BD
(164,162,189)
#BAB9CD
(186,185,205)
#D0D0DD
(208,208,221)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A014D color. Also use rgb(10,1,77) instead hex code.

Text Font Color

.myTextColor { color: #0A014D; }

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

This text font color is #0A014D.

Background Color

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

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

This div background color is #0A014D.

Border color

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

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

This div border color is #0A014D.

Opacity

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

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

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

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

This text has shadow with #0A014D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A014D.

Preview

Color preview on black background

This text has color #0A014D on black background.


Color preview on white background

This text has color #0A014D on white background.


Black color preview on #0A014D background

This text has black color on #0A014D background.


White color preview on #0A014D background

This text has white color on #0A014D background.


Related colors

Complementary color

Complementary color for #hex is #F5FEB2.


I love getcolorcode.com

Triadic colors

1 #4D0A01 and #014D0A with #0A014D are triadic colors.

2 #4D010A and #010A4D with #0A014D are triadic colors.