COLOR #0B1A4F

HEX: #0B1A4F
RGB: (11,26,79)

Color info

#0B1A4F contains mainly green and blue colors. Web safe color of #0B1A4F is #000066 (or #006).

RGB color model

#0B1A4F color RGB value is (11,26,79).

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

RGB channels and saturation

R 11 of 255 = 4%
G 26 of 255 = 10%
B 79 of 255 = 31%

11
26
79

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

Portions of RGB colors in percentages

R + G + B =
11 + 26 + 79 = 116 (100%)
R 11 of 116 ~ 9.48%
G 26 of 116 ~ 22.41%
B 79 of 116 ~ 68.1%

%22.41
%68.1

CMYK color model

#0B1A4F color CMYK value is (86,67,0,69).

  • cyan value is 86.08%
  • magenta value is 67.09%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(86,67,0,69)
C86M67Y0K69 
(86%,67%,0%,69%)
(0.86/0.67/0.00/0.69)	

CMYK percentages

%86.08
%67.09
%0
%69.02

Codes

Color #0B1A4F in popluar color models

0B1A4F
RGB112679
HSL227°75.56%17.65%
HSB/HSV227°86.08%30.98%
CMYK86.08%67.09%0.00%
69.02%

Color #0B1A4F in popluar number systems.

HEX0B1A4F
Decimal112679
Binary1011110101001111
Octal1332117

Shades and tints

Shades of #0B1A4F

#0B1A4F
(11,26,79)
#0A1848
(10,24,72)
#091641
(9,22,65)
#08143A
(8,20,58)
#071233
(7,18,51)
#06102C
(6,16,44)
#050E25
(5,14,37)
#040C1E
(4,12,30)
#030A17
(3,10,23)
#020810
(2,8,16)
#010609
(1,6,9)
#000000
(0,0,0)

Tints of #0B1A4F

#0B1A4F
(11,26,79)
#212E5F
(33,46,95)
#37426F
(55,66,111)
#4D567F
(77,86,127)
#636A8F
(99,106,143)
#797E9F
(121,126,159)
#8F92AF
(143,146,175)
#A5A6BF
(165,166,191)
#BBBACF
(187,186,207)
#D1CEDF
(209,206,223)
#E7E2EF
(231,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1A4F; }

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

This text font color is #0B1A4F.


Background Color

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

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

This div background color is #0B1A4F.


Border color

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

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

This div border color is #0B1A4F.


Opacity

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

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

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

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

This text has shadow with #0B1A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1A4F on black background.


Color preview on white background

This text has color #0B1A4F on white background.



Black color preview on #0B1A4F background

This text has black color on #0B1A4F background.


White color preview on #0B1A4F background

This text has white color on #0B1A4F background.