COLOR #0B1148

HEX: #0B1148
RGB: (11,17,72)

Color info

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

RGB color model

#0B1148 color RGB value is (11,17,72).

  • red value is 11;
  • green value is 17;
  • blue value is 72.
RGB:
(11,17,72)
(4%,7%,28%)

RGB channels and saturation

R 11 of 255 = 4%
G 17 of 255 = 7%
B 72 of 255 = 28%

11
17
72

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

Portions of RGB colors in percentages

R + G + B =
11 + 17 + 72 = 100 (100%)
R 11 of 100 ~ 11%
G 17 of 100 ~ 17%
B 72 of 100 ~ 72%

%11
%17
%72

CMYK color model

#0B1148 color CMYK value is (85,76,0,72).

  • cyan value is 84.72%
  • magenta value is 76.39%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(85,76,0,72)
C85M76Y0K72 
(85%,76%,0%,72%)
(0.85/0.76/0.00/0.72)	

CMYK percentages

%84.72
%76.39
%0
%71.76

Codes

Color #0B1148 in popluar color models

0B1148
RGB111772
HSL234°73.49%16.27%
HSB/HSV234°84.72%28.24%
CMYK84.72%76.39%0.00%
71.76%

Color #0B1148 in popluar number systems.

HEX0B1148
Decimal111772
Binary1011100011001000
Octal1321110

Shades and tints

Shades of #0B1148

#0B1148
(11,17,72)
#0A1042
(10,16,66)
#090F3C
(9,15,60)
#080E36
(8,14,54)
#070D30
(7,13,48)
#060C2A
(6,12,42)
#050B24
(5,11,36)
#040A1E
(4,10,30)
#030918
(3,9,24)
#020812
(2,8,18)
#01070C
(1,7,12)
#000000
(0,0,0)

Tints of #0B1148

#0B1148
(11,17,72)
#212658
(33,38,88)
#373B68
(55,59,104)
#4D5078
(77,80,120)
#636588
(99,101,136)
#797A98
(121,122,152)
#8F8FA8
(143,143,168)
#A5A4B8
(165,164,184)
#BBB9C8
(187,185,200)
#D1CED8
(209,206,216)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B1148 color. Also use rgb(11,17,72) instead hex code.

Text Font Color

.myTextColor { color: #0B1148; }

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

This text font color is #0B1148.


Background Color

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

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

This div background color is #0B1148.


Border color

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

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

This div border color is #0B1148.


Opacity

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

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

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

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

This text has shadow with #0B1148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1148 on black background.


Color preview on white background

This text has color #0B1148 on white background.



Black color preview on #0B1148 background

This text has black color on #0B1148 background.


White color preview on #0B1148 background

This text has white color on #0B1148 background.