COLOR #0B0232

HEX: #0B0232
RGB: (11,2,50)

Color info

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

RGB color model

#0B0232 color RGB value is (11,2,50).

  • red value is 11;
  • green value is 2;
  • blue value is 50.
RGB:
(11,2,50)
(4%,1%,20%)

RGB channels and saturation

R 11 of 255 = 4%
G 2 of 255 = 1%
B 50 of 255 = 20%

11
2
50

R + G + B ~ 8%. #0B0232 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 2 + 50 = 63 (100%)
R 11 of 63 ~ 17.46%
G 2 of 63 ~ 3.17%
B 50 of 63 ~ 79.37%

%17.46
%79.37

CMYK color model

#0B0232 color CMYK value is (78,96,0,80).

  • cyan value is 78.00%
  • magenta value is 96.00%
  • yellow value is 0.00%
  • key color value is 80.39%
CMYK:
(78,96,0,80)
C78M96Y0K80 
(78%,96%,0%,80%)
(0.78/0.96/0.00/0.80)	

CMYK percentages

%78
%96
%0
%80.39

Codes

Color #0B0232 in popluar color models

0B0232
RGB11250
HSL251°92.31%10.20%
HSB/HSV251°96.00%19.61%
CMYK78.00%96.00%0.00%
80.39%

Color #0B0232 in popluar number systems.

HEX0B0232
Decimal11250
Binary101110110010
Octal13262

Shades and tints

Shades of #0B0232

#0B0232
(11,2,50)
#0A022E
(10,2,46)
#09022A
(9,2,42)
#080226
(8,2,38)
#070222
(7,2,34)
#06021E
(6,2,30)
#05021A
(5,2,26)
#040216
(4,2,22)
#030212
(3,2,18)
#02020E
(2,2,14)
#01020A
(1,2,10)
#000000
(0,0,0)

Tints of #0B0232

#0B0232
(11,2,50)
#211944
(33,25,68)
#373056
(55,48,86)
#4D4768
(77,71,104)
#635E7A
(99,94,122)
#79758C
(121,117,140)
#8F8C9E
(143,140,158)
#A5A3B0
(165,163,176)
#BBBAC2
(187,186,194)
#D1D1D4
(209,209,212)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B0232 color. Also use rgb(11,2,50) instead hex code.

Text Font Color

.myTextColor { color: #0B0232; }

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

This text font color is #0B0232.


Background Color

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

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

This div background color is #0B0232.


Border color

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

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

This div border color is #0B0232.


Opacity

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

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

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

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

This text has shadow with #0B0232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0232 on black background.


Color preview on white background

This text has color #0B0232 on white background.



Black color preview on #0B0232 background

This text has black color on #0B0232 background.


White color preview on #0B0232 background

This text has white color on #0B0232 background.