COLOR #0B1924

HEX: #0B1924
RGB: (11,25,36)

Color info

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

RGB color model

#0B1924 color RGB value is (11,25,36).

  • red value is 11;
  • green value is 25;
  • blue value is 36.
RGB:
(11,25,36)
(4%,10%,14%)

RGB channels and saturation

R 11 of 255 = 4%
G 25 of 255 = 10%
B 36 of 255 = 14%

11
25
36

R + G + B ~ 9%. #0B1924 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 25 + 36 = 72 (100%)
R 11 of 72 ~ 15.28%
G 25 of 72 ~ 34.72%
B 36 of 72 ~ 50%

%15.28
%34.72
%50

CMYK color model

#0B1924 color CMYK value is (69,31,0,86).

  • cyan value is 69.44%
  • magenta value is 30.56%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(69,31,0,86)
C69M31Y0K86 
(69%,31%,0%,86%)
(0.69/0.31/0.00/0.86)	

CMYK percentages

%69.44
%30.56
%0
%85.88

Codes

Color #0B1924 in popluar color models

0B1924
RGB112536
HSL206°53.19%9.22%
HSB/HSV206°69.44%14.12%
CMYK69.44%30.56%0.00%
85.88%

Color #0B1924 in popluar number systems.

HEX0B1924
Decimal112536
Binary101111001100100
Octal133144

Shades and tints

Shades of #0B1924

#0B1924
(11,25,36)
#0A1721
(10,23,33)
#09151E
(9,21,30)
#08131B
(8,19,27)
#071118
(7,17,24)
#060F15
(6,15,21)
#050D12
(5,13,18)
#040B0F
(4,11,15)
#03090C
(3,9,12)
#020709
(2,7,9)
#010506
(1,5,6)
#000000
(0,0,0)

Tints of #0B1924

#0B1924
(11,25,36)
#212D37
(33,45,55)
#37414A
(55,65,74)
#4D555D
(77,85,93)
#636970
(99,105,112)
#797D83
(121,125,131)
#8F9196
(143,145,150)
#A5A5A9
(165,165,169)
#BBB9BC
(187,185,188)
#D1CDCF
(209,205,207)
#E7E1E2
(231,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0B1924 color. Also use rgb(11,25,36) instead hex code.

Text Font Color

.myTextColor { color: #0B1924; }

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

This text font color is #0B1924.


Background Color

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

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

This div background color is #0B1924.


Border color

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

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

This div border color is #0B1924.


Opacity

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

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

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

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

This text has shadow with #0B1924 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1924 on black background.


Color preview on white background

This text has color #0B1924 on white background.



Black color preview on #0B1924 background

This text has black color on #0B1924 background.


White color preview on #0B1924 background

This text has white color on #0B1924 background.