COLOR #0A2E69

HEX: #0A2E69
RGB: (10,46,105)

Color info

#0A2E69 contains mainly green and blue colors. Web safe color of #0A2E69 is #003366 (or #036).

RGB color model

#0A2E69 color RGB value is (10,46,105).

  • red value is 10;
  • green value is 46;
  • blue value is 105.
RGB:
(10,46,105)
(4%,18%,41%)

RGB channels and saturation

R 10 of 255 = 4%
G 46 of 255 = 18%
B 105 of 255 = 41%

10
46
105

R + G + B ~ 21%. #0A2E69 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 46 + 105 = 161 (100%)
R 10 of 161 ~ 6.21%
G 46 of 161 ~ 28.57%
B 105 of 161 ~ 65.22%

%28.57
%65.22

CMYK color model

#0A2E69 color CMYK value is (90,56,0,59).

  • cyan value is 90.48%
  • magenta value is 56.19%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(90,56,0,59)
C90M56Y0K59 
(90%,56%,0%,59%)
(0.90/0.56/0.00/0.59)	

CMYK percentages

%90.48
%56.19
%0
%58.82

Codes

Color #0A2E69 in popluar color models

0A2E69
RGB1046105
HSL217°82.61%22.55%
HSB/HSV217°90.48%41.18%
CMYK90.48%56.19%0.00%
58.82%

Color #0A2E69 in popluar number systems.

HEX0A2E69
Decimal1046105
Binary10101011101101001
Octal1256151

Shades and tints

Shades of #0A2E69

#0A2E69
(10,46,105)
#0A2A60
(10,42,96)
#0A2657
(10,38,87)
#0A224E
(10,34,78)
#0A1E45
(10,30,69)
#0A1A3C
(10,26,60)
#0A1633
(10,22,51)
#0A122A
(10,18,42)
#0A0E21
(10,14,33)
#0A0A18
(10,10,24)
#0A060F
(10,6,15)
#000000
(0,0,0)

Tints of #0A2E69

#0A2E69
(10,46,105)
#204176
(32,65,118)
#365483
(54,84,131)
#4C6790
(76,103,144)
#627A9D
(98,122,157)
#788DAA
(120,141,170)
#8EA0B7
(142,160,183)
#A4B3C4
(164,179,196)
#BAC6D1
(186,198,209)
#D0D9DE
(208,217,222)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A2E69 color. Also use rgb(10,46,105) instead hex code.

Text Font Color

.myTextColor { color: #0A2E69; }

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

This text font color is #0A2E69.


Background Color

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

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

This div background color is #0A2E69.


Border color

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

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

This div border color is #0A2E69.


Opacity

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

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

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

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

This text has shadow with #0A2E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A2E69 on black background.


Color preview on white background

This text has color #0A2E69 on white background.



Black color preview on #0A2E69 background

This text has black color on #0A2E69 background.


White color preview on #0A2E69 background

This text has white color on #0A2E69 background.