COLOR #0B154F

HEX: #0B154F
RGB: (11,21,79)

Color info

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

RGB color model

#0B154F color RGB value is (11,21,79).

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

RGB channels and saturation

R 11 of 255 = 4%
G 21 of 255 = 8%
B 79 of 255 = 31%

11
21
79

R + G + B ~ 14%. #0B154F is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 21 + 79 = 111 (100%)
R 11 of 111 ~ 9.91%
G 21 of 111 ~ 18.92%
B 79 of 111 ~ 71.17%

%9.91
%18.92
%71.17

CMYK color model

#0B154F color CMYK value is (86,73,0,69).

  • cyan value is 86.08%
  • magenta value is 73.42%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(86,73,0,69)
C86M73Y0K69 
(86%,73%,0%,69%)
(0.86/0.73/0.00/0.69)	

CMYK percentages

%86.08
%73.42
%0
%69.02

Codes

Color #0B154F in popluar color models

0B154F
RGB112179
HSL231°75.56%17.65%
HSB/HSV231°86.08%30.98%
CMYK86.08%73.42%0.00%
69.02%

Color #0B154F in popluar number systems.

HEX0B154F
Decimal112179
Binary1011101011001111
Octal1325117

Shades and tints

Shades of #0B154F

#0B154F
(11,21,79)
#0A1448
(10,20,72)
#091341
(9,19,65)
#08123A
(8,18,58)
#071133
(7,17,51)
#06102C
(6,16,44)
#050F25
(5,15,37)
#040E1E
(4,14,30)
#030D17
(3,13,23)
#020C10
(2,12,16)
#010B09
(1,11,9)
#000000
(0,0,0)

Tints of #0B154F

#0B154F
(11,21,79)
#212A5F
(33,42,95)
#373F6F
(55,63,111)
#4D547F
(77,84,127)
#63698F
(99,105,143)
#797E9F
(121,126,159)
#8F93AF
(143,147,175)
#A5A8BF
(165,168,191)
#BBBDCF
(187,189,207)
#D1D2DF
(209,210,223)
#E7E7EF
(231,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B154F; }

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

This text font color is #0B154F.


Background Color

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

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

This div background color is #0B154F.


Border color

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

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

This div border color is #0B154F.


Opacity

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

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

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

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

This text has shadow with #0B154F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B154F on black background.


Color preview on white background

This text has color #0B154F on white background.



Black color preview on #0B154F background

This text has black color on #0B154F background.


White color preview on #0B154F background

This text has white color on #0B154F background.