COLOR #0B1746

HEX: #0B1746
RGB: (11,23,70)

Color info

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

RGB color model

#0B1746 color RGB value is (11,23,70).

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

RGB channels and saturation

R 11 of 255 = 4%
G 23 of 255 = 9%
B 70 of 255 = 27%

11
23
70

R + G + B ~ 13%. #0B1746 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 23 + 70 = 104 (100%)
R 11 of 104 ~ 10.58%
G 23 of 104 ~ 22.12%
B 70 of 104 ~ 67.31%

%10.58
%22.12
%67.31

CMYK color model

#0B1746 color CMYK value is (84,67,0,73).

  • cyan value is 84.29%
  • magenta value is 67.14%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(84,67,0,73)
C84M67Y0K73 
(84%,67%,0%,73%)
(0.84/0.67/0.00/0.73)	

CMYK percentages

%84.29
%67.14
%0
%72.55

Codes

Color #0B1746 in popluar color models

0B1746
RGB112370
HSL228°72.84%15.88%
HSB/HSV228°84.29%27.45%
CMYK84.29%67.14%0.00%
72.55%

Color #0B1746 in popluar number systems.

HEX0B1746
Decimal112370
Binary1011101111000110
Octal1327106

Shades and tints

Shades of #0B1746

#0B1746
(11,23,70)
#0A1540
(10,21,64)
#09133A
(9,19,58)
#081134
(8,17,52)
#070F2E
(7,15,46)
#060D28
(6,13,40)
#050B22
(5,11,34)
#04091C
(4,9,28)
#030716
(3,7,22)
#020510
(2,5,16)
#01030A
(1,3,10)
#000000
(0,0,0)

Tints of #0B1746

#0B1746
(11,23,70)
#212C56
(33,44,86)
#374166
(55,65,102)
#4D5676
(77,86,118)
#636B86
(99,107,134)
#798096
(121,128,150)
#8F95A6
(143,149,166)
#A5AAB6
(165,170,182)
#BBBFC6
(187,191,198)
#D1D4D6
(209,212,214)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1746; }

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

This text font color is #0B1746.


Background Color

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

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

This div background color is #0B1746.


Border color

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

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

This div border color is #0B1746.


Opacity

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

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

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

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

This text has shadow with #0B1746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1746 on black background.


Color preview on white background

This text has color #0B1746 on white background.



Black color preview on #0B1746 background

This text has black color on #0B1746 background.


White color preview on #0B1746 background

This text has white color on #0B1746 background.