COLOR #0B0938

HEX: #0B0938
RGB: (11,9,56)

Color info

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

RGB color model

#0B0938 color RGB value is (11,9,56).

  • red value is 11;
  • green value is 9;
  • blue value is 56.
RGB:
(11,9,56)
(4%,4%,22%)

RGB channels and saturation

R 11 of 255 = 4%
G 9 of 255 = 4%
B 56 of 255 = 22%

11
9
56

R + G + B ~ 10%. #0B0938 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 9 + 56 = 76 (100%)
R 11 of 76 ~ 14.47%
G 9 of 76 ~ 11.84%
B 56 of 76 ~ 73.68%

%14.47
%11.84
%73.68

CMYK color model

#0B0938 color CMYK value is (80,84,0,78).

  • cyan value is 80.36%
  • magenta value is 83.93%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(80,84,0,78)
C80M84Y0K78 
(80%,84%,0%,78%)
(0.80/0.84/0.00/0.78)	

CMYK percentages

%80.36
%83.93
%0
%78.04

Codes

Color #0B0938 in popluar color models

0B0938
RGB11956
HSL243°72.31%12.75%
HSB/HSV243°83.93%21.96%
CMYK80.36%83.93%0.00%
78.04%

Color #0B0938 in popluar number systems.

HEX0B0938
Decimal11956
Binary10111001111000
Octal131170

Shades and tints

Shades of #0B0938

#0B0938
(11,9,56)
#0A0933
(10,9,51)
#09092E
(9,9,46)
#080929
(8,9,41)
#070924
(7,9,36)
#06091F
(6,9,31)
#05091A
(5,9,26)
#040915
(4,9,21)
#030910
(3,9,16)
#02090B
(2,9,11)
#010906
(1,9,6)
#000000
(0,0,0)

Tints of #0B0938

#0B0938
(11,9,56)
#211F4A
(33,31,74)
#37355C
(55,53,92)
#4D4B6E
(77,75,110)
#636180
(99,97,128)
#797792
(121,119,146)
#8F8DA4
(143,141,164)
#A5A3B6
(165,163,182)
#BBB9C8
(187,185,200)
#D1CFDA
(209,207,218)
#E7E5EC
(231,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B0938 color. Also use rgb(11,9,56) instead hex code.

Text Font Color

.myTextColor { color: #0B0938; }

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

This text font color is #0B0938.


Background Color

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

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

This div background color is #0B0938.


Border color

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

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

This div border color is #0B0938.


Opacity

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

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

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

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

This text has shadow with #0B0938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0938 on black background.


Color preview on white background

This text has color #0B0938 on white background.



Black color preview on #0B0938 background

This text has black color on #0B0938 background.


White color preview on #0B0938 background

This text has white color on #0B0938 background.