COLOR #0B264F

HEX: #0B264F
RGB: (11,38,79)

Color info

#0B264F contains mainly green and blue colors. Web safe color of #0B264F is #003366 (or #036).

RGB color model

#0B264F color RGB value is (11,38,79).

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

RGB channels and saturation

R 11 of 255 = 4%
G 38 of 255 = 15%
B 79 of 255 = 31%

11
38
79

R + G + B ~ 17%. #0B264F is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 38 + 79 = 128 (100%)
R 11 of 128 ~ 8.59%
G 38 of 128 ~ 29.69%
B 79 of 128 ~ 61.72%

%29.69
%61.72

CMYK color model

#0B264F color CMYK value is (86,52,0,69).

  • cyan value is 86.08%
  • magenta value is 51.90%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(86,52,0,69)
C86M52Y0K69 
(86%,52%,0%,69%)
(0.86/0.52/0.00/0.69)	

CMYK percentages

%86.08
%51.9
%0
%69.02

Codes

Color #0B264F in popluar color models

0B264F
RGB113879
HSL216°75.56%17.65%
HSB/HSV216°86.08%30.98%
CMYK86.08%51.90%0.00%
69.02%

Color #0B264F in popluar number systems.

HEX0B264F
Decimal113879
Binary10111001101001111
Octal1346117

Shades and tints

Shades of #0B264F

#0B264F
(11,38,79)
#0A2348
(10,35,72)
#092041
(9,32,65)
#081D3A
(8,29,58)
#071A33
(7,26,51)
#06172C
(6,23,44)
#051425
(5,20,37)
#04111E
(4,17,30)
#030E17
(3,14,23)
#020B10
(2,11,16)
#010809
(1,8,9)
#000000
(0,0,0)

Tints of #0B264F

#0B264F
(11,38,79)
#21395F
(33,57,95)
#374C6F
(55,76,111)
#4D5F7F
(77,95,127)
#63728F
(99,114,143)
#79859F
(121,133,159)
#8F98AF
(143,152,175)
#A5ABBF
(165,171,191)
#BBBECF
(187,190,207)
#D1D1DF
(209,209,223)
#E7E4EF
(231,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B264F; }

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

This text font color is #0B264F.


Background Color

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

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

This div background color is #0B264F.


Border color

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

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

This div border color is #0B264F.


Opacity

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

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

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

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

This text has shadow with #0B264F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B264F on black background.


Color preview on white background

This text has color #0B264F on white background.



Black color preview on #0B264F background

This text has black color on #0B264F background.


White color preview on #0B264F background

This text has white color on #0B264F background.