COLOR #0A2E5D

HEX: #0A2E5D
RGB: (10,46,93)

Color info

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

RGB color model

#0A2E5D color RGB value is (10,46,93).

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

RGB channels and saturation

R 10 of 255 = 4%
G 46 of 255 = 18%
B 93 of 255 = 36%

10
46
93

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

Portions of RGB colors in percentages

R + G + B =
10 + 46 + 93 = 149 (100%)
R 10 of 149 ~ 6.71%
G 46 of 149 ~ 30.87%
B 93 of 149 ~ 62.42%

%30.87
%62.42

CMYK color model

#0A2E5D color CMYK value is (89,51,0,64).

  • cyan value is 89.25%
  • magenta value is 50.54%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(89,51,0,64)
C89M51Y0K64 
(89%,51%,0%,64%)
(0.89/0.51/0.00/0.64)	

CMYK percentages

%89.25
%50.54
%0
%63.53

Codes

Color #0A2E5D in popluar color models

0A2E5D
RGB104693
HSL214°80.58%20.20%
HSB/HSV214°89.25%36.47%
CMYK89.25%50.54%0.00%
63.53%

Color #0A2E5D in popluar number systems.

HEX0A2E5D
Decimal104693
Binary10101011101011101
Octal1256135

Shades and tints

Shades of #0A2E5D

#0A2E5D
(10,46,93)
#0A2A55
(10,42,85)
#0A264D
(10,38,77)
#0A2245
(10,34,69)
#0A1E3D
(10,30,61)
#0A1A35
(10,26,53)
#0A162D
(10,22,45)
#0A1225
(10,18,37)
#0A0E1D
(10,14,29)
#0A0A15
(10,10,21)
#0A060D
(10,6,13)
#000000
(0,0,0)

Tints of #0A2E5D

#0A2E5D
(10,46,93)
#20416B
(32,65,107)
#365479
(54,84,121)
#4C6787
(76,103,135)
#627A95
(98,122,149)
#788DA3
(120,141,163)
#8EA0B1
(142,160,177)
#A4B3BF
(164,179,191)
#BAC6CD
(186,198,205)
#D0D9DB
(208,217,219)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A2E5D; }

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

This text font color is #0A2E5D.


Background Color

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

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

This div background color is #0A2E5D.


Border color

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

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

This div border color is #0A2E5D.


Opacity

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

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

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

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

This text has shadow with #0A2E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A2E5D on black background.


Color preview on white background

This text has color #0A2E5D on white background.



Black color preview on #0A2E5D background

This text has black color on #0A2E5D background.


White color preview on #0A2E5D background

This text has white color on #0A2E5D background.