COLOR #0B1152

HEX: #0B1152
RGB: (11,17,82)

Color info

#0B1152 contains mainly blue color. Web safe color of #0B1152 is #000066 (or #006).

RGB color model

#0B1152 color RGB value is (11,17,82).

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

RGB channels and saturation

R 11 of 255 = 4%
G 17 of 255 = 7%
B 82 of 255 = 32%

11
17
82

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

Portions of RGB colors in percentages

R + G + B =
11 + 17 + 82 = 110 (100%)
R 11 of 110 ~ 10%
G 17 of 110 ~ 15.45%
B 82 of 110 ~ 74.55%

%10
%15.45
%74.55

CMYK color model

#0B1152 color CMYK value is (87,79,0,68).

  • cyan value is 86.59%
  • magenta value is 79.27%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(87,79,0,68)
C87M79Y0K68 
(87%,79%,0%,68%)
(0.87/0.79/0.00/0.68)	

CMYK percentages

%86.59
%79.27
%0
%67.84

Codes

Color #0B1152 in popluar color models

0B1152
RGB111782
HSL235°76.34%18.24%
HSB/HSV235°86.59%32.16%
CMYK86.59%79.27%0.00%
67.84%

Color #0B1152 in popluar number systems.

HEX0B1152
Decimal111782
Binary1011100011010010
Octal1321122

Shades and tints

Shades of #0B1152

#0B1152
(11,17,82)
#0A104B
(10,16,75)
#090F44
(9,15,68)
#080E3D
(8,14,61)
#070D36
(7,13,54)
#060C2F
(6,12,47)
#050B28
(5,11,40)
#040A21
(4,10,33)
#03091A
(3,9,26)
#020813
(2,8,19)
#01070C
(1,7,12)
#000000
(0,0,0)

Tints of #0B1152

#0B1152
(11,17,82)
#212661
(33,38,97)
#373B70
(55,59,112)
#4D507F
(77,80,127)
#63658E
(99,101,142)
#797A9D
(121,122,157)
#8F8FAC
(143,143,172)
#A5A4BB
(165,164,187)
#BBB9CA
(187,185,202)
#D1CED9
(209,206,217)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1152; }

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

This text font color is #0B1152.


Background Color

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

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

This div background color is #0B1152.


Border color

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

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

This div border color is #0B1152.


Opacity

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

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

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

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

This text has shadow with #0B1152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1152 on black background.


Color preview on white background

This text has color #0B1152 on white background.



Black color preview on #0B1152 background

This text has black color on #0B1152 background.


White color preview on #0B1152 background

This text has white color on #0B1152 background.