COLOR #0B266D

HEX: #0B266D
RGB: (11,38,109)

Color info

#0B266D contains mainly blue color. Web safe color of #0B266D is #003366 (or #036).

RGB color model

#0B266D color RGB value is (11,38,109).

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

RGB channels and saturation

R 11 of 255 = 4%
G 38 of 255 = 15%
B 109 of 255 = 43%

11
38
109

R + G + B ~ 21%. #0B266D is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 38 + 109 = 158 (100%)
R 11 of 158 ~ 6.96%
G 38 of 158 ~ 24.05%
B 109 of 158 ~ 68.99%

%24.05
%68.99

CMYK color model

#0B266D color CMYK value is (90,65,0,57).

  • cyan value is 89.91%
  • magenta value is 65.14%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(90,65,0,57)
C90M65Y0K57 
(90%,65%,0%,57%)
(0.90/0.65/0.00/0.57)	

CMYK percentages

%89.91
%65.14
%0
%57.25

Codes

Color #0B266D in popluar color models

0B266D
RGB1138109
HSL223°81.67%23.53%
HSB/HSV223°89.91%42.75%
CMYK89.91%65.14%0.00%
57.25%

Color #0B266D in popluar number systems.

HEX0B266D
Decimal1138109
Binary10111001101101101
Octal1346155

Shades and tints

Shades of #0B266D

#0B266D
(11,38,109)
#0A2364
(10,35,100)
#09205B
(9,32,91)
#081D52
(8,29,82)
#071A49
(7,26,73)
#061740
(6,23,64)
#051437
(5,20,55)
#04112E
(4,17,46)
#030E25
(3,14,37)
#020B1C
(2,11,28)
#010813
(1,8,19)
#000000
(0,0,0)

Tints of #0B266D

#0B266D
(11,38,109)
#21397A
(33,57,122)
#374C87
(55,76,135)
#4D5F94
(77,95,148)
#6372A1
(99,114,161)
#7985AE
(121,133,174)
#8F98BB
(143,152,187)
#A5ABC8
(165,171,200)
#BBBED5
(187,190,213)
#D1D1E2
(209,209,226)
#E7E4EF
(231,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B266D; }

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

This text font color is #0B266D.


Background Color

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

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

This div background color is #0B266D.


Border color

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

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

This div border color is #0B266D.


Opacity

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

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

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

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

This text has shadow with #0B266D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B266D on black background.


Color preview on white background

This text has color #0B266D on white background.



Black color preview on #0B266D background

This text has black color on #0B266D background.


White color preview on #0B266D background

This text has white color on #0B266D background.