COLOR #0B154E

HEX: #0B154E
RGB: (11,21,78)

Color info

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

RGB color model

#0B154E color RGB value is (11,21,78).

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

RGB channels and saturation

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

11
21
78

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

Portions of RGB colors in percentages

R + G + B =
11 + 21 + 78 = 110 (100%)
R 11 of 110 ~ 10%
G 21 of 110 ~ 19.09%
B 78 of 110 ~ 70.91%

%10
%19.09
%70.91

CMYK color model

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

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

CMYK percentages

%85.9
%73.08
%0
%69.41

Codes

Color #0B154E in popluar color models

0B154E
RGB112178
HSL231°75.28%17.45%
HSB/HSV231°85.90%30.59%
CMYK85.90%73.08%0.00%
69.41%

Color #0B154E in popluar number systems.

HEX0B154E
Decimal112178
Binary1011101011001110
Octal1325116

Shades and tints

Shades of #0B154E

#0B154E
(11,21,78)
#0A1447
(10,20,71)
#091340
(9,19,64)
#081239
(8,18,57)
#071132
(7,17,50)
#06102B
(6,16,43)
#050F24
(5,15,36)
#040E1D
(4,14,29)
#030D16
(3,13,22)
#020C0F
(2,12,15)
#010B08
(1,11,8)
#000000
(0,0,0)

Tints of #0B154E

#0B154E
(11,21,78)
#212A5E
(33,42,94)
#373F6E
(55,63,110)
#4D547E
(77,84,126)
#63698E
(99,105,142)
#797E9E
(121,126,158)
#8F93AE
(143,147,174)
#A5A8BE
(165,168,190)
#BBBDCE
(187,189,206)
#D1D2DE
(209,210,222)
#E7E7EE
(231,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B154E; }

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

This text font color is #0B154E.


Background Color

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

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

This div background color is #0B154E.


Border color

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

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

This div border color is #0B154E.


Opacity

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

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

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

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

This text has shadow with #0B154E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B154E on black background.


Color preview on white background

This text has color #0B154E on white background.



Black color preview on #0B154E background

This text has black color on #0B154E background.


White color preview on #0B154E background

This text has white color on #0B154E background.