COLOR #0B006B

HEX: #0B006B
RGB: (11,0,107)

Color info

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

RGB color model

#0B006B color RGB value is (11,0,107).

  • red value is 11;
  • green value is 0;
  • blue value is 107.
RGB:
(11,0,107)
(4%,0%,42%)

RGB channels and saturation

R 11 of 255 = 4%
G 0 of 255 = 0%
B 107 of 255 = 42%

11
0
107

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

Portions of RGB colors in percentages

R + G + B =
11 + 0 + 107 = 118 (100%)
R 11 of 118 ~ 9.32%
G 0 of 118 ~ 0%
B 107 of 118 ~ 90.68%

%90.68

CMYK color model

#0B006B color CMYK value is (90,100,0,58).

  • cyan value is 89.72%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(90,100,0,58)
C90M100Y0K58 
(90%,100%,0%,58%)
(0.90/1.00/0.00/0.58)	

CMYK percentages

%89.72
%100
%0
%58.04

Codes

Color #0B006B in popluar color models

0B006B
RGB110107
HSL246°100.00%20.98%
HSB/HSV246°100.00%41.96%
CMYK89.72%100.00%0.00%
58.04%

Color #0B006B in popluar number systems.

HEX0B006B
Decimal110107
Binary101101101011
Octal130153

Shades and tints

Shades of #0B006B

#0B006B
(11,0,107)
#0A0062
(10,0,98)
#090059
(9,0,89)
#080050
(8,0,80)
#070047
(7,0,71)
#06003E
(6,0,62)
#050035
(5,0,53)
#04002C
(4,0,44)
#030023
(3,0,35)
#02001A
(2,0,26)
#010011
(1,0,17)
#000000
(0,0,0)

Tints of #0B006B

#0B006B
(11,0,107)
#211778
(33,23,120)
#372E85
(55,46,133)
#4D4592
(77,69,146)
#635C9F
(99,92,159)
#7973AC
(121,115,172)
#8F8AB9
(143,138,185)
#A5A1C6
(165,161,198)
#BBB8D3
(187,184,211)
#D1CFE0
(209,207,224)
#E7E6ED
(231,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B006B; }

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

This text font color is #0B006B.


Background Color

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

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

This div background color is #0B006B.


Border color

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

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

This div border color is #0B006B.


Opacity

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

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

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

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

This text has shadow with #0B006B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B006B on black background.


Color preview on white background

This text has color #0B006B on white background.



Black color preview on #0B006B background

This text has black color on #0B006B background.


White color preview on #0B006B background

This text has white color on #0B006B background.