COLOR #0B0766

HEX: #0B0766
RGB: (11,7,102)

Color info

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

RGB color model

#0B0766 color RGB value is (11,7,102).

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

RGB channels and saturation

R 11 of 255 = 4%
G 7 of 255 = 3%
B 102 of 255 = 40%

11
7
102

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

Portions of RGB colors in percentages

R + G + B =
11 + 7 + 102 = 120 (100%)
R 11 of 120 ~ 9.17%
G 7 of 120 ~ 5.83%
B 102 of 120 ~ 85%

%85

CMYK color model

#0B0766 color CMYK value is (89,93,0,60).

  • cyan value is 89.22%
  • magenta value is 93.14%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(89,93,0,60)
C89M93Y0K60 
(89%,93%,0%,60%)
(0.89/0.93/0.00/0.60)	

CMYK percentages

%89.22
%93.14
%0
%60

Codes

Color #0B0766 in popluar color models

0B0766
RGB117102
HSL243°87.16%21.37%
HSB/HSV243°93.14%40.00%
CMYK89.22%93.14%0.00%
60.00%

Color #0B0766 in popluar number systems.

HEX0B0766
Decimal117102
Binary10111111100110
Octal137146

Shades and tints

Shades of #0B0766

#0B0766
(11,7,102)
#0A075D
(10,7,93)
#090754
(9,7,84)
#08074B
(8,7,75)
#070742
(7,7,66)
#060739
(6,7,57)
#050730
(5,7,48)
#040727
(4,7,39)
#03071E
(3,7,30)
#020715
(2,7,21)
#01070C
(1,7,12)
#000000
(0,0,0)

Tints of #0B0766

#0B0766
(11,7,102)
#211D73
(33,29,115)
#373380
(55,51,128)
#4D498D
(77,73,141)
#635F9A
(99,95,154)
#7975A7
(121,117,167)
#8F8BB4
(143,139,180)
#A5A1C1
(165,161,193)
#BBB7CE
(187,183,206)
#D1CDDB
(209,205,219)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0766; }

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

This text font color is #0B0766.


Background Color

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

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

This div background color is #0B0766.


Border color

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

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

This div border color is #0B0766.


Opacity

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

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

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

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

This text has shadow with #0B0766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0766 on black background.


Color preview on white background

This text has color #0B0766 on white background.



Black color preview on #0B0766 background

This text has black color on #0B0766 background.


White color preview on #0B0766 background

This text has white color on #0B0766 background.