COLOR #0A3E63

HEX: #0A3E63
RGB: (10,62,99)

Color info

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

RGB color model

#0A3E63 color RGB value is (10,62,99).

  • red value is 10;
  • green value is 62;
  • blue value is 99.
RGB:
(10,62,99)
(4%,24%,39%)

RGB channels and saturation

R 10 of 255 = 4%
G 62 of 255 = 24%
B 99 of 255 = 39%

10
62
99

R + G + B ~ 22%. #0A3E63 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 62 + 99 = 171 (100%)
R 10 of 171 ~ 5.85%
G 62 of 171 ~ 36.26%
B 99 of 171 ~ 57.89%

%36.26
%57.89

CMYK color model

#0A3E63 color CMYK value is (90,37,0,61).

  • cyan value is 89.90%
  • magenta value is 37.37%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(90,37,0,61)
C90M37Y0K61 
(90%,37%,0%,61%)
(0.90/0.37/0.00/0.61)	

CMYK percentages

%89.9
%37.37
%0
%61.18

Codes

Color #0A3E63 in popluar color models

0A3E63
RGB106299
HSL205°81.65%21.37%
HSB/HSV205°89.90%38.82%
CMYK89.90%37.37%0.00%
61.18%

Color #0A3E63 in popluar number systems.

HEX0A3E63
Decimal106299
Binary10101111101100011
Octal1276143

Shades and tints

Shades of #0A3E63

#0A3E63
(10,62,99)
#0A395A
(10,57,90)
#0A3451
(10,52,81)
#0A2F48
(10,47,72)
#0A2A3F
(10,42,63)
#0A2536
(10,37,54)
#0A202D
(10,32,45)
#0A1B24
(10,27,36)
#0A161B
(10,22,27)
#0A1112
(10,17,18)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #0A3E63

#0A3E63
(10,62,99)
#204F71
(32,79,113)
#36607F
(54,96,127)
#4C718D
(76,113,141)
#62829B
(98,130,155)
#7893A9
(120,147,169)
#8EA4B7
(142,164,183)
#A4B5C5
(164,181,197)
#BAC6D3
(186,198,211)
#D0D7E1
(208,215,225)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A3E63 color. Also use rgb(10,62,99) instead hex code.

Text Font Color

.myTextColor { color: #0A3E63; }

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

This text font color is #0A3E63.


Background Color

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

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

This div background color is #0A3E63.


Border color

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

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

This div border color is #0A3E63.


Opacity

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

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

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

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

This text has shadow with #0A3E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3E63 on black background.


Color preview on white background

This text has color #0A3E63 on white background.



Black color preview on #0A3E63 background

This text has black color on #0A3E63 background.


White color preview on #0A3E63 background

This text has white color on #0A3E63 background.