COLOR #0A1A50

HEX: #0A1A50
RGB: (10,26,80)

Color info

#0A1A50 contains mainly green and blue colors. Web safe color of #0A1A50 is #000066 (or #006).

RGB color model

#0A1A50 color RGB value is (10,26,80).

  • red value is 10;
  • green value is 26;
  • blue value is 80.
RGB:
(10,26,80)
(4%,10%,31%)

RGB channels and saturation

R 10 of 255 = 4%
G 26 of 255 = 10%
B 80 of 255 = 31%

10
26
80

R + G + B ~ 15%. #0A1A50 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 26 + 80 = 116 (100%)
R 10 of 116 ~ 8.62%
G 26 of 116 ~ 22.41%
B 80 of 116 ~ 68.97%

%22.41
%68.97

CMYK color model

#0A1A50 color CMYK value is (88,68,0,69).

  • cyan value is 87.50%
  • magenta value is 67.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(88,68,0,69)
C88M68Y0K69 
(88%,68%,0%,69%)
(0.88/0.68/0.00/0.69)	

CMYK percentages

%87.5
%67.5
%0
%68.63

Codes

Color #0A1A50 in popluar color models

0A1A50
RGB102680
HSL226°77.78%17.65%
HSB/HSV226°87.50%31.37%
CMYK87.50%67.50%0.00%
68.63%

Color #0A1A50 in popluar number systems.

HEX0A1A50
Decimal102680
Binary1010110101010000
Octal1232120

Shades and tints

Shades of #0A1A50

#0A1A50
(10,26,80)
#0A1849
(10,24,73)
#0A1642
(10,22,66)
#0A143B
(10,20,59)
#0A1234
(10,18,52)
#0A102D
(10,16,45)
#0A0E26
(10,14,38)
#0A0C1F
(10,12,31)
#0A0A18
(10,10,24)
#0A0811
(10,8,17)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #0A1A50

#0A1A50
(10,26,80)
#202E5F
(32,46,95)
#36426E
(54,66,110)
#4C567D
(76,86,125)
#626A8C
(98,106,140)
#787E9B
(120,126,155)
#8E92AA
(142,146,170)
#A4A6B9
(164,166,185)
#BABAC8
(186,186,200)
#D0CED7
(208,206,215)
#E6E2E6
(230,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A1A50 color. Also use rgb(10,26,80) instead hex code.

Text Font Color

.myTextColor { color: #0A1A50; }

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

This text font color is #0A1A50.


Background Color

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

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

This div background color is #0A1A50.


Border color

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

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

This div border color is #0A1A50.


Opacity

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

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

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

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

This text has shadow with #0A1A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1A50 on black background.


Color preview on white background

This text has color #0A1A50 on white background.



Black color preview on #0A1A50 background

This text has black color on #0A1A50 background.


White color preview on #0A1A50 background

This text has white color on #0A1A50 background.