COLOR #0B0768

HEX: #0B0768
RGB: (11,7,104)

Color info

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

RGB color model

#0B0768 color RGB value is (11,7,104).

  • red value is 11;
  • green value is 7;
  • blue value is 104.
RGB:
(11,7,104)
(4%,3%,41%)

RGB channels and saturation

R 11 of 255 = 4%
G 7 of 255 = 3%
B 104 of 255 = 41%

11
7
104

R + G + B ~ 16%. #0B0768 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 7 + 104 = 122 (100%)
R 11 of 122 ~ 9.02%
G 7 of 122 ~ 5.74%
B 104 of 122 ~ 85.25%

%85.25

CMYK color model

#0B0768 color CMYK value is (89,93,0,59).

  • cyan value is 89.42%
  • magenta value is 93.27%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(89,93,0,59)
C89M93Y0K59 
(89%,93%,0%,59%)
(0.89/0.93/0.00/0.59)	

CMYK percentages

%89.42
%93.27
%0
%59.22

Codes

Color #0B0768 in popluar color models

0B0768
RGB117104
HSL242°87.39%21.76%
HSB/HSV242°93.27%40.78%
CMYK89.42%93.27%0.00%
59.22%

Color #0B0768 in popluar number systems.

HEX0B0768
Decimal117104
Binary10111111101000
Octal137150

Shades and tints

Shades of #0B0768

#0B0768
(11,7,104)
#0A075F
(10,7,95)
#090756
(9,7,86)
#08074D
(8,7,77)
#070744
(7,7,68)
#06073B
(6,7,59)
#050732
(5,7,50)
#040729
(4,7,41)
#030720
(3,7,32)
#020717
(2,7,23)
#01070E
(1,7,14)
#000000
(0,0,0)

Tints of #0B0768

#0B0768
(11,7,104)
#211D75
(33,29,117)
#373382
(55,51,130)
#4D498F
(77,73,143)
#635F9C
(99,95,156)
#7975A9
(121,117,169)
#8F8BB6
(143,139,182)
#A5A1C3
(165,161,195)
#BBB7D0
(187,183,208)
#D1CDDD
(209,205,221)
#E7E3EA
(231,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B0768 color. Also use rgb(11,7,104) instead hex code.

Text Font Color

.myTextColor { color: #0B0768; }

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

This text font color is #0B0768.


Background Color

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

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

This div background color is #0B0768.


Border color

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

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

This div border color is #0B0768.


Opacity

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

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

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

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

This text has shadow with #0B0768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0768 on black background.


Color preview on white background

This text has color #0B0768 on white background.



Black color preview on #0B0768 background

This text has black color on #0B0768 background.


White color preview on #0B0768 background

This text has white color on #0B0768 background.