COLOR #0B1742

HEX: #0B1742
RGB: (11,23,66)

Color info

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

RGB color model

#0B1742 color RGB value is (11,23,66).

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

RGB channels and saturation

R 11 of 255 = 4%
G 23 of 255 = 9%
B 66 of 255 = 26%

11
23
66

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

Portions of RGB colors in percentages

R + G + B =
11 + 23 + 66 = 100 (100%)
R 11 of 100 ~ 11%
G 23 of 100 ~ 23%
B 66 of 100 ~ 66%

%11
%23
%66

CMYK color model

#0B1742 color CMYK value is (83,65,0,74).

  • cyan value is 83.33%
  • magenta value is 65.15%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(83,65,0,74)
C83M65Y0K74 
(83%,65%,0%,74%)
(0.83/0.65/0.00/0.74)	

CMYK percentages

%83.33
%65.15
%0
%74.12

Codes

Color #0B1742 in popluar color models

0B1742
RGB112366
HSL227°71.43%15.10%
HSB/HSV227°83.33%25.88%
CMYK83.33%65.15%0.00%
74.12%

Color #0B1742 in popluar number systems.

HEX0B1742
Decimal112366
Binary1011101111000010
Octal1327102

Shades and tints

Shades of #0B1742

#0B1742
(11,23,66)
#0A153C
(10,21,60)
#091336
(9,19,54)
#081130
(8,17,48)
#070F2A
(7,15,42)
#060D24
(6,13,36)
#050B1E
(5,11,30)
#040918
(4,9,24)
#030712
(3,7,18)
#02050C
(2,5,12)
#010306
(1,3,6)
#000000
(0,0,0)

Tints of #0B1742

#0B1742
(11,23,66)
#212C53
(33,44,83)
#374164
(55,65,100)
#4D5675
(77,86,117)
#636B86
(99,107,134)
#798097
(121,128,151)
#8F95A8
(143,149,168)
#A5AAB9
(165,170,185)
#BBBFCA
(187,191,202)
#D1D4DB
(209,212,219)
#E7E9EC
(231,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1742; }

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

This text font color is #0B1742.


Background Color

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

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

This div background color is #0B1742.


Border color

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

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

This div border color is #0B1742.


Opacity

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

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

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

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

This text has shadow with #0B1742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1742 on black background.


Color preview on white background

This text has color #0B1742 on white background.



Black color preview on #0B1742 background

This text has black color on #0B1742 background.


White color preview on #0B1742 background

This text has white color on #0B1742 background.