COLOR #0B064F

HEX: #0B064F
RGB: (11,6,79)

Color info

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

RGB color model

#0B064F color RGB value is (11,6,79).

  • red value is 11;
  • green value is 6;
  • blue value is 79.
RGB:
(11,6,79)
(4%,2%,31%)

RGB channels and saturation

R 11 of 255 = 4%
G 6 of 255 = 2%
B 79 of 255 = 31%

11
6
79

R + G + B ~ 12%. #0B064F is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 6 + 79 = 96 (100%)
R 11 of 96 ~ 11.46%
G 6 of 96 ~ 6.25%
B 79 of 96 ~ 82.29%

%11.46
%82.29

CMYK color model

#0B064F color CMYK value is (86,92,0,69).

  • cyan value is 86.08%
  • magenta value is 92.41%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(86,92,0,69)
C86M92Y0K69 
(86%,92%,0%,69%)
(0.86/0.92/0.00/0.69)	

CMYK percentages

%86.08
%92.41
%0
%69.02

Codes

Color #0B064F in popluar color models

0B064F
RGB11679
HSL244°85.88%16.67%
HSB/HSV244°92.41%30.98%
CMYK86.08%92.41%0.00%
69.02%

Color #0B064F in popluar number systems.

HEX0B064F
Decimal11679
Binary10111101001111
Octal136117

Shades and tints

Shades of #0B064F

#0B064F
(11,6,79)
#0A0648
(10,6,72)
#090641
(9,6,65)
#08063A
(8,6,58)
#070633
(7,6,51)
#06062C
(6,6,44)
#050625
(5,6,37)
#04061E
(4,6,30)
#030617
(3,6,23)
#020610
(2,6,16)
#010609
(1,6,9)
#000000
(0,0,0)

Tints of #0B064F

#0B064F
(11,6,79)
#211C5F
(33,28,95)
#37326F
(55,50,111)
#4D487F
(77,72,127)
#635E8F
(99,94,143)
#79749F
(121,116,159)
#8F8AAF
(143,138,175)
#A5A0BF
(165,160,191)
#BBB6CF
(187,182,207)
#D1CCDF
(209,204,223)
#E7E2EF
(231,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B064F; }

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

This text font color is #0B064F.


Background Color

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

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

This div background color is #0B064F.


Border color

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

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

This div border color is #0B064F.


Opacity

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

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

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

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

This text has shadow with #0B064F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B064F on black background.


Color preview on white background

This text has color #0B064F on white background.



Black color preview on #0B064F background

This text has black color on #0B064F background.


White color preview on #0B064F background

This text has white color on #0B064F background.