COLOR #0A1871

HEX: #0A1871
RGB: (10,24,113)

Color info

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

RGB color model

#0A1871 color RGB value is (10,24,113).

  • red value is 10;
  • green value is 24;
  • blue value is 113.
RGB:
(10,24,113)
(4%,9%,44%)

RGB channels and saturation

R 10 of 255 = 4%
G 24 of 255 = 9%
B 113 of 255 = 44%

10
24
113

R + G + B ~ 19%. #0A1871 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 24 + 113 = 147 (100%)
R 10 of 147 ~ 6.8%
G 24 of 147 ~ 16.33%
B 113 of 147 ~ 76.87%

%16.33
%76.87

CMYK color model

#0A1871 color CMYK value is (91,79,0,56).

  • cyan value is 91.15%
  • magenta value is 78.76%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(91,79,0,56)
C91M79Y0K56 
(91%,79%,0%,56%)
(0.91/0.79/0.00/0.56)	

CMYK percentages

%91.15
%78.76
%0
%55.69

Codes

Color #0A1871 in popluar color models

0A1871
RGB1024113
HSL232°83.74%24.12%
HSB/HSV232°91.15%44.31%
CMYK91.15%78.76%0.00%
55.69%

Color #0A1871 in popluar number systems.

HEX0A1871
Decimal1024113
Binary1010110001110001
Octal1230161

Shades and tints

Shades of #0A1871

#0A1871
(10,24,113)
#0A1667
(10,22,103)
#0A145D
(10,20,93)
#0A1253
(10,18,83)
#0A1049
(10,16,73)
#0A0E3F
(10,14,63)
#0A0C35
(10,12,53)
#0A0A2B
(10,10,43)
#0A0821
(10,8,33)
#0A0617
(10,6,23)
#0A040D
(10,4,13)
#000000
(0,0,0)

Tints of #0A1871

#0A1871
(10,24,113)
#202D7D
(32,45,125)
#364289
(54,66,137)
#4C5795
(76,87,149)
#626CA1
(98,108,161)
#7881AD
(120,129,173)
#8E96B9
(142,150,185)
#A4ABC5
(164,171,197)
#BAC0D1
(186,192,209)
#D0D5DD
(208,213,221)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A1871 color. Also use rgb(10,24,113) instead hex code.

Text Font Color

.myTextColor { color: #0A1871; }

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

This text font color is #0A1871.


Background Color

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

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

This div background color is #0A1871.


Border color

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

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

This div border color is #0A1871.


Opacity

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

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

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

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

This text has shadow with #0A1871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1871 on black background.


Color preview on white background

This text has color #0A1871 on white background.



Black color preview on #0A1871 background

This text has black color on #0A1871 background.


White color preview on #0A1871 background

This text has white color on #0A1871 background.