COLOR #0A1447

HEX: #0A1447
RGB: (10,20,71)

Color info

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

RGB color model

#0A1447 color RGB value is (10,20,71).

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

RGB channels and saturation

R 10 of 255 = 4%
G 20 of 255 = 8%
B 71 of 255 = 28%

10
20
71

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

Portions of RGB colors in percentages

R + G + B =
10 + 20 + 71 = 101 (100%)
R 10 of 101 ~ 9.9%
G 20 of 101 ~ 19.8%
B 71 of 101 ~ 70.3%

%9.9
%19.8
%70.3

CMYK color model

#0A1447 color CMYK value is (86,72,0,72).

  • cyan value is 85.92%
  • magenta value is 71.83%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(86,72,0,72)
C86M72Y0K72 
(86%,72%,0%,72%)
(0.86/0.72/0.00/0.72)	

CMYK percentages

%85.92
%71.83
%0
%72.16

Codes

Color #0A1447 in popluar color models

0A1447
RGB102071
HSL230°75.31%15.88%
HSB/HSV230°85.92%27.84%
CMYK85.92%71.83%0.00%
72.16%

Color #0A1447 in popluar number systems.

HEX0A1447
Decimal102071
Binary1010101001000111
Octal1224107

Shades and tints

Shades of #0A1447

#0A1447
(10,20,71)
#0A1341
(10,19,65)
#0A123B
(10,18,59)
#0A1135
(10,17,53)
#0A102F
(10,16,47)
#0A0F29
(10,15,41)
#0A0E23
(10,14,35)
#0A0D1D
(10,13,29)
#0A0C17
(10,12,23)
#0A0B11
(10,11,17)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #0A1447

#0A1447
(10,20,71)
#202957
(32,41,87)
#363E67
(54,62,103)
#4C5377
(76,83,119)
#626887
(98,104,135)
#787D97
(120,125,151)
#8E92A7
(142,146,167)
#A4A7B7
(164,167,183)
#BABCC7
(186,188,199)
#D0D1D7
(208,209,215)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A1447; }

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

This text font color is #0A1447.


Background Color

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

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

This div background color is #0A1447.


Border color

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

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

This div border color is #0A1447.


Opacity

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

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

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

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

This text has shadow with #0A1447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1447 on black background.


Color preview on white background

This text has color #0A1447 on white background.



Black color preview on #0A1447 background

This text has black color on #0A1447 background.


White color preview on #0A1447 background

This text has white color on #0A1447 background.