COLOR #0B1A27

HEX: #0B1A27
RGB: (11,26,39)

Color info

#0B1A27 contains red, green and blue colors in about the same proportion. Web safe color of #0B1A27 is #000033 (or #003).

RGB color model

#0B1A27 color RGB value is (11,26,39).

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

RGB channels and saturation

R 11 of 255 = 4%
G 26 of 255 = 10%
B 39 of 255 = 15%

11
26
39

R + G + B ~ 10%. #0B1A27 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 26 + 39 = 76 (100%)
R 11 of 76 ~ 14.47%
G 26 of 76 ~ 34.21%
B 39 of 76 ~ 51.32%

%14.47
%34.21
%51.32

CMYK color model

#0B1A27 color CMYK value is (72,33,0,85).

  • cyan value is 71.79%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(72,33,0,85)
C72M33Y0K85 
(72%,33%,0%,85%)
(0.72/0.33/0.00/0.85)	

CMYK percentages

%71.79
%33.33
%0
%84.71

Codes

Color #0B1A27 in popluar color models

0B1A27
RGB112639
HSL208°56.00%9.80%
HSB/HSV208°71.79%15.29%
CMYK71.79%33.33%0.00%
84.71%

Color #0B1A27 in popluar number systems.

HEX0B1A27
Decimal112639
Binary101111010100111
Octal133247

Shades and tints

Shades of #0B1A27

#0B1A27
(11,26,39)
#0A1824
(10,24,36)
#091621
(9,22,33)
#08141E
(8,20,30)
#07121B
(7,18,27)
#061018
(6,16,24)
#050E15
(5,14,21)
#040C12
(4,12,18)
#030A0F
(3,10,15)
#02080C
(2,8,12)
#010609
(1,6,9)
#000000
(0,0,0)

Tints of #0B1A27

#0B1A27
(11,26,39)
#212E3A
(33,46,58)
#37424D
(55,66,77)
#4D5660
(77,86,96)
#636A73
(99,106,115)
#797E86
(121,126,134)
#8F9299
(143,146,153)
#A5A6AC
(165,166,172)
#BBBABF
(187,186,191)
#D1CED2
(209,206,210)
#E7E2E5
(231,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1A27; }

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

This text font color is #0B1A27.


Background Color

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

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

This div background color is #0B1A27.


Border color

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

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

This div border color is #0B1A27.


Opacity

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

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

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

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

This text has shadow with #0B1A27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1A27 on black background.


Color preview on white background

This text has color #0B1A27 on white background.



Black color preview on #0B1A27 background

This text has black color on #0B1A27 background.


White color preview on #0B1A27 background

This text has white color on #0B1A27 background.