COLOR #0B1749

HEX: #0B1749
RGB: (11,23,73)

Color info

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

RGB color model

#0B1749 color RGB value is (11,23,73).

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

RGB channels and saturation

R 11 of 255 = 4%
G 23 of 255 = 9%
B 73 of 255 = 29%

11
23
73

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

Portions of RGB colors in percentages

R + G + B =
11 + 23 + 73 = 107 (100%)
R 11 of 107 ~ 10.28%
G 23 of 107 ~ 21.5%
B 73 of 107 ~ 68.22%

%10.28
%21.5
%68.22

CMYK color model

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

  • cyan value is 84.93%
  • magenta value is 68.49%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(85,68,0,71)
C85M68Y0K71 
(85%,68%,0%,71%)
(0.85/0.68/0.00/0.71)	

CMYK percentages

%84.93
%68.49
%0
%71.37

Codes

Color #0B1749 in popluar color models

0B1749
RGB112373
HSL228°73.81%16.47%
HSB/HSV228°84.93%28.63%
CMYK84.93%68.49%0.00%
71.37%

Color #0B1749 in popluar number systems.

HEX0B1749
Decimal112373
Binary1011101111001001
Octal1327111

Shades and tints

Shades of #0B1749

#0B1749
(11,23,73)
#0A1543
(10,21,67)
#09133D
(9,19,61)
#081137
(8,17,55)
#070F31
(7,15,49)
#060D2B
(6,13,43)
#050B25
(5,11,37)
#04091F
(4,9,31)
#030719
(3,7,25)
#020513
(2,5,19)
#01030D
(1,3,13)
#000000
(0,0,0)

Tints of #0B1749

#0B1749
(11,23,73)
#212C59
(33,44,89)
#374169
(55,65,105)
#4D5679
(77,86,121)
#636B89
(99,107,137)
#798099
(121,128,153)
#8F95A9
(143,149,169)
#A5AAB9
(165,170,185)
#BBBFC9
(187,191,201)
#D1D4D9
(209,212,217)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1749; }

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

This text font color is #0B1749.


Background Color

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

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

This div background color is #0B1749.


Border color

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

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

This div border color is #0B1749.


Opacity

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

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

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

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

This text has shadow with #0B1749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1749 on black background.


Color preview on white background

This text has color #0B1749 on white background.



Black color preview on #0B1749 background

This text has black color on #0B1749 background.


White color preview on #0B1749 background

This text has white color on #0B1749 background.