COLOR #0B0A4E

HEX: #0B0A4E RGB: (11,10,78)

Color info

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

RGB color model

#0B0A4E color RGB value is (11,10,78).

RGB: (11,10,78) (4%, 4%, 31%)

RGB channels and saturation

R 11 of 255 = 4%
G 10 of 255 = 4%
B 78 of 255 = 31%

11
10
78

R + G + B ~ 13%. #0B0A4E is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 10 + 78 = 99 (100%)
R 11 of 99 ~ 11.11%
G 10 of 99 ~ 10.1%
B 78 of 99 ~ 78.79'%

%11.11
%78.79

CMYK color model

#0B0A4E color CMYK value is (86,87,0,69).

  • cyan value is 85.90%
  • magenta value is 87.18%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (86,87,0,69)
C86M87Y0K69 (86%, 87%, 0%, 69%)
(0.86 / 0.87 / 0.00 / 0.69)

CMYK percentages

%85.9
%87.18
%0
%69.41

Codes

Color #0B0A4E in popluar color models

0B 0A 4E
RGB 11 10 78
HSL 241° 77.27% 17.25%
HSB/HSV 241° 87.18% 30.59%
CMYK 85.90% 87.18% 0.00%
69.41%

Color #0B0A4E in popluar number systems.

HEX 0B 0A 4E
Decimal 11 10 78
Binary 1011 1010 1001110
Octal 13 12 116

Shades and tints

Shades of #0B0A4E

#0B0A4E
(11,10,78)
#0A0A47
(10,10,71)
#090A40
(9,10,64)
#080A39
(8,10,57)
#070A32
(7,10,50)
#060A2B
(6,10,43)
#050A24
(5,10,36)
#040A1D
(4,10,29)
#030A16
(3,10,22)
#020A0F
(2,10,15)
#010A08
(1,10,8)
#000000
(0,0,0)

Tints of #0B0A4E

#0B0A4E
(11,10,78)
#21205E
(33,32,94)
#37366E
(55,54,110)
#4D4C7E
(77,76,126)
#63628E
(99,98,142)
#79789E
(121,120,158)
#8F8EAE
(143,142,174)
#A5A4BE
(165,164,190)
#BBBACE
(187,186,206)
#D1D0DE
(209,208,222)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0A4E; }

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

This text font color is #0B0A4E.

Background Color

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

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

This div background color is #0B0A4E.

Border color

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

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

This div border color is #0B0A4E.

Opacity

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

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

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

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

This text has shadow with #0B0A4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B0A4E.

Preview

Color preview on black background

This text has color #0B0A4E on black background.


Color preview on white background

This text has color #0B0A4E on white background.


Black color preview on #0B0A4E background

This text has black color on #0B0A4E background.


White color preview on #0B0A4E background

This text has white color on #0B0A4E background.


Related colors

Complementary color

Complementary color for #hex is #F4F5B1.


I love getcolorcode.com

Triadic colors

1 #4E0B0A and #0A4E0B with #0B0A4E are triadic colors.

2 #4E0A0B and #0A0B4E with #0B0A4E are triadic colors.