COLOR #0A0B5E

HEX: #0A0B5E RGB: (10,11,94)

Color info

#0A0B5E contains mainly blue color. Web safe color of #0A0B5E is #000066 (or #006).

RGB color model

#0A0B5E color RGB value is (10,11,94).

RGB: (10,11,94) (4%, 4%, 37%)

RGB channels and saturation

R 10 of 255 = 4%
G 11 of 255 = 4%
B 94 of 255 = 37%

10
11
94

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

Portions of RGB colors in percentages

R + G + B = 10 + 11 + 94 = 115 (100%)
R 10 of 115 ~ 8.7%
G 11 of 115 ~ 9.57%
B 94 of 115 ~ 81.74'%

%9.57
%81.74

CMYK color model

#0A0B5E color CMYK value is (89,88,0,63).

  • cyan value is 89.36%
  • magenta value is 88.30%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK: (89,88,0,63) C89M88Y0K63 (89%,88%,0%,63%) (0.89/0.88/0.00/0.63) 

CMYK percentages

%89.36
%88.3
%0
%63.14

Codes

Color #0A0B5E in popluar color models

0A 0B 5E
RGB 10 11 94
HSL 239° 80.77% 20.39%
HSB/HSV 239° 89.36% 36.86%
CMYK 89.36% 88.30% 0.00%
63.14%

Color #0A0B5E in popluar number systems.

HEX 0A 0B 5E
Decimal 10 11 94
Binary 1010 1011 1011110
Octal 12 13 136

Shades and tints

Shades of #0A0B5E

#0A0B5E
(10,11,94)
#0A0A56
(10,10,86)
#0A094E
(10,9,78)
#0A0846
(10,8,70)
#0A073E
(10,7,62)
#0A0636
(10,6,54)
#0A052E
(10,5,46)
#0A0426
(10,4,38)
#0A031E
(10,3,30)
#0A0216
(10,2,22)
#0A010E
(10,1,14)
#000000
(0,0,0)

Tints of #0A0B5E

#0A0B5E
(10,11,94)
#20216C
(32,33,108)
#36377A
(54,55,122)
#4C4D88
(76,77,136)
#626396
(98,99,150)
#7879A4
(120,121,164)
#8E8FB2
(142,143,178)
#A4A5C0
(164,165,192)
#BABBCE
(186,187,206)
#D0D1DC
(208,209,220)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A0B5E; }

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

This text font color is #0A0B5E.

Background Color

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

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

This div background color is #0A0B5E.

Border color

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

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

This div border color is #0A0B5E.

Opacity

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

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

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

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

This text has shadow with #0A0B5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A0B5E.

Preview

Color preview on black background

This text has color #0A0B5E on black background.


Color preview on white background

This text has color #0A0B5E on white background.


Black color preview on #0A0B5E background

This text has black color on #0A0B5E background.


White color preview on #0A0B5E background

This text has white color on #0A0B5E background.


Related colors

Complementary color

Complementary color for #hex is #F5F4A1.


I love getcolorcode.com

Triadic colors

1 #5E0A0B and #0B5E0A with #0A0B5E are triadic colors.

2 #5E0B0A and #0B0A5E with #0A0B5E are triadic colors.