COLOR #0A0B3E

HEX: #0A0B3E
RGB: (10,11,62)

Color info

#0A0B3E contains red, green and blue colors in about the same proportion. Web safe color of #0A0B3E is #000033 (or #003).

RGB color model

#0A0B3E color RGB value is (10,11,62).

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

RGB channels and saturation

R 10 of 255 = 4%
G 11 of 255 = 4%
B 62 of 255 = 24%

10
11
62

R + G + B ~ 11%. #0A0B3E is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 11 + 62 = 83 (100%)
R 10 of 83 ~ 12.05%
G 11 of 83 ~ 13.25%
B 62 of 83 ~ 74.7%

%12.05
%13.25
%74.7

CMYK color model

#0A0B3E color CMYK value is (84,82,0,76).

  • cyan value is 83.87%
  • magenta value is 82.26%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(84,82,0,76)
C84M82Y0K76 
(84%,82%,0%,76%)
(0.84/0.82/0.00/0.76)	

CMYK percentages

%83.87
%82.26
%0
%75.69

Codes

Color #0A0B3E in popluar color models

0A0B3E
RGB101162
HSL239°72.22%14.12%
HSB/HSV239°83.87%24.31%
CMYK83.87%82.26%0.00%
75.69%

Color #0A0B3E in popluar number systems.

HEX0A0B3E
Decimal101162
Binary10101011111110
Octal121376

Shades and tints

Shades of #0A0B3E

#0A0B3E
(10,11,62)
#0A0A39
(10,10,57)
#0A0934
(10,9,52)
#0A082F
(10,8,47)
#0A072A
(10,7,42)
#0A0625
(10,6,37)
#0A0520
(10,5,32)
#0A041B
(10,4,27)
#0A0316
(10,3,22)
#0A0211
(10,2,17)
#0A010C
(10,1,12)
#000000
(0,0,0)

Tints of #0A0B3E

#0A0B3E
(10,11,62)
#20214F
(32,33,79)
#363760
(54,55,96)
#4C4D71
(76,77,113)
#626382
(98,99,130)
#787993
(120,121,147)
#8E8FA4
(142,143,164)
#A4A5B5
(164,165,181)
#BABBC6
(186,187,198)
#D0D1D7
(208,209,215)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0B3E; }

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

This text font color is #0A0B3E.


Background Color

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

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

This div background color is #0A0B3E.


Border color

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

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

This div border color is #0A0B3E.


Opacity

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

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

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

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

This text has shadow with #0A0B3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A0B3E on black background.


Color preview on white background

This text has color #0A0B3E on white background.



Black color preview on #0A0B3E background

This text has black color on #0A0B3E background.


White color preview on #0A0B3E background

This text has white color on #0A0B3E background.