COLOR #0B0A78

HEX: #0B0A78
RGB: (11,10,120)

Color info

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

RGB color model

#0B0A78 color RGB value is (11,10,120).

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

RGB channels and saturation

R 11 of 255 = 4%
G 10 of 255 = 4%
B 120 of 255 = 47%

11
10
120

R + G + B ~ 18%. #0B0A78 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 10 + 120 = 141 (100%)
R 11 of 141 ~ 7.8%
G 10 of 141 ~ 7.09%
B 120 of 141 ~ 85.11%

%85.11

CMYK color model

#0B0A78 color CMYK value is (91,92,0,53).

  • cyan value is 90.83%
  • magenta value is 91.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(91,92,0,53)
C91M92Y0K53 
(91%,92%,0%,53%)
(0.91/0.92/0.00/0.53)	

CMYK percentages

%90.83
%91.67
%0
%52.94

Codes

Color #0B0A78 in popluar color models

0B0A78
RGB1110120
HSL241°84.62%25.49%
HSB/HSV241°91.67%47.06%
CMYK90.83%91.67%0.00%
52.94%

Color #0B0A78 in popluar number systems.

HEX0B0A78
Decimal1110120
Binary101110101111000
Octal1312170

Shades and tints

Shades of #0B0A78

#0B0A78
(11,10,120)
#0A0A6E
(10,10,110)
#090A64
(9,10,100)
#080A5A
(8,10,90)
#070A50
(7,10,80)
#060A46
(6,10,70)
#050A3C
(5,10,60)
#040A32
(4,10,50)
#030A28
(3,10,40)
#020A1E
(2,10,30)
#010A14
(1,10,20)
#000000
(0,0,0)

Tints of #0B0A78

#0B0A78
(11,10,120)
#212084
(33,32,132)
#373690
(55,54,144)
#4D4C9C
(77,76,156)
#6362A8
(99,98,168)
#7978B4
(121,120,180)
#8F8EC0
(143,142,192)
#A5A4CC
(165,164,204)
#BBBAD8
(187,186,216)
#D1D0E4
(209,208,228)
#E7E6F0
(231,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0A78; }

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

This text font color is #0B0A78.


Background Color

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

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

This div background color is #0B0A78.


Border color

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

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

This div border color is #0B0A78.


Opacity

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

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

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

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

This text has shadow with #0B0A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0A78 on black background.


Color preview on white background

This text has color #0B0A78 on white background.



Black color preview on #0B0A78 background

This text has black color on #0B0A78 background.


White color preview on #0B0A78 background

This text has white color on #0B0A78 background.