COLOR #0B1549

HEX: #0B1549
RGB: (11,21,73)

Color info

#0B1549 contains mainly green and blue colors. Web safe color of #0B1549 is #000033 (or #003).

RGB color model

#0B1549 color RGB value is (11,21,73).

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

RGB channels and saturation

R 11 of 255 = 4%
G 21 of 255 = 8%
B 73 of 255 = 29%

11
21
73

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

Portions of RGB colors in percentages

R + G + B =
11 + 21 + 73 = 105 (100%)
R 11 of 105 ~ 10.48%
G 21 of 105 ~ 20%
B 73 of 105 ~ 69.52%

%10.48
%20
%69.52

CMYK color model

#0B1549 color CMYK value is (85,71,0,71).

  • cyan value is 84.93%
  • magenta value is 71.23%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(85,71,0,71)
C85M71Y0K71 
(85%,71%,0%,71%)
(0.85/0.71/0.00/0.71)	

CMYK percentages

%84.93
%71.23
%0
%71.37

Codes

Color #0B1549 in popluar color models

0B1549
RGB112173
HSL230°73.81%16.47%
HSB/HSV230°84.93%28.63%
CMYK84.93%71.23%0.00%
71.37%

Color #0B1549 in popluar number systems.

HEX0B1549
Decimal112173
Binary1011101011001001
Octal1325111

Shades and tints

Shades of #0B1549

#0B1549
(11,21,73)
#0A1443
(10,20,67)
#09133D
(9,19,61)
#081237
(8,18,55)
#071131
(7,17,49)
#06102B
(6,16,43)
#050F25
(5,15,37)
#040E1F
(4,14,31)
#030D19
(3,13,25)
#020C13
(2,12,19)
#010B0D
(1,11,13)
#000000
(0,0,0)

Tints of #0B1549

#0B1549
(11,21,73)
#212A59
(33,42,89)
#373F69
(55,63,105)
#4D5479
(77,84,121)
#636989
(99,105,137)
#797E99
(121,126,153)
#8F93A9
(143,147,169)
#A5A8B9
(165,168,185)
#BBBDC9
(187,189,201)
#D1D2D9
(209,210,217)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1549; }

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

This text font color is #0B1549.


Background Color

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

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

This div background color is #0B1549.


Border color

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

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

This div border color is #0B1549.


Opacity

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

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

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

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

This text has shadow with #0B1549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1549 on black background.


Color preview on white background

This text has color #0B1549 on white background.



Black color preview on #0B1549 background

This text has black color on #0B1549 background.


White color preview on #0B1549 background

This text has white color on #0B1549 background.